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 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 }}
Original file line number Diff line number Diff 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 }}"
You can’t perform that action at this time.
0 commit comments