File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 steps :
3636 -
3737 name : Checkout
38- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
38+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3939 with :
4040 persist-credentials : false
4141 -
@@ -146,7 +146,7 @@ jobs:
146146 steps :
147147 -
148148 name : Checkout
149- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
149+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
150150 with :
151151 persist-credentials : false
152152 -
Original file line number Diff line number Diff line change 4646 steps :
4747 -
4848 name : Checkout
49- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
49+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
5050 with :
5151 fetch-depth : 2
5252 persist-credentials : false
Original file line number Diff line number Diff line change 4444 steps :
4545 -
4646 name : Checkout
47- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
47+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4848 with :
4949 persist-credentials : false
5050 -
Original file line number Diff line number Diff line change @@ -9,12 +9,6 @@ permissions: {}
99
1010jobs :
1111 save-context :
12- if : >
13- github.event.comment.user.login != 'docker-agent' &&
14- github.event.comment.user.login != 'docker-agent[bot]' &&
15- github.event.comment.user.type != 'Bot' &&
16- !contains(github.event.comment.body, '<!-- cagent-review -->') &&
17- !contains(github.event.comment.body, '<!-- cagent-review-reply -->')
1812 runs-on : ubuntu-latest
1913 steps :
2014 - name : Save event context
Original file line number Diff line number Diff line change @@ -11,15 +11,7 @@ permissions:
1111
1212jobs :
1313 review :
14- if : |
15- (github.event_name == 'issue_comment' &&
16- github.event.comment.user.login != 'docker-agent' &&
17- github.event.comment.user.login != 'docker-agent[bot]' &&
18- github.event.comment.user.type != 'Bot' &&
19- !contains(github.event.comment.body, '<!-- cagent-review -->') &&
20- !contains(github.event.comment.body, '<!-- cagent-review-reply -->')) ||
21- github.event.workflow_run.conclusion == 'success'
22- uses : docker/cagent-action/.github/workflows/review-pr.yml@3f5dc9969f307d3c76acb7e9ccaefdd96bd62f4b # v1.5.4
14+ uses : docker/docker-agent-action/.github/workflows/review-pr.yml@e96a4bb40cac114f64358621e1d08346c8eadc8c # v2.0.1
2315 permissions :
2416 contents : read # Read repository files and PR diffs
2517 pull-requests : write # Post review comments
Original file line number Diff line number Diff line change 6060 steps :
6161 -
6262 name : Checkout
63- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
63+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
6464 with :
6565 path : ${{ env.GOPATH }}/src/github.com/docker/cli
6666 persist-credentials : false
Original file line number Diff line number Diff line change 4848 steps :
4949 -
5050 name : Checkout
51- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
51+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
5252 with :
5353 persist-credentials : false
5454 -
7676 steps :
7777 -
7878 name : Checkout
79- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
79+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
8080 with :
8181 persist-credentials : false
8282 -
9393 steps :
9494 -
9595 name : Checkout
96- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
96+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
9797 with :
9898 path : src/github.com/docker/cli
9999 persist-credentials : false
Original file line number Diff line number Diff line change 2121
2222jobs :
2323 run :
24- uses : crazy-max/.github/.github/workflows/zizmor.yml@716fd1c51a46c5d93a41d44a94b439c9ee802536 # v1.10.0
24+ uses : crazy-max/.github/.github/workflows/zizmor.yml@46267a6e61cd56aac2fc79943df180152f4c89d6 # v1.10.1
2525 permissions :
2626 contents : read
2727 security-events : write
Original file line number Diff line number Diff line change 1- 29.6.0
1+ 29.6.1
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ require (
8989 github.com/inconshreveable/mousetrap v1.1.0 // indirect
9090 github.com/klauspost/compress v1.18.6 // indirect
9191 github.com/moby/docker-image-spec v1.3.1 // indirect
92- github.com/moby/sys/user v0.4.0 // indirect
92+ github.com/moby/sys/user v0.4.1 // indirect
9393 github.com/moby/sys/userns v0.1.0 // indirect
9494 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
9595 github.com/prometheus/client_golang v1.22.0 // indirect
You can’t perform that action at this time.
0 commit comments