We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d9703 commit f4c7e91Copy full SHA for f4c7e91
.github/workflows/codeql-analysis.yml
@@ -51,7 +51,7 @@ jobs:
51
52
# Initializes the CodeQL tools for scanning.
53
- name: Initialize CodeQL
54
- uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
+ uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
55
with:
56
languages: ${{ matrix.language }}
57
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -76,4 +76,4 @@ jobs:
76
# make release
77
78
- name: Perform CodeQL Analysis
79
- uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
+ uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
0 commit comments