File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 with :
2424 persist-credentials : false
2525 - name : Initialize CodeQL
26- uses : github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
26+ uses : github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
2727 with :
2828 languages : javascript-typescript
2929 build-mode : none
3030 config-file : .github/codeql/config.yml
3131 - name : Perform CodeQL Analysis
32- uses : github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
32+ uses : github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
3333 with :
3434 category : ' /language:javascript-typescript'
Original file line number Diff line number Diff line change 4646
4747 # Upload the results to GitHub's code scanning dashboard.
4848 - name : ' Upload to code-scanning'
49- uses : github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
49+ uses : github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
5050 with :
5151 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments