Skip to content
Open
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# `gh api repos/<owner>/<repo>/commits/<tag> --jq '.sha'` — this handles both
# lightweight and annotated tags (e.g. `pnpm/action-setup` uses annotated tags,
# and `git/refs/tags/<tag>` would return its tag-object SHA, not the commit).
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# SHA-pinned per the repo-wide policy documented in the `build` job above.
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# `gh api repos/<owner>/<repo>/commits/<tag> --jq '.sha'` — this handles both
# lightweight and annotated tags (e.g. `pnpm/action-setup` uses annotated tags,
# and `git/refs/tags/<tag>` would return its tag-object SHA, not the commit).
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

# Reachability gate — the FIRST thing after checkout so nothing else runs
# for an off-main tag. Branch protection does NOT cover tag refs, so a `v*`
Expand Down
Loading