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 64f892f commit 45669dcCopy full SHA for 45669dc
troubleshooting/codeql-builds/compiled-languages-go.md
@@ -36,7 +36,7 @@ jobs:
36
Alternatively, pass the token into the CodeQL init action to allow it to be used for downstream git operations:
37
38
```yml
39
-- uses: github/codeql-action/init@v2
+- uses: github/codeql-action/init@v3
40
with:
41
external-repository-token: ${{ secrets.GOLANG_GITHUB_TOKEN }}
42
```
0 commit comments