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 17
17
build :
18
18
runs-on : ubuntu-latest
19
19
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
22
22
with :
23
23
node-version-file : .nvmrc
24
24
46
46
47
47
- name : Github Release
48
48
if : startsWith(github.ref, 'refs/tags/v')
49
- uses : actions/create-release@v1
49
+ uses : actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # tag= v1
50
50
env :
51
51
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
52
52
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