Skip to content

Commit b0a7cf0

Browse files
chore(deps): update actions/create-github-app-token digest to a0de6af
1 parent 432f615 commit b0a7cf0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Get GitHub token via the CT SDKs App
2525
- name: Generate GitHub token (via CT SDKs App)
2626
id: generate_github_token
27-
uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1
27+
uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1
2828
with:
2929
app-id: ${{ secrets.CT_SDKS_APP_ID }}
3030
private-key: ${{ secrets.CT_SDKS_APP_PEM }}
@@ -149,7 +149,7 @@ jobs:
149149
# Get GitHub token via the CT SDKs App
150150
- name: Generate GitHub token (via CT SDKs App)
151151
id: generate_github_token
152-
uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1
152+
uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1
153153
with:
154154
app-id: ${{ secrets.CT_SDKS_APP_ID }}
155155
private-key: ${{ secrets.CT_SDKS_APP_PEM }}

.github/workflows/create-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Get GitHub token via the CT SDKs App
1919
- name: Generate GitHub token (via CT SDKs App)
2020
id: generate_github_token
21-
uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1
21+
uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1
2222
with:
2323
app-id: ${{ secrets.CT_SDKS_APP_ID }}
2424
private-key: ${{ secrets.CT_SDKS_APP_PEM }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Get GitHub token via the CT SDKs App
2626
- name: Generate GitHub token (via CT SDKs App)
2727
id: generate_github_token
28-
uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1
28+
uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1
2929
with:
3030
app-id: ${{ secrets.CT_SDKS_APP_ID }}
3131
private-key: ${{ secrets.CT_SDKS_APP_PEM }}

.github/workflows/release-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Get GitHub token via the CT SDKs App
1717
- name: Generate GitHub token (via CT SDKs App)
1818
id: generate_github_token
19-
uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1
19+
uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1
2020
with:
2121
app-id: ${{ secrets.CT_SDKS_APP_ID }}
2222
private-key: ${{ secrets.CT_SDKS_APP_PEM }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Get GitHub token via the CT SDKs App
5656
- name: Generate GitHub token (via CT SDKs App)
5757
id: generate_github_token
58-
uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1
58+
uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1
5959
with:
6060
app-id: ${{ secrets.CT_SDKS_APP_ID }}
6161
private-key: ${{ secrets.CT_SDKS_APP_PEM }}
@@ -118,7 +118,7 @@ jobs:
118118
# Get GitHub token via the CT SDKs App
119119
- name: Generate GitHub token (via CT SDKs App)
120120
id: generate_github_token
121-
uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1
121+
uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1
122122
with:
123123
app-id: ${{ secrets.CT_SDKS_APP_ID }}
124124
private-key: ${{ secrets.CT_SDKS_APP_PEM }}

0 commit comments

Comments
 (0)