fix: pin dependencies #16
Merged
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 and configuration files to use specific versions of actions and add new inputs. The most important changes include specifying exact commit hashes for action versions, adding a new input to the
action.yml
file, and updating the.pinact.yaml
configuration.Updates to GitHub Actions workflows:
.github/workflows/integration.yml
: Updatedactions/checkout
to use commit11bd71901bbe5b1630ceea73d27597364c9af683
(v4.2.2) in multiple steps. [1] [2] [3].github/workflows/tag-v0.yml
: Updatedactions/checkout
to use commit11bd71901bbe5b1630ceea73d27597364c9af683
(v4.2.2) andhaya14busa/action-update-semver
to use commitfb48464b2438ae82cc78237be61afb4f461265a1
(v1.2.1)..github/workflows/tagpr.yml
: Updatedactions/checkout
to use commit11bd71901bbe5b1630ceea73d27597364c9af683
(v4.2.2),Songmu/tagpr
to use commite89d37247ca73d3e5620bf074a53fbd5b39e66b0
(v1.5.1), andhaya14busa/action-update-semver
to use commitfb48464b2438ae82cc78237be61afb4f461265a1
(v1.2.1).Configuration updates:
.pinact.yaml
: Added a new configuration file with patterns to match workflow files and ignore specific actions.action.yml
: Added a newchecksum
input and updated thek1LoW/gh-setup
action to use commite2f12d046abe942ed4e6976980e53e2388238273
(v1.10.0) andactions/github-script
to use commit60a0d83039c74a4aee543508d2ffcb1c3799cdea
(v7.0.1). [1] [2]