Skip to content

Commit 76b57f9

Browse files
chore(deps): update actions/create-github-app-token action to v1.11.2 (#629)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 179a77b commit 76b57f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update-charts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
- name: Install Updatecli in the runner
224224
uses: updatecli/updatecli-action@79983ec58a76fe0c87fc76f5a5c7ef8df0bb36c4 # v2.77.0
225225

226-
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
226+
- uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
227227
id: generate-token
228228
with:
229229
app-id: ${{ secrets.APP_ID }}
@@ -372,7 +372,7 @@ jobs:
372372
- name: Install Updatecli in the runner
373373
uses: updatecli/updatecli-action@79983ec58a76fe0c87fc76f5a5c7ef8df0bb36c4 # v2.77.0
374374

375-
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
375+
- uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
376376
id: generate-token
377377
with:
378378
app-id: ${{ secrets.APP_ID }}

.github/workflows/update-dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Updatecli in the runner
1717
uses: updatecli/updatecli-action@79983ec58a76fe0c87fc76f5a5c7ef8df0bb36c4 # v2.77.0
1818

19-
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
19+
- uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
2020
id: generate-token
2121
with:
2222
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)