[codex] Upgrade workflow actions for Node 24#140
Open
sidmohan0 wants to merge 1 commit into
Open
Conversation
Refs DFPY-67
8ee605b to
02bc2b3
Compare
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.
Summary
actions/checkout@v6actions/setup-python@v6actions/cache@v5actions/upload-artifact@v7codecov/codecov-action@v6actions/github-script.actionlintpasses cleanly.clickdependency explicit for freshcli/nlpinstalls after CI exposed that newertyperno longer pulls it in transitively.Upstream audit
actions/setup-python@v6release notes: upgraded to Node 24 and requires runnerv2.327.1+.actions/cache@v5release notes: runs on Node.js 24 and requires runnerv2.327.1+.actions/checkout@v6release notes include Node.js 24 support details.codecov/codecov-action@v6release notes introduce Node 24 support.actions/upload-artifact@v7is the current major line; workflows use GitHub-hostedubuntu-latest, so no temporary runner workaround was needed.Validation
actionlint.venv312/bin/python -m pre_commit run --all-files --show-diff-on-failure.venv312/bin/pythonYAML parse for.github/workflows/*.ymlDATAFOG_INSTALL_PROFILE=cli DATAFOG_NO_TELEMETRY=1 DO_NOT_TRACK=1 .venv312/bin/python -m pytest tests/test_install_profiles.py -qDATAFOG_INSTALL_PROFILE=nlp DATAFOG_NO_TELEMETRY=1 DO_NOT_TRACK=1 .venv312/bin/python -m pytest tests/test_install_profiles.py -qcheckout@v4,setup-python@v5,cache@v4,upload-artifact@v4,codecov-action@v5, oractions/github-scriptreferences.Refs DFPY-67