We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6575b commit ca85029Copy full SHA for ca85029
1 file changed
.github/workflows/codeql-analysis.yml
@@ -30,10 +30,10 @@ jobs:
30
31
# Initializes the CodeQL tools for scanning.
32
- name: Initialize CodeQL
33
- uses: github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
+ uses: github/codeql-action/init@7fd177fa680c9881b53cdab4d346d32574c9f7f4 # v3.35.4
34
# Override language selection by uncommenting this and choosing your languages
35
with:
36
languages: python
37
38
- name: Perform CodeQL Analysis
39
- uses: github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
+ uses: github/codeql-action/analyze@7fd177fa680c9881b53cdab4d346d32574c9f7f4 # v3.35.4
0 commit comments