Skip to content

Commit 66616de

Browse files
build(deps): bump the official-github-actions group across 1 directory with 3 updates (#375)
Bumps the official-github-actions group with 3 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/cache](https://github.com/actions/cache) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...4cec3d8) Updates `actions/cache` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...d4323d4) Updates `actions/download-artifact` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...cc20338) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: official-github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: official-github-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch 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 d06f1ec commit 66616de

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/ossf-scorecard.yml

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

5151
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF format to the repository Actions tab.
5252
- name: Upload artifact
53-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
53+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
5454
with:
5555
name: SARIF file
5656
path: results.sarif

.github/workflows/s3-gateway.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
outputs: type=docker,dest=${{ runner.temp }}/oss.tar
4646

4747
- name: Upload artifact
48-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
48+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
4949
with:
5050
name: oss
5151
path: ${{ runner.temp }}/oss.tar
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Restore cached binaries
7070
id: cache-binaries-restore
71-
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
71+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
86+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
8787
with:
8888
name: oss
8989
path: ${{ runner.temp }}
@@ -109,7 +109,7 @@ jobs:
109109
driver: docker
110110

111111
- name: Download artifact
112-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
112+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
113113
with:
114114
name: oss
115115
path: ${{ runner.temp }}
@@ -132,7 +132,7 @@ jobs:
132132
docker save nginx-s3-gateway:latest-njs-oss > ${{ runner.temp }}/latest-njs.tar
133133
134134
- name: Upload artifact - latest-njs
135-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
135+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
136136
with:
137137
name: latest-njs
138138
path: ${{ runner.temp }}/latest-njs.tar
@@ -152,7 +152,7 @@ jobs:
152152

153153
- name: Restore cached binaries
154154
id: cache-binaries-restore
155-
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
155+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
170+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
171171
with:
172172
name: latest-njs
173173
path: ${{ runner.temp }}
@@ -194,7 +194,7 @@ jobs:
194194
driver: docker
195195

196196
- name: Download artifact
197-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
197+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
198198
with:
199199
name: oss
200200
path: ${{ runner.temp }}
@@ -217,7 +217,7 @@ jobs:
217217
docker save nginx-s3-gateway:unprivileged-oss > ${{ runner.temp }}/unprivileged.tar
218218
219219
- name: Upload artifact - unprivileged
220-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
220+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
221221
with:
222222
name: unprivileged
223223
path: ${{ runner.temp }}/unprivileged.tar
@@ -237,7 +237,7 @@ jobs:
237237

238238
- name: Restore cached binaries
239239
id: cache-binaries-restore
240-
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
240+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
255+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
256256
with:
257257
name: unprivileged
258258
path: ${{ runner.temp }}

0 commit comments

Comments
 (0)