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 14
14
contents : read
15
15
steps :
16
16
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
17
+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
18
18
with :
19
19
node-version-file : package.json
20
20
- run : |
89
89
permissions :
90
90
contents : write
91
91
steps :
92
- - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
92
+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
93
93
id : app-token
94
94
with :
95
95
app-id : 1248576
99
99
with :
100
100
fetch-depth : 0
101
101
- name : Setup Node.js
102
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
102
+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
103
103
with :
104
104
node-version-file : package.json
105
105
- name : Install dependencies
Original file line number Diff line number Diff line change 21
21
!contains(github.event.pull_request.labels.*.name, 'chore') &&
22
22
!contains(github.event.pull_request.labels.*.name, '🛠️ dependencies')
23
23
steps :
24
- - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
24
+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
25
25
id : app-token
26
26
with :
27
27
app-id : 1248576
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
23
23
# Used App:
24
24
# https://github.com/organizations/prometheus-community/settings/apps/helm-charts-renovate-helper.
25
25
# Ref: https://github.com/prometheus-community/helm-charts/issues/5213.
26
- - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
26
+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
27
27
id : app-token
28
28
with :
29
29
app-id : 1248576
30
30
private-key : ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
31
31
32
- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
32
+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
33
33
with :
34
34
node-version-file : package.json
35
35
You can’t perform that action at this time.
0 commit comments