diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 090f609a..7a97e86e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: # `gh api repos///commits/ --jq '.sha'` — this handles both # lightweight and annotated tags (e.g. `pnpm/action-setup` uses annotated tags, # and `git/refs/tags/` 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: @@ -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: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d9e3a50b..6669daa3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: # `gh api repos///commits/ --jq '.sha'` — this handles both # lightweight and annotated tags (e.g. `pnpm/action-setup` uses annotated tags, # and `git/refs/tags/` 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*`