Refresh pinned GitHub Actions to latest stable release SHAs#50
Merged
data-douser merged 3 commits intomainfrom Apr 24, 2026
Merged
Refresh pinned GitHub Actions to latest stable release SHAs#50data-douser merged 3 commits intomainfrom
data-douser merged 3 commits intomainfrom
Conversation
19 tasks
Agent-Logs-Url: https://github.com/advanced-security/codeql-development-template/sessions/39367a91-1edf-4c15-8d71-f920cb90b7fe Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
…eql-pack.lock.yml Agent-Logs-Url: https://github.com/advanced-security/codeql-development-template/sessions/39367a91-1edf-4c15-8d71-f920cb90b7fe Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Upgrade pinned GitHub Actions to latest stable release SHAs
Refresh pinned GitHub Actions to latest stable release SHAs
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #47: ensure every externally-pinned action references the commit SHA of its latest stable release, and retire the deprecated
actions/cache@v4.After resolving each tag with
git ls-remote ... 'refs/tags/<tag>^{}', only two pins were actually stale.Changes (
.github/actions/setup-codeql-environment/action.yml)actions/cachev4 → v5.0.5 (×4) — clears the deprecation warning called out in the issue.install-qltmain→v0.0.26— pin to a tagged release instead of a moving branch.Verified already at latest stable (no change)
actions/checkoutv6.0.2,actions/setup-nodev6.4.0,actions/upload-artifactv7.0.1,actions/download-artifactv8.0.1,actions/setup-pythonv6.2.0,actions/setup-javav5.2.0,actions/setup-gov6.4.0,actions/setup-dotnetv5.2.0,ruby/setup-rubyv1.305.0.Node.js deprecation review
No hardcoded Node 20 references. Both
setup-nodecalls usenode-version-file: "package.json", whereengines.nodeis already>=24.10.0.Housekeeping
Locally-generated
codeql-pack.lock.ymlfiles (produced byscripts/install-codeql-packs.sh, absent frommain) are untracked and added to.gitignore.