Skip to content

Commit c0e8a11

Browse files
authored
Merge pull request #87 from renovate-bot/renovate/major-workflows
chore(deps): update workflows to v5 (major)
2 parents 9e22416 + f317cb8 commit c0e8a11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
osv-scan:
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
59+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6060
with:
6161
fetch-depth: 0
6262
submodules: ${{ inputs.checkout-submodules }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ jobs:
6565
osv-scan:
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
68+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6969
with:
7070
persist-credentials: false
7171
submodules: ${{ inputs.checkout-submodules }}
7272
ref: ${{ inputs.ref }}
7373
- name: "Download custom artifact if specified"
74-
uses: actions/download-artifact@v4
74+
uses: actions/download-artifact@v5
7575
if: "${{ inputs.download-artifact != '' }}"
7676
with:
7777
name: "${{ inputs.download-artifact }}"

0 commit comments

Comments
 (0)