File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
4444 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4545 # format to the repository Actions tab.
4646 - name : " Upload artifact"
47- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
47+ uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
4848 with :
4949 name : SARIF file
5050 path : results.sarif
5151 retention-days : 5
5252
5353 # Upload the results to GitHub's code scanning dashboard.
5454 - name : " Upload to code-scanning"
55- uses : github/codeql-action/upload-sarif@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
55+ uses : github/codeql-action/upload-sarif@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
5656 with :
5757 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments