Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ jobs:
should_release: ${{ steps.decide.outputs.should_release }}
steps:
- name: Checkout consumer repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0 # full history for tag resolution
persist-credentials: false

- name: Checkout anvil at pinned SHA
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
repository: forgesworn/anvil
ref: ${{ github.job_workflow_sha }}
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
tag: ${{ steps.tag.outputs.tag }}
steps:
- name: Checkout consumer repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run shellcheck on step scripts
Expand All @@ -30,7 +30,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
filename: ${{ steps.record.outputs.filename }}
steps:
- name: Checkout consumer repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
# On chained calls github.ref is the outer run's ref (usually
# refs/heads/main). Explicitly check out the tag that was just
Expand All @@ -182,7 +182,7 @@ jobs:
persist-credentials: false

- name: Checkout anvil at pinned SHA
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
repository: forgesworn/anvil
ref: ${{ github.job_workflow_sha }}
Expand Down Expand Up @@ -273,14 +273,14 @@ jobs:
sha256: ${{ steps.record.outputs.sha256 }}
steps:
- name: Checkout consumer repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
# Match build-a's ref so both runners pack the same tree.
ref: ${{ inputs.tag != '' && inputs.tag || github.ref }}
persist-credentials: false

- name: Checkout anvil at pinned SHA
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
repository: forgesworn/anvil
ref: ${{ github.job_workflow_sha }}
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
reproducible: ${{ steps.compare.outputs.reproducible }}
steps:
- name: Checkout anvil at pinned SHA
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
repository: forgesworn/anvil
ref: ${{ github.job_workflow_sha }}
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
DRY_RUN: ${{ inputs.dry-run == 'true' && '1' || '0' }}
steps:
- name: Checkout consumer repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
# update-release.sh calls `git rev-parse HEAD` to supply
# --target when creating a Release; that resolves to the
Expand All @@ -378,7 +378,7 @@ jobs:
persist-credentials: false

- name: Checkout anvil at pinned SHA
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
repository: forgesworn/anvil
ref: ${{ github.job_workflow_sha }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/self-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

Expand All @@ -42,7 +42,7 @@ jobs:
changelog: ${{ steps.parse.outputs.changelog }}
should_release: ${{ steps.decide.outputs.should_release }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0

Expand Down
Loading