Skip to content

Commit c026abd

Browse files
Bump actions/create-github-app-token action to v2.1.4 (#6517)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9dfe3cc commit c026abd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/post-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
needs.automation.outputs.enabled
4545
4646
steps:
47-
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
47+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
4848
id: otelbot-token
4949
with:
5050
app-id: ${{ vars.OTELBOT_DOTNET_APP_ID }}
@@ -96,7 +96,7 @@ jobs:
9696
(github.event_name == 'release' || github.event_name == 'workflow_dispatch')
9797
9898
steps:
99-
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
99+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
100100
id: otelbot-token
101101
with:
102102
app-id: ${{ vars.OTELBOT_DOTNET_APP_ID }}

.github/workflows/prepare-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: github.event_name == 'workflow_dispatch' && needs.automation.outputs.enabled
4141

4242
steps:
43-
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
43+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
4444
id: otelbot-token
4545
with:
4646
app-id: ${{ vars.OTELBOT_DOTNET_APP_ID }}
@@ -86,7 +86,7 @@ jobs:
8686
needs.automation.outputs.enabled
8787
8888
steps:
89-
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
89+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
9090
id: otelbot-token
9191
with:
9292
app-id: ${{ vars.OTELBOT_DOTNET_APP_ID }}
@@ -127,7 +127,7 @@ jobs:
127127
needs.automation.outputs.enabled
128128
129129
steps:
130-
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
130+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
131131
id: otelbot-token
132132
with:
133133
app-id: ${{ vars.OTELBOT_DOTNET_APP_ID }}
@@ -175,7 +175,7 @@ jobs:
175175
needs.automation.outputs.enabled
176176
177177
steps:
178-
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
178+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
179179
id: otelbot-token
180180
with:
181181
app-id: ${{ vars.OTELBOT_DOTNET_APP_ID }}
@@ -224,7 +224,7 @@ jobs:
224224
needs.automation.outputs.enabled
225225
226226
steps:
227-
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
227+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
228228
id: otelbot-token
229229
with:
230230
app-id: ${{ vars.OTELBOT_DOTNET_APP_ID }}

.github/workflows/publish-packages-1.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
if: needs.automation.outputs.enabled && github.event_name == 'push'
112112

113113
steps:
114-
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
114+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
115115
id: otelbot-token
116116
with:
117117
app-id: ${{ vars.OTELBOT_DOTNET_APP_ID }}

0 commit comments

Comments
 (0)