Skip to content

Commit 34e733f

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 (#389)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89e69ae commit 34e733f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
packages: write # for docker/build-push-action to push to GHCR
3333
steps:
3434
- name: Checkout Repository
35-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
35+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3636

3737
- name: DockerHub Login
3838
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -158,7 +158,7 @@ jobs:
158158
if: ${{ github.ref_type == 'tag' }}
159159
steps:
160160
- name: Checkout Repository
161-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
161+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
181+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
182182
with:
183183
token: ${{ secrets.NGINX_PAT }}
184184
repository: nginx-bot/certified-operators

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: write # for actions/dependency-review-action to post comments
2020
steps:
2121
- name: "Checkout Repository"
22-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2323

2424
- name: "Dependency Review"
2525
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4

.github/workflows/dockerhub-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
dockerHubDescription:
1919
runs-on: ubuntu-22.04
2020
steps:
21-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2222

2323
- name: Modify readme for DockerHub
2424
run: |

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: "Checkout code"
32-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3333
with:
3434
persist-credentials: false
3535

.github/workflows/sync-chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
pull-requests: write
3232
steps:
3333
- name: Checkout Operator
34-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3535
with:
3636
token: ${{ secrets.NGINX_PAT }}
3737

3838
- name: Checkout Kubernetes json schemas
39-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4040
with:
4141
repository: nginxinc/kubernetes-json-schema
4242
path: schemas

0 commit comments

Comments
 (0)