Skip to content

Commit 45669dc

Browse files
authored
Update CodeQL action version from v2 to v3
1 parent 64f892f commit 45669dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troubleshooting/codeql-builds/compiled-languages-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
Alternatively, pass the token into the CodeQL init action to allow it to be used for downstream git operations:
3737

3838
```yml
39-
- uses: github/codeql-action/init@v2
39+
- uses: github/codeql-action/init@v3
4040
with:
4141
external-repository-token: ${{ secrets.GOLANG_GITHUB_TOKEN }}
4242
```

0 commit comments

Comments
 (0)