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 325f8cd commit b4b1952Copy full SHA for b4b1952
README.md
@@ -28,7 +28,7 @@ Using a `githubsecuritylab/codeql-LANG-queries` query pack will reference the de
28
29
```yaml
30
- name: Initialize CodeQL
31
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
32
with:
33
languages: ${{ matrix.language }}
34
packs: githubsecuritylab/codeql-${{ matrix.language }}-queries
@@ -40,7 +40,7 @@ This repository has a number of [provided configuration files][configurations] y
40
41
42
43
44
45
46
config-file: GitHubSecurityLab/CodeQL-Community-Packs/configs/default.yml@main
0 commit comments