Skip to content

Commit 75f7dd1

Browse files
chore(deps): pin dependencies
1 parent 7d0a98d commit 75f7dd1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
steps:
1919
- &checkout
2020
name: Checkout repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2222
with:
2323
persist-credentials: false
2424

2525
- name: Install pnpm
26-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
26+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2727
with:
2828
version: ${{ env.PNPM_VERSION }}
2929

@@ -41,7 +41,7 @@ jobs:
4141
- *checkout
4242

4343
- name: Install pnpm
44-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
44+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
4545
with:
4646
version: ${{ env.PNPM_VERSION }}
4747

@@ -59,7 +59,7 @@ jobs:
5959
- *checkout
6060

6161
- name: Install pnpm
62-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
62+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
6363
with:
6464
version: ${{ env.PNPM_VERSION }}
6565

@@ -76,7 +76,7 @@ jobs:
7676
- *checkout
7777

7878
- name: Run zizmor
79-
uses: zizmorcore/zizmor-action@f52a838cfabf134edcbaa7c8b3677dde20045018 # v0.1.1
79+
uses: zizmorcore/zizmor-action@e673c3917a1aef3c65c972347ed84ccd013ecda4 # v0.2.0
8080
with:
8181
persona: pedantic
8282
# Don't use GitHub advanced security.
@@ -90,7 +90,7 @@ jobs:
9090
- *checkout
9191

9292
- name: Install pnpm
93-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
93+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
9494
with:
9595
version: ${{ env.PNPM_VERSION }}
9696

.github/workflows/links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
runs-on: ubuntu-24.04
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2424
with:
2525
persist-credentials: false
2626

2727
- name: Link Checker
28-
uses: lycheeverse/lychee-action@5c4ee84814c983aa7164eaee476f014e53ff3963 # v2.5.0
28+
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
2929
env:
3030
# Set the GitHub token to avoid rate limits when checking GitHub links.
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)