We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7680ae + 4905fc8 commit aaef78aCopy full SHA for aaef78a
1 file changed
.github/workflows/codeql-analysis.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Initialize CodeQL
36
id: init_codeql
37
- uses: github/codeql-action/init@v4
+ uses: github/codeql-action/init@v4.37.0
38
with:
39
queries: security-and-quality
40
@@ -54,6 +54,6 @@ jobs:
54
55
- name: Perform CodeQL Analysis
56
id: analyze_codeql
57
- uses: github/codeql-action/analyze@v4
+ uses: github/codeql-action/analyze@v4.37.0
58
59
# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)
0 commit comments