Skip to content

Commit 2ac1ce4

Browse files
fix(deps): update all patch versions (#751)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 178db6f commit 2ac1ce4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
4343

4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
45+
uses: github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
4646
with:
4747
languages: ${{ matrix.language }}
4848
# using "latest" helps to keep up with the latest Kotlin support
@@ -57,7 +57,7 @@ jobs:
5757
run: ./gradlew assemble --no-build-cache --no-daemon
5858

5959
- name: Perform CodeQL analysis
60-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
60+
uses: github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
6161
with:
6262
category: "/language:${{matrix.language}}"
6363

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
# Upload the results to GitHub's code scanning dashboard (optional).
4545
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4646
- name: "Upload to code-scanning"
47-
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
47+
uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
4848
with:
4949
sarif_file: results.sarif

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginManagement {
22
plugins {
3-
id("com.diffplug.spotless") version "7.2.0"
3+
id("com.diffplug.spotless") version "7.2.1"
44
id("com.github.johnrengelman.shadow") version "8.1.1"
55
id("com.google.protobuf") version "0.9.5"
66
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"

telemetry-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation("org.springframework.boot:spring-boot-starter-web")
2929
testImplementation("org.springframework.boot:spring-boot-starter-test")
3030

31-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.3"))
31+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.4"))
3232
testImplementation("org.junit.jupiter:junit-jupiter-api")
3333
testImplementation("org.junit.jupiter:junit-jupiter-engine")
3434
testImplementation("org.mock-server:mockserver-netty:5.15.0")

0 commit comments

Comments
 (0)