File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
packages : write # for docker/build-push-action to push to GHCR
31
31
steps :
32
32
- name : Checkout Repository
33
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
33
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
34
34
35
35
- name : DockerHub Login
36
36
uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
Original file line number Diff line number Diff line change 19
19
pull-requests : write # for actions/dependency-review-action to post comments
20
20
steps :
21
21
- name : " Checkout Repository"
22
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
22
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
23
23
24
24
- name : " Dependency Review"
25
25
uses : actions/dependency-review-action@f6fff72a3217f580d5afd49a46826795305b63c7 # v3.0.8
Original file line number Diff line number Diff line change 18
18
dockerHubDescription :
19
19
runs-on : ubuntu-22.04
20
20
steps :
21
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
21
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
22
22
23
23
- name : Modify readme for DockerHub
24
24
run : |
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : " Checkout code"
32
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
32
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
33
33
with :
34
34
persist-credentials : false
35
35
Original file line number Diff line number Diff line change 19
19
pull-requests : write
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
22
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
23
23
with :
24
24
token : ${{ secrets.NGINX_PAT }}
25
25
You can’t perform that action at this time.
0 commit comments