We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054dfb6 commit 13be17dCopy full SHA for 13be17d
.github/workflows/codeql-analysis.yml
@@ -52,7 +52,7 @@ jobs:
52
53
# Initializes the CodeQL tools for scanning.
54
- name: Initialize CodeQL
55
- uses: github/codeql-action/init@cc7986c02bac29104a72998e67239bb5ee2ee110 # 2.1.28
+ uses: github/codeql-action/init@8662eabe0e9f338a07350b7fd050732745f93848 # 2.3.1
56
with:
57
languages: ${{ matrix.language }}
58
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -76,4 +76,4 @@ jobs:
76
-DskipTests
77
78
- name: Perform CodeQL Analysis
79
- uses: github/codeql-action/analyze@cc7986c02bac29104a72998e67239bb5ee2ee110 # 2.1.28
+ uses: github/codeql-action/analyze@8662eabe0e9f338a07350b7fd050732745f93848 # 2.3.1
0 commit comments