Skip to content

Commit 8623d6d

Browse files
grafanarenovatebot[bot]nadiamoe
authored andcommitted
chore: Update actions/create-github-app-token digest to d72941d
1 parent 793c4ea commit 8623d6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/build_and_publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
162162
- name: Generate release app token
163163
id: sm-release-app
164-
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
164+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
165165
with:
166166
app-id: ${{ env.SM_RELEASE_APP_ID }}
167167
private-key: ${{ env.SM_RELEASE_APP_PRIVATE_KEY }}

Diff for: .github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Generate a token
3434
id: generate-token
35-
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
35+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
3636
with:
3737
app-id: ${{ env.GITHUB_APP_ID }}
3838
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)