@@ -33,14 +33,14 @@ jobs:
33
33
OTELBOT_DOTNET_PRIVATE_KEY : ${{ secrets.OTELBOT_DOTNET_PRIVATE_KEY }}
34
34
35
35
prepare-release-pr :
36
- runs-on : ubuntu-22 .04
36
+ runs-on : ubuntu-24 .04
37
37
38
38
needs : automation
39
39
40
40
if : github.event_name == 'workflow_dispatch' && needs.automation.outputs.enabled
41
41
42
42
steps :
43
- - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
43
+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
44
44
id : otelbot-token
45
45
with :
46
46
app-id : ${{ vars.OTELBOT_DOTNET_APP_ID }}
73
73
-gitUserEmail ${env:BOT_USER_EMAIL}
74
74
75
75
lock-pr-and-post-notice-to-create-release-tag :
76
- runs-on : ubuntu-22 .04
76
+ runs-on : ubuntu-24 .04
77
77
78
78
needs : automation
79
79
86
86
needs.automation.outputs.enabled
87
87
88
88
steps :
89
- - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
89
+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
90
90
id : otelbot-token
91
91
with :
92
92
app-id : ${{ vars.OTELBOT_DOTNET_APP_ID }}
@@ -112,7 +112,7 @@ jobs:
112
112
-expectedPrAuthorUserName ${env:EXPECTED_PR_AUTHOR_USER_NAME}
113
113
114
114
create-release-tag-pr-post-notice :
115
- runs-on : ubuntu-22 .04
115
+ runs-on : ubuntu-24 .04
116
116
117
117
needs : automation
118
118
@@ -127,7 +127,7 @@ jobs:
127
127
needs.automation.outputs.enabled
128
128
129
129
steps :
130
- - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
130
+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
131
131
id : otelbot-token
132
132
with :
133
133
app-id : ${{ vars.OTELBOT_DOTNET_APP_ID }}
@@ -160,7 +160,7 @@ jobs:
160
160
-gitUserEmail ${env:BOT_USER_EMAIL}
161
161
162
162
update-changelog-release-dates-on-prepare-pr-post-notice :
163
- runs-on : ubuntu-22 .04
163
+ runs-on : ubuntu-24 .04
164
164
165
165
needs : automation
166
166
@@ -175,7 +175,7 @@ jobs:
175
175
needs.automation.outputs.enabled
176
176
177
177
steps :
178
- - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
178
+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
179
179
id : otelbot-token
180
180
with :
181
181
app-id : ${{ vars.OTELBOT_DOTNET_APP_ID }}
@@ -209,7 +209,7 @@ jobs:
209
209
-gitUserEmail ${env:BOT_USER_EMAIL}
210
210
211
211
update-releasenotes-on-prepare-pr-post-notice :
212
- runs-on : ubuntu-22 .04
212
+ runs-on : ubuntu-24 .04
213
213
214
214
needs : automation
215
215
@@ -224,7 +224,7 @@ jobs:
224
224
needs.automation.outputs.enabled
225
225
226
226
steps :
227
- - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
227
+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
228
228
id : otelbot-token
229
229
with :
230
230
app-id : ${{ vars.OTELBOT_DOTNET_APP_ID }}
0 commit comments