Skip to content

Commit cdaf407

Browse files
committed
chore: pin actions to commit sha
1 parent 0b1a7e6 commit cdaf407

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
@@ -15,13 +15,13 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
1919
with:
2020
fetch-depth: 0
2121
token: ${{ secrets.GH_ADMIN_TOKEN }}
2222

2323
- name: Set up pnpm
24-
uses: pnpm/action-setup@v4
24+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093
2525
with:
2626
version: 11.5.2
2727

0 commit comments

Comments
 (0)