Skip to content

Commit ca2a1ba

Browse files
build(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the official-github-actions group (#319)
Bumps the official-github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: official-github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd736a0 commit ca2a1ba

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# checks: read # To detect SAST tools
3030
steps:
3131
- name: Check out the codebase
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/s3-gateway.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-24.04
3232
steps:
3333
- name: Check out the codebase
34-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3535

3636
- name: Set up Docker Buildx
3737
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
@@ -61,7 +61,7 @@ jobs:
6161
path_style: [virtual, virtual-v2]
6262
steps:
6363
- name: Check out the codebase
64-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
64+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6565

6666
- name: Install dependencies
6767
run: sudo apt-get update -qq && sudo apt-get install -y curl wait-for-it
@@ -101,7 +101,7 @@ jobs:
101101
needs: test-oss
102102
steps:
103103
- name: Check out the codebase
104-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
104+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
105105

106106
- name: Set up Docker Buildx
107107
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
@@ -145,7 +145,7 @@ jobs:
145145
needs: build-latest-njs-for-test
146146
steps:
147147
- name: Check out the codebase
148-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
148+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
149149

150150
- name: Install dependencies
151151
run: sudo apt-get update -qq && sudo apt-get install -y curl wait-for-it
@@ -186,7 +186,7 @@ jobs:
186186
needs: test-oss
187187
steps:
188188
- name: Check out the codebase
189-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
189+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
190190

191191
- name: Set up Docker Buildx
192192
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
@@ -230,7 +230,7 @@ jobs:
230230
needs: build-unprivileged-for-test
231231
steps:
232232
- name: Check out the codebase
233-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
233+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
234234

235235
- name: Install dependencies
236236
run: sudo apt-get update -qq && sudo apt-get install -y curl wait-for-it
@@ -281,7 +281,7 @@ jobs:
281281
- 5000:5000
282282
steps:
283283
- name: Check out the codebase
284-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
284+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
285285

286286
- name: Get current date
287287
id: date

0 commit comments

Comments
 (0)