File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 32
32
packages : write # for docker/build-push-action to push to GHCR
33
33
steps :
34
34
- name : Checkout Repository
35
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
35
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
36
36
37
37
- name : DockerHub Login
38
38
uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
@@ -158,7 +158,7 @@ jobs:
158
158
if : ${{ github.ref_type == 'tag' }}
159
159
steps :
160
160
- name : Checkout Repository
161
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
161
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
162
162
163
163
- name : Certify Images
164
164
continue-on-error : false
@@ -178,7 +178,7 @@ jobs:
178
178
make bundle USE_IMAGE_DIGESTS=true
179
179
180
180
- name : Checkout certified-operators repo
181
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
181
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
182
182
with :
183
183
token : ${{ secrets.NGINX_PAT }}
184
184
repository : nginx-bot/certified-operators
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
22
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23
23
24
24
- name : " Dependency Review"
25
25
uses : actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
21
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
32
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
22
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23
23
with :
24
24
token : ${{ secrets.NGINX_PAT }}
25
25
You can’t perform that action at this time.
0 commit comments