We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dab937 commit 850c6caCopy full SHA for 850c6ca
.github/workflows/vulnerability-scanning.yml
@@ -27,7 +27,7 @@ jobs:
27
format: 'HTML'
28
out: 'reports'
29
- name: Upload Test results
30
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
31
with:
32
name: Dependency Check Report
33
path: ${{github.workspace}}/reports
0 commit comments