We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76eb1d commit 1bc36fcCopy full SHA for 1bc36fc
.github/workflows/codeql.yml
@@ -31,7 +31,7 @@ jobs:
31
32
# Initializes the CodeQL tools for scanning.
33
- name: Initialize CodeQL
34
- uses: github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
+ uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
35
with:
36
languages: ${{ matrix.language }}
37
@@ -46,6 +46,6 @@ jobs:
46
nodeVersion: 20
47
48
- name: Perform CodeQL Analysis
49
- uses: github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
+ uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
50
51
category: "/language:${{matrix.language}}"
0 commit comments