Skip to content

Commit b4b1952

Browse files
committed
docs: Update README
1 parent 325f8cd commit b4b1952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Using a `githubsecuritylab/codeql-LANG-queries` query pack will reference the de
2828
2929
```yaml
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v2
31+
uses: github/codeql-action/init@v3
3232
with:
3333
languages: ${{ matrix.language }}
3434
packs: githubsecuritylab/codeql-${{ matrix.language }}-queries
@@ -40,7 +40,7 @@ This repository has a number of [provided configuration files][configurations] y
4040
4141
```yaml
4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@v2
43+
uses: github/codeql-action/init@v3
4444
with:
4545
languages: ${{ matrix.language }}
4646
config-file: GitHubSecurityLab/CodeQL-Community-Packs/configs/default.yml@main

0 commit comments

Comments
 (0)