Skip to content

Commit a24be06

Browse files
build(deps): bump the official-github-actions group across 1 directory with 3 updates
Bumps the official-github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) Updates `actions/cache` from 4.2.3 to 4.2.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: official-github-actions - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: official-github-actions - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: official-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 01eed95 commit a24be06

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/ossf_scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id-token: write
2424
steps:
2525
- name: Check out the codebase
26-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727
with:
2828
persist-credentials: false
2929

.github/workflows/s3-gateway.yml

Lines changed: 15 additions & 15 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535

3636
- name: Set up Docker Buildx
3737
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
@@ -61,14 +61,14 @@ jobs:
6161
path_style: [virtual, virtual-v2]
6262
steps:
6363
- name: Check out the codebase
64-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6565

6666
- name: Install dependencies
6767
run: sudo apt-get update -qq && sudo apt-get install -y curl wait-for-it
6868

6969
- name: Restore cached binaries
7070
id: cache-binaries-restore
71-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
71+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
7272
with:
7373
path: .bin
7474
key: ${{ runner.os }}-binaries
@@ -83,7 +83,7 @@ jobs:
8383
chmod +x mc
8484
8585
- name: Download artifact
86-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
86+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
8787
with:
8888
name: oss
8989
path: ${{ runner.temp }}
@@ -101,15 +101,15 @@ jobs:
101101
needs: test-oss
102102
steps:
103103
- name: Check out the codebase
104-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
105105

106106
- name: Set up Docker Buildx
107107
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
108108
with:
109109
driver: docker
110110

111111
- name: Download artifact
112-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
112+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
113113
with:
114114
name: oss
115115
path: ${{ runner.temp }}
@@ -145,14 +145,14 @@ jobs:
145145
needs: build-latest-njs-for-test
146146
steps:
147147
- name: Check out the codebase
148-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
148+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
149149

150150
- name: Install dependencies
151151
run: sudo apt-get update -qq && sudo apt-get install -y curl wait-for-it
152152

153153
- name: Restore cached binaries
154154
id: cache-binaries-restore
155-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
155+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
156156
with:
157157
path: .bin
158158
key: ${{ runner.os }}-binaries
@@ -167,7 +167,7 @@ jobs:
167167
chmod +x mc
168168
169169
- name: Download artifact
170-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
170+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
171171
with:
172172
name: latest-njs
173173
path: ${{ runner.temp }}
@@ -186,15 +186,15 @@ jobs:
186186
needs: test-oss
187187
steps:
188188
- name: Check out the codebase
189-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
189+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
190190

191191
- name: Set up Docker Buildx
192192
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
193193
with:
194194
driver: docker
195195

196196
- name: Download artifact
197-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
197+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
198198
with:
199199
name: oss
200200
path: ${{ runner.temp }}
@@ -230,14 +230,14 @@ jobs:
230230
needs: build-unprivileged-for-test
231231
steps:
232232
- name: Check out the codebase
233-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
233+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
234234

235235
- name: Install dependencies
236236
run: sudo apt-get update -qq && sudo apt-get install -y curl wait-for-it
237237

238238
- name: Restore cached binaries
239239
id: cache-binaries-restore
240-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
240+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
241241
with:
242242
path: .bin
243243
key: ${{ runner.os }}-binaries
@@ -252,7 +252,7 @@ jobs:
252252
chmod +x mc
253253
254254
- name: Download artifact
255-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
255+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
256256
with:
257257
name: unprivileged
258258
path: ${{ runner.temp }}
@@ -281,7 +281,7 @@ jobs:
281281
- 5000:5000
282282
steps:
283283
- name: Check out the codebase
284-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
284+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
285285

286286
- name: Get current date
287287
id: date

0 commit comments

Comments
 (0)