We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a58f9 commit d9bbbe2Copy full SHA for d9bbbe2
.github/workflows/vulnerability-scanning.yml
@@ -29,7 +29,7 @@ jobs:
29
args: >
30
--exclude ${{github.workspace}}/build/mps/**
31
- name: Upload Test results
32
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
33
with:
34
name: Depcheck report
35
path: ${{github.workspace}}/reports
0 commit comments