File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5454 QODANA_TOKEN : ${{ secrets.QODANA_TOKEN }}
5555 QODANA_ENDPOINT : ' https://qodana.cloud'
5656 - name : Upload SARIF to GitHub
57- uses : github/codeql-action/upload-sarif@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3 .30.7
57+ uses : github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
5858 if : ${{ !cancelled() }}
5959 with :
6060 sarif_file : ${{ runner.temp }}/qodana/results/qodana.sarif.json
Original file line number Diff line number Diff line change 6262
6363 # Initializes the CodeQL tools for scanning.
6464 - name : Initialize CodeQL
65- uses : github/codeql-action/init@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3 .30.7
65+ uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
6666 with :
6767 languages : ${{ matrix.language }}
6868 # If you wish to specify custom queries, you can do so here or in a config file.
7272 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7373 # If this step fails, then you should remove it and run the build manually (see below)
7474 - name : Autobuild
75- uses : github/codeql-action/autobuild@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3 .30.7
75+ uses : github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
7676
7777 # ℹ️ Command-line programs to run using the OS shell.
7878 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8585 # ./location_of_script_within_repo/buildscript.sh
8686
8787 - name : Perform CodeQL Analysis
88- uses : github/codeql-action/analyze@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3 .30.7
88+ uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
8989 with :
9090 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 7676
7777 # Upload the results to GitHub's code scanning dashboard.
7878 - name : " Upload to code-scanning"
79- uses : github/codeql-action/upload-sarif@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3 .30.7
79+ uses : github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
8080 with :
8181 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments