Skip to content

Commit ebc95cf

Browse files
upload-artifact
1 parent d95e404 commit ebc95cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
mv "report.pdf" "codeql_nncf_report_${DATE}_${REF_NAME//\//-}_${{ github.sha }}.pdf"
4949
- name: Upload CodeQL Artifacts
5050
if: ${{ github.event_name != 'pull_request' }}
51-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
51+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b #v4.5.0
5252
with:
5353
name: codeql-scan-results
5454
path: "./codeql*.pdf"

0 commit comments

Comments
 (0)