We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6a35e commit c0b5332Copy full SHA for c0b5332
2 files changed
.github/workflows/codacy-analysis.yml
@@ -108,7 +108,7 @@ jobs:
108
109
- name: Upload Codacy SARIF artifact
110
if: always() && hashFiles('codacy.sarif') != ''
111
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
112
with:
113
name: codacy-sarif
114
path: codacy.sarif
.github/workflows/supply-chain-security.yml
@@ -139,7 +139,7 @@ jobs:
139
publish_results: true
140
141
- name: Upload Scorecard artifact
142
143
144
name: scorecard-sarif
145
path: scorecard.sarif
0 commit comments