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 bb0b080 commit 631b8feCopy full SHA for 631b8fe
.github/actions/find-latest-bundle/action.yml
@@ -18,3 +18,5 @@ runs:
18
$Tag = $Latest.tag
19
Write-Output "Latest bundle tag is '${Tag}'."
20
"url=https://github.com/github/codeql-action/releases/download/${Tag}/codeql-bundle-linux64.tar.gz" >> $env:GITHUB_OUTPUT
21
+ env:
22
+ GITHUB_TOKEN: ${{ github.token }}
0 commit comments