Bump deprecated GitHub Actions to current major versions#14315
Open
Valyrian-Code wants to merge 1 commit into
Open
Bump deprecated GitHub Actions to current major versions#14315Valyrian-Code wants to merge 1 commit into
Valyrian-Code wants to merge 1 commit into
Conversation
The flake8 and CodeQL workflows pinned actions to deprecated majors: - actions/checkout@v3 and actions/setup-python@v2 run on the end-of-life Node 16 runtime. - github/codeql-action@v2 (init/autobuild/analyze) is deprecated by GitHub. Bump to current majors with no behaviour change: - actions/checkout@v3 -> @v6 (matches tests.yml / run-test-suite.yml) - actions/setup-python@v2 -> @v6 - github/codeql-action/*@v2 -> @V3
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @Valyrian-Code on file. In order for us to review and merge your code, please contact the project maintainers to get yourself added. |
Contributor
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
Author
|
Signed CLA emailed to info@osgeo.org as @Valyrian-Code. Could a maintainer add me to the .clabot allowlist? This is a small CI-only change. Thanks! |
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.
Bumps GitHub Actions in the
flake8(Code formatting) andcodeql(CodeQL) workflows from deprecated major versions to the current ones. No behaviour change.actions/checkout@v3→@v6(matches the versions already used intests.yml/run-test-suite.yml)actions/setup-python@v2→@v6github/codeql-action/{init,autobuild,analyze}@v2→@v3Rationale:
actions/checkout@v3andactions/setup-python@v2run on the end-of-life Node 16 runner, andgithub/codeql-action@v2has been deprecated by GitHub. These emit deprecation warnings today and will eventually stop executing.Checklist
For all pull requests:
For core and extension modules: