We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624c768 commit 7072903Copy full SHA for 7072903
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: terraform fmt
27
run: terraform fmt -diff -check
28
- name: Initialize CodeQL
29
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
30
with:
31
languages: javascript
32
- name: Autobuild
0 commit comments