build: update all github actions - #3902
Conversation
See associated pull request for more information.
There was a problem hiding this comment.
Code Review
This pull request updates the pnpm/action-setup GitHub Action version from v6.0.9 to v6.0.10. The feedback suggests migrating to the successor action pnpm/setup and highlights an existing issue where cache_dependency_path is incorrectly configured with underscores instead of hyphens, causing the input to be ignored.
|
|
||
| - if: steps.packageManager.outputs.PACKAGE_MANAGER == 'pnpm' | ||
| uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 | ||
| uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 |
There was a problem hiding this comment.
The pnpm/action-setup action is now deprecated in favor of its successor, pnpm/setup. Consider migrating to pnpm/setup for long-term support and compatibility with future pnpm releases.\n\nAdditionally, the input name for the cache dependency path is cache-dependency-path (with hyphens), but it is currently configured as cache_dependency_path (with underscores) in the with block. This causes the input to be ignored by the action. It should be updated to use hyphens.
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This PR contains the following updates:
v4.37.4→v4.37.6v6.0.9→v6.0.10Release Notes
github/codeql-action (github/codeql-action)
v4.37.6Compare Source
.github/codeql-config.ymlto align it with the suggested path that is used elsewhere. #4070v4.37.5Compare Source
initAction instead of falling back to downloading the bundle before extracting it. #4061pnpm/action-setup (pnpm/action-setup)
v6.0.10Compare Source
What's Changed
pr-checkby @jamietanna in #284New Contributors
Full Changelog: pnpm/action-setup@v6...v6.0.10