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
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
release_ref: ${{ steps.detect.outputs.release_ref }}
steps:
- name: Check out the pushed commit (full history + tags)
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# fetch-depth: 0 pulls every tag so the existence check below is
# authoritative; a shallow clone would omit tags and mis-report.
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
contents: write # push the new tag ref
steps:
- name: Check out the pushed commit
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# github.sha = this main push's HEAD, the immutable commit to tag.
ref: ${{ github.sha }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Set up Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: '1.25'

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
env:
GITLEAKS_VERSION: 8.24.3
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -112,7 +112,7 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Audit workflows
Expand All @@ -131,7 +131,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -147,11 +147,11 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: '1.25'
- name: Smoke every command
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
contents: read
steps:
- name: Check out the pushed commit
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# github.sha, not the tag ref: checkout re-resolves a NAMED ref at each
# job's start, so a tag moved after the push could differ here. The sha is
Expand All @@ -90,7 +90,7 @@ jobs:
persist-credentials: false

- name: Set up Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: '1.25'
# cache: false — this workflow is tag-triggered; module caching in a
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
attestations: write # publish the build-provenance attestations (public repo)
steps:
- name: Check out the pushed commit
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# github.sha (the commit the pushed tag pointed at), not the tag NAME and
# not the default-branch tip, so the binaries below are built from the exact
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: '1.25'
cache: false
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:

- name: Attest the semantic-gate receipts (signed release provenance)
if: ${{ !github.event.repository.private }}
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
with:
subject-path: .abcd/work/reviews/${{ env.CONTENT_SHA }}/*.json
predicate-type: https://abcd.dev/attestations/semantic-release-gate/v1
Expand Down Expand Up @@ -371,15 +371,15 @@ jobs:
contents: read
steps:
- name: Check out (full history)
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# Full history so the content-commit resolution below can walk parents,
# exactly as release.yml's semantic gate does.
fetch-depth: 0
persist-credentials: false

- name: Set up Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: '1.25'
cache: false
Expand Down
4 changes: 2 additions & 2 deletions internal/core/launch/scaffold/templates/auto-release.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
release_ref: ${{ steps.detect.outputs.release_ref }}
steps:
- name: Check out the pushed commit (full history + tags)
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# fetch-depth: 0 pulls every tag so the existence check below is
# authoritative; a shallow clone would omit tags and mis-report.
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
contents: write # push the new tag ref
steps:
- name: Check out the pushed commit
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# github.sha = this main push's HEAD, the immutable commit to tag.
ref: ${{ github.sha }}
Expand Down
14 changes: 7 additions & 7 deletions internal/core/launch/scaffold/templates/release.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
contents: read
steps:
- name: Check out the pushed commit
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# github.sha, not the tag ref: checkout re-resolves a NAMED ref at each
# job's start, so a tag moved after the push could differ here. The sha is
Expand All @@ -111,7 +111,7 @@ jobs:
persist-credentials: false

- name: Set up Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: '<% .GoVersion %>'
# cache: false — this workflow is tag-triggered; module caching in a
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
<%- end %>
steps:
- name: Check out the pushed commit
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# github.sha (the commit the pushed tag pointed at), not the tag NAME and
# not the default-branch tip, so the binaries below are built from the exact
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: '<% .GoVersion %>'
cache: false
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:

- name: Attest the semantic-gate receipts (signed release provenance)
if: ${{ !github.event.repository.private }}
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
with:
subject-path: .abcd/work/reviews/${{ env.CONTENT_SHA }}/*.json
predicate-type: https://abcd.dev/attestations/semantic-release-gate/v1
Expand Down Expand Up @@ -407,15 +407,15 @@ jobs:
contents: read
steps:
- name: Check out (full history)
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# Full history so the content-commit resolution below can walk parents,
# exactly as release.yml's semantic gate does.
fetch-depth: 0
persist-credentials: false

- name: Set up Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: '<% .GoVersion %>'
cache: false
Expand Down