Skip to content

ci: update deprecated GitHub Actions versions#622

Open
matejk wants to merge 1 commit into
LinearTapeFileSystem:mainfrom
matejk:ci/update-actions
Open

ci: update deprecated GitHub Actions versions#622
matejk wants to merge 1 commit into
LinearTapeFileSystem:mainfrom
matejk:ci/update-actions

Conversation

@matejk

@matejk matejk commented Jul 3, 2026

Copy link
Copy Markdown

Updates the action versions the workflows pin, one commit, yaml-only:

  • actions/checkout v4 → v6 in the seven build-*.yml distro workflows, codeql-analysis.yml, and update-uthash.yml.
  • github/codeql-action (init/autobuild/analyze) v2 → v4 — CodeQL Action v2 was turned off in 2024 and v3 stopped receiving updates in 2025, so codeql-analysis.yml fails until bumped.
  • peter-evans/create-pull-request v5 → v8 in update-uthash.yml.

No workflow logic changes. Extracted from #606 on reviewer feedback so the CI maintenance can merge independently of the CMake build. (#606's own new cmake.yml workflow uses checkout@v6 as well.)

actions/checkout v4 runs on Node.js 20, which GitHub deprecates in
June 2026; move to v6. codeql-action moves to v4 and
create-pull-request to v8 for the same reason.
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.

1 participant