File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
osv-scan :
57
57
runs-on : ubuntu-latest
58
58
steps :
59
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
59
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
60
60
with :
61
61
fetch-depth : 0
62
62
submodules : ${{ inputs.checkout-submodules }}
Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ jobs:
65
65
osv-scan :
66
66
runs-on : ubuntu-latest
67
67
steps :
68
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
68
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
69
69
with :
70
70
persist-credentials : false
71
71
submodules : ${{ inputs.checkout-submodules }}
72
72
ref : ${{ inputs.ref }}
73
73
- name : " Download custom artifact if specified"
74
- uses : actions/download-artifact@v4
74
+ uses : actions/download-artifact@v5
75
75
if : " ${{ inputs.download-artifact != '' }}"
76
76
with :
77
77
name : " ${{ inputs.download-artifact }}"
You can’t perform that action at this time.
0 commit comments