File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8282
8383 # Initializes the CodeQL tools for scanning.
8484 - name : Initialize CodeQL
85- uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
85+ uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
8686 with :
8787 languages : ${{ matrix.language }}
8888 build-mode : ${{ matrix.build-mode }}
@@ -100,6 +100,6 @@ jobs:
100100 ./plugin/gradlew -p ./plugin classes --no-daemon --no-build-cache --console=plain --no-configuration-cache -x test -x check
101101
102102 - name : Perform CodeQL Analysis
103- uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
103+ uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
104104 with :
105105 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 7272
7373 # Upload the results to GitHub's code scanning dashboard.
7474 - name : " Upload to code-scanning"
75- uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
75+ uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
7676 with :
7777 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments