Skip to content

Commit bb41f0c

Browse files
Merge pull request #935 from metal3-io/dependabot/github_actions/release-1.8/all-github-actions-720c8da8de
🌱 Bump actions/upload-artifact from 4.3.4 to 4.3.6 in the all-github-actions group
2 parents 852f7e5 + 9a1f465 commit bb41f0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/osv-scanner.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,21 @@ jobs:
7979
# format to the repository Actions tab.
8080
- name: "Upload artifact"
8181
if: "!cancelled()"
82-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
82+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
8383
with:
8484
name: SARIF file
8585
path: ${{ inputs.results-file-name }}
8686
retention-days: 5
8787
- name: "Upload old scan json results"
8888
if: "!cancelled()"
89-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
89+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
9090
with:
9191
name: old-json-results
9292
path: old-results.json
9393
retention-days: 5
9494
- name: "Upload new scan json results"
9595
if: "!cancelled()"
96-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
96+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
9797
with:
9898
name: new-json-results
9999
path: new-results.json

0 commit comments

Comments
 (0)