Upgrade actions/cache from v4 to v6 (node 20 warning) - #190
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the repository’s composite “install CodeQL” GitHub Action to use a newer actions/cache major version, aligning the cache step with the latest supported runtime and avoiding Node 20-related warnings in GitHub Actions.
Changes:
- Updated the CodeQL cache step to use
actions/cache@v6(from@v4).
Show a summary per file
| File | Description |
|---|---|
.github/actions/install-codeql/action.yml |
Bumps the cache action used by the composite installer to actions/cache@v6. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Low
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.
This pull request updates the GitHub Actions workflow to use a newer version of the cache action v6
Dependency update:
actions/cachedependency from versionv4tov6in.github/actions/install-codeql/action.ymlto ensure compatibility and take advantage of improvements in the latest version.Dependabot does not support updating composite actions: https://github.com/GitHubSecurityLab/CodeQL-Community-Packs/actions/runs/30304804445