Skip to content

Commit c6a0158

Browse files
fix(deps): update all patch versions
1 parent 3941eba commit c6a0158

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
4343

4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
45+
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
60+
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
47+
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
4848
with:
4949
sarif_file: results.sarif

telemetry-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
testImplementation("org.mock-server:mockserver-netty:5.15.0")
3535
testImplementation("org.awaitility:awaitility:4.3.0")
3636
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha")
37-
testImplementation("org.assertj:assertj-core:3.27.3")
37+
testImplementation("org.assertj:assertj-core:3.27.4")
3838

3939
agent("io.opentelemetry.javaagent:opentelemetry-javaagent:2.18.1")
4040
}

0 commit comments

Comments
 (0)