Skip to content

Commit 1e1c8ea

Browse files
ci: pin github actions (#199)
1 parent b9e1dbc commit 1e1c8ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- windows-latest
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2626

2727
- name: Run the action
2828
uses: ./
@@ -51,7 +51,7 @@ jobs:
5151
- windows-latest
5252

5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
5555

5656
- name: Run the action
5757
uses: ./
@@ -83,7 +83,7 @@ jobs:
8383
- false
8484

8585
steps:
86-
- uses: actions/checkout@v4
86+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
8787

8888
- name: Run the action
8989
uses: ./
@@ -92,7 +92,7 @@ jobs:
9292
standalone: ${{ matrix.standalone }}
9393

9494
- name: install Node.js
95-
uses: actions/setup-node@v4
95+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
9696
with:
9797
# pnpm@7.0.0 is not compatible with Node.js 12
9898
node-version: 12.22.12
@@ -160,7 +160,7 @@ jobs:
160160
- yarn
161161
162162
steps:
163-
- uses: actions/checkout@v4
163+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
164164

165165
- name: Run the action
166166
uses: ./

0 commit comments

Comments
 (0)