Pin GitHub Actions to commit SHAs

This commit is contained in:
jportner 2026-05-06 03:58:00 +00:00 committed by tobin
parent 95cc50d132
commit 693d467cb3
No known key found for this signature in database

View File

@ -17,7 +17,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2 - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0 (sha-pinned)
- name: Install dependencies - name: Install dependencies
run: cd .github/scripts && bun install yaml run: cd .github/scripts && bun install yaml