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 4589e53 commit e2f5667Copy full SHA for e2f5667
.github/workflows/codeql-analysis.yml
@@ -37,7 +37,7 @@ jobs:
37
38
# Initializes the CodeQL tools for scanning.
39
- name: Initialize CodeQL
40
- uses: github/codeql-action/init@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3
+ uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4
41
with:
42
languages: ${{ matrix.language }}
43
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -48,4 +48,4 @@ jobs:
48
# queries: security-extended,security-and-quality
49
50
- name: Perform CodeQL Analysis
51
- uses: github/codeql-action/analyze@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3
+ uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4
0 commit comments