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.
1 parent edb4a2e commit b8edd37Copy full SHA for b8edd37
1 file changed
.github/workflows/codeql-analysis.yml
@@ -47,10 +47,10 @@ jobs:
47
48
# Initializes the CodeQL tools for scanning.
49
- name: Initialize CodeQL
50
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
51
with:
52
languages: javascript, ruby
53
54
# Actually perform an analysis
55
- name: Perform CodeQL Analysis
56
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments