Skip to content

Commit b1056a7

Browse files
chore(deps): update actions/create-github-app-token digest to c1a2851 (#665)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 08aeeed commit b1056a7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci.yml

+3-3
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@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1
27+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1
2828
with:
2929
app-id: ${{ secrets.CT_SDKS_APP_ID }}
3030
private-key: ${{ secrets.CT_SDKS_APP_PEM }}
@@ -152,7 +152,7 @@ jobs:
152152
# Get GitHub token via the CT SDKs App
153153
- name: Generate GitHub token (via CT SDKs App)
154154
id: generate_github_token
155-
uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1
155+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1
156156
with:
157157
app-id: ${{ secrets.CT_SDKS_APP_ID }}
158158
private-key: ${{ secrets.CT_SDKS_APP_PEM }}
@@ -182,7 +182,7 @@ jobs:
182182
# Get GitHub token via the CT SDKs App
183183
- name: Generate GitHub token (via CT SDKs App)
184184
id: generate_github_token
185-
uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1
185+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1
186186
with:
187187
app-id: ${{ secrets.CT_SDKS_APP_ID }}
188188
private-key: ${{ secrets.CT_SDKS_APP_PEM }}

.github/workflows/create-pr.yml

+1-1
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@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1
21+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1
2222
with:
2323
app-id: ${{ secrets.CT_SDKS_APP_ID }}
2424
private-key: ${{ secrets.CT_SDKS_APP_PEM }}

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Get GitHub token via the CT SDKs App
2323
- name: Generate GitHub token (via CT SDKs App)
2424
id: generate_github_token
25-
uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1
25+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1
2626
with:
2727
app-id: ${{ secrets.CT_SDKS_APP_ID }}
2828
private-key: ${{ secrets.CT_SDKS_APP_PEM }}

.github/workflows/release-snapshot.yml

+1-1
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@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1
19+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1
2020
with:
2121
app-id: ${{ secrets.CT_SDKS_APP_ID }}
2222
private-key: ${{ secrets.CT_SDKS_APP_PEM }}

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Get GitHub token via the CT SDKs App
5757
- name: Generate GitHub token (via CT SDKs App)
5858
id: generate_github_token
59-
uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1
59+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1
6060
with:
6161
app-id: ${{ secrets.CT_SDKS_APP_ID }}
6262
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@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1
121+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1
122122
with:
123123
app-id: ${{ secrets.CT_SDKS_APP_ID }}
124124
private-key: ${{ secrets.CT_SDKS_APP_PEM }}

0 commit comments

Comments
 (0)