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 @@ -61,14 +61,14 @@ jobs:
6161 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6262 # format to the repository Actions tab.
6363 - name : " Upload artifact"
64- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
64+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6565 with :
6666 name : SARIF file
6767 path : results.sarif
6868 retention-days : 14
6969
7070 # Upload the results to GitHub's code scanning dashboard.
7171 - name : " Upload to code-scanning"
72- uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
72+ uses : github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
7373 with :
7474 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments