Skip to content

Refresh pinned GitHub Actions to latest stable release SHAs#50

Merged
data-douser merged 3 commits intomainfrom
copilot/upgrade-github-actions-pinned
Apr 24, 2026
Merged

Refresh pinned GitHub Actions to latest stable release SHAs#50
data-douser merged 3 commits intomainfrom
copilot/upgrade-github-actions-pinned

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 23, 2026

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/cache v4 → v5.0.5 (×4) — clears the deprecation warning called out in the issue.
  • install-qlt mainv0.0.26 — pin to a tagged release instead of a moving branch.
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: advanced-security/codeql-development-toolkit/.github/actions/install-qlt@177984f7fc369b131c844b3a50d8d1e9a8e5223b # v0.0.26

Verified already at latest stable (no change)

actions/checkout v6.0.2, actions/setup-node v6.4.0, actions/upload-artifact v7.0.1, actions/download-artifact v8.0.1, actions/setup-python v6.2.0, actions/setup-java v5.2.0, actions/setup-go v6.4.0, actions/setup-dotnet v5.2.0, ruby/setup-ruby v1.305.0.

Node.js deprecation review

No hardcoded Node 20 references. Both setup-node calls use node-version-file: "package.json", where engines.node is already >=24.10.0.

Housekeeping

Locally-generated codeql-pack.lock.yml files (produced by scripts/install-codeql-packs.sh, absent from main) are untracked and added to .gitignore.

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
Copilot AI requested a review from data-douser April 23, 2026 01:35
@data-douser data-douser marked this pull request as ready for review April 23, 2026 15:03
@data-douser data-douser requested review from a team and enyil as code owners April 23, 2026 15:03
@data-douser data-douser added this pull request to the merge queue Apr 24, 2026
Merged via the queue into main with commit fe425c4 Apr 24, 2026
11 checks passed
@data-douser data-douser deleted the copilot/upgrade-github-actions-pinned branch April 24, 2026 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade pinned GitHub Actions to latest stable release commit SHAs

2 participants