We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7039882 commit c7c3ebbCopy full SHA for c7c3ebb
1 file changed
.github/workflows/codeql.yml
@@ -66,10 +66,11 @@ jobs:
66
67
# Initializes the CodeQL tools for scanning.
68
- name: Initialize CodeQL
69
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v3.28.21
70
with:
71
languages: ${{ matrix.language }}
72
build-mode: ${{ matrix.build-mode }}
73
+
74
# If you wish to specify custom queries, you can do so here or in a config file.
75
# By default, queries listed here will override any specified in a config file.
76
# Prefix the list here with "+" to use these queries and those in the config file.
@@ -93,6 +94,6 @@ jobs:
93
94
exit 1
95
96
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v3
97
+ uses: github/codeql-action/analyze@v3.28.21
98
99
category: "/language:${{matrix.language}}"
0 commit comments