Skip to content

Commit 08b0aae

Browse files
authored
Merge pull request #105 from renovate-bot/renovate/major-workflows
chore(deps): update workflows (major)
2 parents b77c075 + 7b64497 commit 08b0aae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/osv-scanner-reusable-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,21 +99,21 @@ jobs:
9999
# format to the repository Actions tab.
100100
- name: "Upload artifact"
101101
if: ${{ !cancelled() }}
102-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
102+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
103103
with:
104104
name: SARIF file
105105
path: ${{ inputs.matrix-property }}${{ inputs.results-file-name }}
106106
retention-days: 5
107107
- name: "Upload old scan json results"
108108
if: ${{ !cancelled() }}
109-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
109+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
110110
with:
111111
name: ${{ inputs.matrix-property }}old-json-results
112112
path: ${{ inputs.matrix-property }}old-results.json
113113
retention-days: 5
114114
- name: "Upload new scan json results"
115115
if: ${{ !cancelled() }}
116-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
116+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
117117
with:
118118
name: ${{ inputs.matrix-property }}new-json-results
119119
path: ${{ inputs.matrix-property }}new-results.json

.github/workflows/osv-scanner-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
submodules: ${{ inputs.checkout-submodules }}
7272
ref: ${{ inputs.ref }}
7373
- name: "Download custom artifact if specified"
74-
uses: actions/download-artifact@v5
74+
uses: actions/download-artifact@v6
7575
if: "${{ inputs.download-artifact != '' }}"
7676
with:
7777
name: "${{ inputs.download-artifact }}"
@@ -97,7 +97,7 @@ jobs:
9797
- name: "Upload artifact"
9898
id: "upload_artifact"
9999
if: ${{ !cancelled() }}
100-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
100+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
101101
with:
102102
name: ${{ inputs.matrix-property }}SARIF file
103103
path: ${{ inputs.matrix-property }}${{ inputs.results-file-name }}

0 commit comments

Comments
 (0)