We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07a47a commit 7470912Copy full SHA for 7470912
.github/workflows/codeql.yml
@@ -36,14 +36,14 @@ jobs:
36
show-progress: false
37
38
- name: Initialize CodeQL
39
- uses: github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
+ uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
40
with:
41
build-mode: none
42
languages: ${{ matrix.language }}
43
queries: security-and-quality
44
45
- name: Perform CodeQL Analysis
46
- uses: github/codeql-action/analyze@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
+ uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
47
48
category: '/language:${{ matrix.language }}'
49
0 commit comments