Skip to content

Commit b179d32

Browse files
👷 Pin w5s/actions action to 8c1059f (#2425)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dc70b29 commit b179d32

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
- name: ⬇️ Checkout
2323
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424
- name: ⚙️ Setup
25-
uses: w5s/actions/setup@main
25+
uses: w5s/actions/setup@8c1059f9925af7819e4f62e84e67c94fc77c3172 # main
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- name: 🔨 Build
29-
uses: w5s/actions/task@main
29+
uses: w5s/actions/task@8c1059f9925af7819e4f62e84e67c94fc77c3172 # main
3030
with:
3131
task: build
3232
- name: 🔍 Validate
33-
uses: w5s/actions/task@main
33+
uses: w5s/actions/task@8c1059f9925af7819e4f62e84e67c94fc77c3172 # main
3434
with:
3535
task: validate

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- name: ⬇️ Checkout
1818
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
- name: ⚙️ Setup
20-
uses: w5s/actions/setup@main
20+
uses: w5s/actions/setup@8c1059f9925af7819e4f62e84e67c94fc77c3172 # main
2121
- name: 🔨 Build
22-
uses: w5s/actions/task@main
22+
uses: w5s/actions/task@8c1059f9925af7819e4f62e84e67c94fc77c3172 # main
2323
with:
2424
task: build
2525

0 commit comments

Comments
 (0)