Skip to content

Commit b11d97a

Browse files
ci: pin GitHub Actions to commit SHAs
Pin all GitHub Actions referenced in generated workflows (both first-party `actions/*` and third-party) to immutable commit SHAs. Updating pinned actions is now a deliberate codegen-side bump rather than implicit on every workflow run.
1 parent f3a6736 commit b11d97a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ github.repository == 'stainless-sdks/stripe-minimal-sql' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
2222
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525

2626
- name: Install PostgreSQL 14
2727
run: |
@@ -43,7 +43,7 @@ jobs:
4343
sudo chown -R $USER:$USER /var/run/postgresql
4444
4545
- name: Install uv
46-
uses: astral-sh/setup-uv@v5
46+
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
4747
with:
4848
version: '0.9.21'
4949

0 commit comments

Comments
 (0)