Skip to content

Commit 15c7d1c

Browse files
chore(deps): pin dependencies (#184)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b828b27 commit 15c7d1c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 5
1313
steps:
1414
- name: Checkout
15-
uses: actions/[email protected]
15+
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
1616
- name: Setup node
1717
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3.0.0
1818
with:
@@ -31,7 +31,7 @@ jobs:
3131
node: [12, 14, 16]
3232
steps:
3333
- name: Checkout
34-
uses: actions/[email protected]
34+
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
3535
- name: Setup node
3636
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3.0.0
3737
with:
@@ -50,7 +50,7 @@ jobs:
5050
node: [12, 14, 16]
5151
steps:
5252
- name: Checkout
53-
uses: actions/[email protected]
53+
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
5454
- name: Setup node
5555
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3.0.0
5656
with:
@@ -65,7 +65,7 @@ jobs:
6565
timeout-minutes: 5
6666
steps:
6767
- name: Checkout
68-
uses: actions/[email protected]
68+
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
6969
- name: Setup node
7070
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3.0.0
7171
with:
@@ -75,7 +75,7 @@ jobs:
7575
- name: Test
7676
run: npm run test:ci
7777
- name: Upload coverage to Codecov
78-
uses: codecov/[email protected]
78+
uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # tag=v2.1.0
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}
8181
file: ./coverage/cobertura-coverage.xml
@@ -89,7 +89,7 @@ jobs:
8989
timeout-minutes: 15
9090
steps:
9191
- name: Checkout
92-
uses: actions/[email protected]
92+
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
9393
with:
9494
# Make sure the release step uses its own credentials.
9595
persist-credentials: false

.github/workflows/lint-commit-messages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
timeout-minutes: 5
1313
steps:
1414
- name: Checkout
15-
uses: actions/[email protected]
15+
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
1616
with:
1717
fetch-depth: 0
1818
- name: Lint commit messages
19-
uses: wagoid/[email protected]
19+
uses: wagoid/commitlint-github-action@296247dfa6a133767fe0d64d08fb66326047b680 # tag=v4.1.9
2020
with:
2121
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)