File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6464 egress-policy : audit
6565
6666 - name : Checkout repository
67- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
67+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
6868 with :
6969 persist-credentials : false
7070
7777
7878 # Initializes the CodeQL tools for scanning.
7979 - name : Initialize CodeQL
80- uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
80+ uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
8181 with :
8282 languages : ${{ matrix.language }}
8383 build-mode : ${{ matrix.build-mode }}
@@ -105,6 +105,6 @@ jobs:
105105 exit 1
106106
107107 - name : Perform CodeQL Analysis
108- uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
108+ uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
109109 with :
110110 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 4747 # uploads of run results in SARIF format to the repository Actions tab.
4848 # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
4949 - name : " Upload artifact"
50- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
50+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
5151 with :
5252 name : SARIF file
5353 path : results.sarif
5656 # Upload the results to GitHub's code scanning dashboard (optional).
5757 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
5858 - name : " Upload to code-scanning"
59- uses : github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
59+ uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
6060 with :
6161 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments