Skip to content

Commit 50923a1

Browse files
committed
chore(deps): pin dependencies
1 parent 19a9072 commit 50923a1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
build:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
21-
- uses: actions/setup-node@v3
20+
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
21+
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
2222
with:
2323
node-version-file: .nvmrc
2424

@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Github Release
4848
if: startsWith(github.ref, 'refs/tags/v')
49-
uses: actions/create-release@v1
49+
uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # tag=v1
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
with:

.github/workflows/renovate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
renovate:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
20-
- uses: renovatebot/[email protected]
19+
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
20+
- uses: renovatebot/github-action@bb00a24605e009026226996bf12fb51a89499423 # tag=v32.6.5
2121
with:
2222
configurationFile: .github/renovate.json
2323
token: ${{ secrets.RENOVATE_TOKEN }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
16.14.2

0 commit comments

Comments
 (0)