Skip to content

Commit b05f4b9

Browse files
ctisonrenovate-bot
andauthored
chore(deps): pin dependencies (#2)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c8ed1d4 commit b05f4b9

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
@@ -19,8 +19,8 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
23-
- uses: actions/setup-node@v3
22+
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
23+
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
2424
with:
2525
node-version-file: .nvmrc
2626

@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Github Release
5050
if: startsWith(github.ref, 'refs/tags/v')
51-
uses: actions/create-release@v1
51+
uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # tag=v1
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
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)