File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
build :
20
20
runs-on : ubuntu-latest
21
21
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
24
24
with :
25
25
node-version-file : .nvmrc
26
26
48
48
49
49
- name : Github Release
50
50
if : startsWith(github.ref, 'refs/tags/v')
51
- uses : actions/create-release@v1
51
+ uses : actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # tag= v1
52
52
env :
53
53
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54
54
with :
Original file line number Diff line number Diff line change 16
16
renovate :
17
17
runs-on : ubuntu-latest
18
18
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
21
21
with :
22
22
configurationFile : .github/renovate.json
23
23
token : ${{ secrets.RENOVATE_TOKEN }}
Original file line number Diff line number Diff line change 1
- 16
1
+ 16.14.2
You can’t perform that action at this time.
0 commit comments