We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ff786 commit 9f47ccdCopy full SHA for 9f47ccd
.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@v5
32
33
- name: Initialize CodeQL tools for scanning
34
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4
35
with:
36
languages: ${{ matrix.language }}
37
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,4 +55,4 @@ jobs:
55
run: ./gradlew -Dprofile=verbose clean build -x test
56
57
- name: Perform CodeQL Analysis
58
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4
0 commit comments