Skip to content

Commit a1a9468

Browse files
chore(deps-dev): update github artifact actions
1 parent 233fad4 commit a1a9468

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pr-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
run: |
126126
docker save --output oauth2-redirect-controller-container.tar oauth2-redirect-controller:latest
127127
- name: Upload image
128-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
128+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
129129
with:
130130
name: oauth2-redirect-controller-container
131131
path: oauth2-redirect-controller-container.tar
@@ -155,7 +155,7 @@ jobs:
155155
with:
156156
version: v0.17.0
157157
- name: Download oauth2-redirect-controller container
158-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
158+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
159159
with:
160160
name: oauth2-redirect-controller-container
161161
path: /tmp
@@ -206,7 +206,7 @@ jobs:
206206
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
207207

208208
- name: Download oauth2-redirect-controller container
209-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
209+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
210210
with:
211211
name: oauth2-redirect-controller-container
212212
path: /tmp

.github/workflows/report-on-vulnerabilities.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fi
4444
4545
- name: Upload vulnerability scan report
46-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
46+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4747
if: steps.parse-results.outputs.results == 'found'
4848
with:
4949
name: scan.json
@@ -65,7 +65,7 @@ jobs:
6565
- name: Checkout
6666
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
6767
- name: Download scan
68-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
68+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
6969
with:
7070
name: scan.json
7171
- name: Set scan output

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
publish_results: true
3434

3535
- name: "Upload artifact"
36-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
36+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3737
with:
3838
name: SARIF file
3939
path: results.sarif

0 commit comments

Comments
 (0)