File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
micrometer-meter-provider Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3232 echo "exists=true" >> $GITHUB_OUTPUT
3333 fi
3434
35- - uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
35+ - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
3636 if : steps.unzip-patch.outputs.exists == 'true'
3737 id : otelbot-token
3838 with :
Original file line number Diff line number Diff line change 2929 - name : Use CLA approved bot
3030 run : .github/scripts/use-cla-approved-bot.sh
3131
32- - uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
32+ - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
3333 id : otelbot-token
3434 with :
3535 app-id : ${{ vars.OTELBOT_APP_ID }}
Original file line number Diff line number Diff line change 2323 with :
2424 persist-credentials : false
2525
26- - uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
26+ - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
2727 id : create-token
2828 with :
2929 # analyzing classic branch protections requires a token with admin read permissions
Original file line number Diff line number Diff line change 4747 - name : Use CLA approved bot
4848 run : .github/scripts/use-cla-approved-bot.sh
4949
50- - uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
50+ - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
5151 id : otelbot-token
5252 with :
5353 app-id : ${{ vars.OTELBOT_APP_ID }}
Original file line number Diff line number Diff line change 5959 - name : Use CLA approved bot
6060 run : .github/scripts/use-cla-approved-bot.sh
6161
62- - uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
62+ - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
6363 id : otelbot-token
6464 with :
6565 app-id : ${{ vars.OTELBOT_APP_ID }}
@@ -116,7 +116,7 @@ jobs:
116116 - name : Use CLA approved bot
117117 run : .github/scripts/use-cla-approved-bot.sh
118118
119- - uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
119+ - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
120120 id : otelbot-token
121121 with :
122122 app-id : ${{ vars.OTELBOT_APP_ID }}
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ jobs:
221221 - name : Use CLA approved bot
222222 run : .github/scripts/use-cla-approved-bot.sh
223223
224- - uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
224+ - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
225225 id : otelbot-token
226226 with :
227227 app-id : ${{ vars.OTELBOT_APP_ID }}
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ dependencies {
2020 annotationProcessor(" com.google.auto.value:auto-value" )
2121 compileOnly(" com.google.auto.value:auto-value-annotations" )
2222
23- testImplementation(" io.micrometer:micrometer-core:1.15.2 " )
23+ testImplementation(" io.micrometer:micrometer-core:1.15.3 " )
2424}
2525
2626testing {
2727 suites {
2828 val integrationTest by registering(JvmTestSuite ::class ) {
2929 dependencies {
30- implementation(" io.micrometer:micrometer-registry-prometheus:1.15.2 " )
30+ implementation(" io.micrometer:micrometer-registry-prometheus:1.15.3 " )
3131 }
3232 }
3333 }
Original file line number Diff line number Diff line change 11pluginManagement {
22 plugins {
3- id(" com.gradleup.shadow" ) version " 9.0.0-rc3 "
3+ id(" com.gradleup.shadow" ) version " 9.0.1 "
44 id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0.0"
55 id(" com.gradle.develocity" ) version " 4.1"
66 }
You can’t perform that action at this time.
0 commit comments