Skip to content

Commit 7c22f0a

Browse files
chore: Update actions/create-github-app-token action to v3
1 parent 7da70f0 commit 7c22f0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/renovate-approve/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
4040
- name: Create GitHub app token
4141
id: app-token
42-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
42+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
4343
with:
4444
app-id: ${{ fromJSON(steps.get-secrets.outputs.secrets).SM_APPROVER_APP_ID }}
4545
private-key: ${{ fromJSON(steps.get-secrets.outputs.secrets).SM_APPROVER_PRIVATE_KEY }}

actions/renovate/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
5151
- name: create GitHub app token
5252
id: app-token
53-
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
53+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
5454
with:
5555
app-id: ${{ env.GRAFANA_RENOVATE_APP_ID }}
5656
private-key: ${{ env.GRAFANA_RENOVATE_PRIVATE_KEY }}

0 commit comments

Comments
 (0)