chore: update action versions in workflow files #2446
Closed
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 includes updates to various GitHub Actions workflows to use specific commit SHAs for action versions, ensuring consistency and stability. The most important changes include updating the
actions/checkout,actions/setup-node,changesets/action,actions/github-script, andhmarr/auto-approve-actionto specific versions.Updates to GitHub Actions workflows:
.github/workflows/changeset-release.yml: Updatedactions/checkoutto11bd71901bbe5b1630ceea73d27597364c9af683(v4.2.2),actions/setup-nodetocdca7365b2dadb8aad0a33bc7601856ffabcc48e(v4.3.0),changesets/actionto06245a4e0a36c064a573d4150030f5ec548e4fcc(v1.4.10),actions/github-scriptto60a0d83039c74a4aee543508d2ffcb1c3799cdea(v7.0.1), andhmarr/auto-approve-actiontof0939ea97e9205ef24d872e76833fa908a770363(v4.0.0). [1] [2] [3] [4] [5].github/workflows/code-qa.yml: Updatedactions/checkoutto11bd71901bbe5b1630ceea73d27597364c9af683(v4.2.2) andactions/setup-nodetocdca7365b2dadb8aad0a33bc7601856ffabcc48e(v4.3.0) in multiple steps. [1] [2] [3] [4] [5] [6].github/workflows/codeql.yml: Updatedactions/checkoutto11bd71901bbe5b1630ceea73d27597364c9af683(v4.2.2)..github/workflows/marketplace-publish.yml: Updatedactions/checkoutto11bd71901bbe5b1630ceea73d27597364c9af683(v4.2.2) andactions/setup-nodetocdca7365b2dadb8aad0a33bc7601856ffabcc48e(v4.3.0)..github/workflows/update-contributors.yml: Updatedactions/checkoutto11bd71901bbe5b1630ceea73d27597364c9af683(v4.2.2),actions/setup-nodetocdca7365b2dadb8aad0a33bc7601856ffabcc48e(v4.3.0), andpeter-evans/create-pull-requestto271a8d0340265f705b14b6d32b9829c1cb33d45e(v7.0.8). [1] [2]Important
Update GitHub Actions workflows to use specific commit SHAs for action versions for consistency and stability.
.github/workflows/changeset-release.yml: Updatedactions/checkoutto11bd71901bbe5b1630ceea73d27597364c9af683(v4.2.2),actions/setup-nodetocdca7365b2dadb8aad0a33bc7601856ffabcc48e(v4.3.0),changesets/actionto06245a4e0a36c064a573d4150030f5ec548e4fcc(v1.4.10),actions/github-scriptto60a0d83039c74a4aee543508d2ffcb1c3799cdea(v7.0.1), andhmarr/auto-approve-actiontof0939ea97e9205ef24d872e76833fa908a770363(v4.0.0)..github/workflows/code-qa.yml: Updatedactions/checkoutandactions/setup-nodeto the same versions as above in multiple steps..github/workflows/codeql.yml: Updatedactions/checkoutto11bd71901bbe5b1630ceea73d27597364c9af683(v4.2.2)..github/workflows/marketplace-publish.yml: Updatedactions/checkoutandactions/setup-nodeto the same versions as above..github/workflows/update-contributors.yml: Updatedactions/checkoutandactions/setup-nodeto the same versions as above.This description was created by
for d532d62. It will automatically update as commits are pushed.