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 3232 packages : write # for docker/build-push-action to push to GHCR
3333 steps :
3434 - name : Checkout Repository
35- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
35+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3636
3737 - name : DockerHub Login
3838 uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
@@ -158,7 +158,7 @@ jobs:
158158 if : ${{ github.ref_type == 'tag' }}
159159 steps :
160160 - name : Checkout Repository
161- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
161+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
162162
163163 - name : Certify Images
164164 continue-on-error : false
@@ -178,7 +178,7 @@ jobs:
178178 make bundle USE_IMAGE_DIGESTS=true
179179
180180 - name : Checkout certified-operators repo
181- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
181+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
182182 with :
183183 token : ${{ secrets.NGINX_PAT }}
184184 repository : nginx-bot/certified-operators
Original file line number Diff line number Diff line change 1919 pull-requests : write # for actions/dependency-review-action to post comments
2020 steps :
2121 - name : " Checkout Repository"
22- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
22+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2323
2424 - name : " Dependency Review"
2525 uses : actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
Original file line number Diff line number Diff line change 1818 dockerHubDescription :
1919 runs-on : ubuntu-22.04
2020 steps :
21- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
21+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2222
2323 - name : Modify readme for DockerHub
2424 run : |
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : " Checkout code"
32- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
32+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3333 with :
3434 persist-credentials : false
3535
Original file line number Diff line number Diff line change 1919 pull-requests : write
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
22+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2323 with :
2424 token : ${{ secrets.NGINX_PAT }}
2525
You can’t perform that action at this time.
0 commit comments