File tree 11 files changed +14
-14
lines changed
11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 84
84
- name : Use CLA approved bot
85
85
run : .github/scripts/use-cla-approved-bot.sh
86
86
87
- - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
87
+ - uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
88
88
id : otelbot-token
89
89
with :
90
90
app-id : ${{ vars.OTELBOT_APP_ID }}
Original file line number Diff line number Diff line change 29
29
- name : Use CLA approved bot
30
30
run : .github/scripts/use-cla-approved-bot.sh
31
31
32
- - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
32
+ - uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
33
33
id : otelbot-token
34
34
with :
35
35
app-id : ${{ vars.OTELBOT_APP_ID }}
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ jobs:
272
272
273
273
# vaadin tests use pnpm
274
274
- name : Cache pnpm modules
275
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
275
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
276
276
with :
277
277
path : ~/.pnpm-store
278
278
key : ${{ runner.os }}-test-cache-pnpm-modules
Original file line number Diff line number Diff line change 51
51
- name : Use CLA approved bot
52
52
run : .github/scripts/use-cla-approved-bot.sh
53
53
54
- - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
54
+ - uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
55
55
id : otelbot-token
56
56
with :
57
57
app-id : ${{ vars.OTELBOT_APP_ID }}
Original file line number Diff line number Diff line change 63
63
- name : Use CLA approved bot
64
64
run : .github/scripts/use-cla-approved-bot.sh
65
65
66
- - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
66
+ - uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
67
67
id : otelbot-token
68
68
with :
69
69
app-id : ${{ vars.OTELBOT_APP_ID }}
@@ -120,7 +120,7 @@ jobs:
120
120
- name : Use CLA approved bot
121
121
run : .github/scripts/use-cla-approved-bot.sh
122
122
123
- - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
123
+ - uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
124
124
id : otelbot-token
125
125
with :
126
126
app-id : ${{ vars.OTELBOT_APP_ID }}
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
22
- - uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9 .0
22
+ - uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
23
23
24
24
- name : Login to GitHub container registry
25
25
uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
32
32
run : echo "TS=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
33
33
34
34
- name : Push to GitHub packages
35
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .0
35
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
36
36
with :
37
37
push : true
38
38
file : benchmark-overhead/Dockerfile.petclinic
Original file line number Diff line number Diff line change 44
44
- name : display changes
45
45
run : git diff
46
46
47
- - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
47
+ - uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
48
48
id : otelbot-token
49
49
with :
50
50
app-id : ${{ vars.OTELBOT_APP_ID }}
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ jobs:
219
219
- name : Use CLA approved bot
220
220
run : .github/scripts/use-cla-approved-bot.sh
221
221
222
- - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
222
+ - uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
223
223
id : otelbot-token
224
224
with :
225
225
app-id : ${{ vars.OTELBOT_APP_ID }}
@@ -288,7 +288,7 @@ jobs:
288
288
- name : Use CLA approved bot
289
289
run : .github/scripts/use-cla-approved-bot.sh
290
290
291
- - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
291
+ - uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
292
292
id : otelbot-token
293
293
with :
294
294
app-id : ${{ vars.OTELBOT_APP_ID }}
Original file line number Diff line number Diff line change 52
52
53
53
# vaadin tests use pnpm
54
54
- name : Cache pnpm modules
55
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
55
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
56
56
with :
57
57
path : ~/.pnpm-store
58
58
key : ${{ runner.os }}-test-latest-cache-pnpm-modules
Original file line number Diff line number Diff line change 46
46
47
47
# vaadin tests use pnpm
48
48
- name : Cache pnpm modules
49
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
49
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
50
50
with :
51
51
path : ~/.pnpm-store
52
52
key : ${{ runner.os }}-test-latest-cache-pnpm-modules
Original file line number Diff line number Diff line change 1
- FROM eclipse-temurin:11.0.26_4-jdk@sha256:0fce1ebca683486d57432c42b8a9764c3fe0b18ae092746248fac258ad05ee00 as app-build
1
+ FROM eclipse-temurin:11.0.26_4-jdk@sha256:be923b4c9abb99b97b8aa18169bf4598ab570e9b6dc3ca0ecaef433bd2011dcc as app-build
2
2
3
3
# This is the base image that will contain a built version of the spring-petclinic-rest
4
4
# application. Installing the dependencies and maven compiling the application is time
You can’t perform that action at this time.
0 commit comments