-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Update the GH Actions #817
Enhancement: Update the GH Actions #817
Conversation
BenjamenMeyer
commented
Nov 24, 2023
- move checkout to latest (v4.1.1)
- move upload artifacts to latest (v3.1.3)
- move codeql-action to v2 (best version I can find)
- update the scorecard analysis and move version to latest
- move checkout to latest (v4.1.1) - move upload artifacts to latest (v3.1.3) - move codeql-action to v2 (best version I can find) - update the scorecard analysis and move vesions to latest
Co-authored-by: Stephen G Tuggy <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
GH_TOKEN: ${{ github.token }} | ||
# download the latest version | ||
run: | | ||
gh release download -R github/codeql-action --pattern 'codeql-bundle.tar.gz' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can specify a tag to lock to a version or leave out the tag and always get the latest release.
It's not clear from the command-line docs if gh release download
will work with the SHA hashes of the release so skipping that and just letting it use the latest release.