Skip to content

Commit d76e5b1

Browse files
chore(deps): update all patch versions (#838)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 756fb9d commit d76e5b1

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
4343

4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
45+
uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
4646
with:
4747
languages: ${{ matrix.language }}
4848
# using "linked" 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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
60+
uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
47+
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
4848
with:
4949
sarif_file: results.sarif

javaagent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:17.0.16_8-jre@sha256:e63288cbcc5de259866761281980afe4ac8de8e208d389bc858b049d6d240ebd
1+
FROM eclipse-temurin:17.0.16_8-jre@sha256:d321dca467a2649472512a94f91839ab3e148aa474f88f6016c66e8a1f02afbd
22

33
ADD build/libs/app.jar /app.jar
44
ADD build/agent/opentelemetry-javaagent.jar /opentelemetry-javaagent.jar

logging-k8s-stdout-otlp-json/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:21.0.8_9-jre@sha256:9dc74491b9c961b24cd16939b26c4dc82259df7f55677b232392d85eef7f6ed0
1+
FROM eclipse-temurin:21.0.8_9-jre@sha256:ce3a015629cbfa6cf98a93afcc87d5d882453afd812cbc0338b076ae1e2b1028
22

33
WORKDIR /usr/src/app/
44

prometheus/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:11.0.28_6-jre@sha256:08b79671648aa82b31e9e7ae82421f14349b3c45cae84abd7bb68a0c52fe56c8
1+
FROM eclipse-temurin:11.0.28_6-jre@sha256:7d00fb8d3ecff458d660ea172fb7d6dfb35ce796e3f503c41f77d354c92af080
22

33
ADD build/libs/opentelemetry-examples-prometheus-*-SNAPSHOT-all.jar /app.jar
44

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginManagement {
55
id("com.google.protobuf") version "0.9.5"
66
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
77
id("com.google.cloud.tools.jib") version "3.4.5"
8-
id("com.gradle.develocity") version "4.2"
8+
id("com.gradle.develocity") version "4.2.1"
99
}
1010
}
1111

0 commit comments

Comments
 (0)