File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 matrix : ${{ fromJson(needs.trivy-vulnerability-check.outputs.payload_matrix) }}
160160 steps :
161161 - name : Download files
162- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
162+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
163163 with :
164164 name : cves
165165 - name : Notify CVEs in Slack
Original file line number Diff line number Diff line change 6666 if : (success() || failure()) && !(github.event.pull_request && github.event.pull_request.head.repo.fork) && github.actor != 'dependabot[bot]'
6767 steps :
6868 - name : Download Artifacts
69- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v3
69+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v3
7070 with :
7171 path : artifacts
7272
You can’t perform that action at this time.
0 commit comments