chore(deps): update weekly update (#13381)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
08a0de32c8
commit
6ba5843bb1
|
@ -205,7 +205,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Upload agent jar
|
||||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
|
||||
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
|
||||
with:
|
||||
name: opentelemetry-javaagent.jar
|
||||
path: javaagent/build/libs/opentelemetry-javaagent-*-SNAPSHOT.jar
|
||||
|
@ -216,7 +216,7 @@ jobs:
|
|||
mkdir sboms
|
||||
cp javaagent/build/spdx/*.spdx.json sboms
|
||||
|
||||
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
|
||||
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
|
||||
name: Upload SBOMs
|
||||
with:
|
||||
name: opentelemetry-java-instrumentation-SBOM.zip
|
||||
|
@ -272,7 +272,7 @@ jobs:
|
|||
|
||||
# vaadin tests use pnpm
|
||||
- name: Cache pnpm modules
|
||||
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
|
||||
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
|
||||
with:
|
||||
path: ~/.pnpm-store
|
||||
key: ${{ runner.os }}-test-cache-pnpm-modules
|
||||
|
@ -347,7 +347,7 @@ jobs:
|
|||
|
||||
- name: Upload deadlock detector artifacts if any
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
|
||||
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
|
||||
with:
|
||||
name: deadlock-detector-test-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}
|
||||
path: /tmp/deadlock-detector-*
|
||||
|
@ -355,7 +355,7 @@ jobs:
|
|||
|
||||
- name: Upload jvm crash dump files if any
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
|
||||
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
|
||||
with:
|
||||
name: javacore-test-${{ matrix.test-java-version }}-${{ matrix.test-partition }}
|
||||
path: |
|
||||
|
@ -419,7 +419,7 @@ jobs:
|
|||
|
||||
- name: Upload jvm crash dump files if any
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
|
||||
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
|
||||
with:
|
||||
name: javacore-smoke-test-${{ matrix.smoke-test-suite }}-${{ matrix.os }}
|
||||
# we expect crash dumps either in root director or in smoke-tests
|
||||
|
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
cache-read-only: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
|
||||
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
|
||||
with:
|
||||
languages: java, actions
|
||||
# using "latest" helps to keep up with the latest Kotlin support
|
||||
|
@ -65,4 +65,4 @@ jobs:
|
|||
run: ./gradlew assemble -x javadoc -x :instrumentation:quarkus-resteasy-reactive:quarkus3-testing:quarkusGenerateCodeDev -x :instrumentation:quarkus-resteasy-reactive:quarkus2-testing:quarkusGenerateCodeDev --no-build-cache --no-daemon
|
||||
|
||||
- name: Perform CodeQL analysis
|
||||
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
|
||||
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
|
||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
|
||||
- uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
|
||||
with:
|
||||
results_file: results.sarif
|
||||
results_format: sarif
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
# uploads of run results in SARIF format to the repository Actions tab.
|
||||
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
|
||||
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
|
||||
with:
|
||||
name: SARIF file
|
||||
path: results.sarif
|
||||
|
@ -42,6 +42,6 @@ jobs:
|
|||
# Upload the results to GitHub's code scanning dashboard (optional).
|
||||
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
|
||||
- name: "Upload to code-scanning"
|
||||
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
|
||||
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
- name: Upload report
|
||||
if: always()
|
||||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
|
||||
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
|
||||
with:
|
||||
path: javaagent/build/reports
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
run: echo "TS=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
|
||||
|
||||
- name: Push to GitHub packages
|
||||
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
|
||||
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
|
||||
with:
|
||||
push: true
|
||||
file: benchmark-overhead/Dockerfile.petclinic
|
||||
|
|
|
@ -120,7 +120,7 @@ jobs:
|
|||
cp javaagent/build/spdx/*.spdx.json sboms
|
||||
zip opentelemetry-java-instrumentation-SBOM.zip sboms/*
|
||||
|
||||
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
|
||||
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
|
||||
name: Upload SBOMs
|
||||
with:
|
||||
name: opentelemetry-java-instrumentation-SBOM
|
||||
|
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
|
||||
# vaadin tests use pnpm
|
||||
- name: Cache pnpm modules
|
||||
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
|
||||
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
|
||||
with:
|
||||
path: ~/.pnpm-store
|
||||
key: ${{ runner.os }}-test-latest-cache-pnpm-modules
|
||||
|
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
|
||||
# vaadin tests use pnpm
|
||||
- name: Cache pnpm modules
|
||||
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
|
||||
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
|
||||
with:
|
||||
path: ~/.pnpm-store
|
||||
key: ${{ runner.os }}-test-latest-cache-pnpm-modules
|
||||
|
@ -114,7 +114,7 @@ jobs:
|
|||
|
||||
- name: Upload deadlock detector artifacts if any
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
|
||||
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
|
||||
with:
|
||||
name: deadlock-detector-test-latest-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}
|
||||
path: /tmp/deadlock-detector-*
|
||||
|
@ -122,7 +122,7 @@ jobs:
|
|||
|
||||
- name: Upload jvm crash dump files if any
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
|
||||
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
|
||||
with:
|
||||
name: javacore-test-latest-${{ matrix.test-java-version }}-${{ matrix.test-partition }}
|
||||
path: |
|
||||
|
|
|
@ -13,7 +13,7 @@ RUN git checkout 8aa4d49
|
|||
RUN ./mvnw package -Dmaven.test.skip=true
|
||||
RUN cp target/spring-petclinic-rest*.jar /app/spring-petclinic-rest.jar
|
||||
|
||||
FROM bellsoft/liberica-openjdk-alpine:21.0.6@sha256:fab34f9e4ff5676582c2ed7d23f9a3a63cf7da0b2f9b5285885b849a88862aaf
|
||||
FROM bellsoft/liberica-openjdk-alpine:21.0.6@sha256:5f23f8082baea518a1657b420dbe19c181483255209b70af836543d6068fed8c
|
||||
COPY --from=app-build /app/spring-petclinic-rest.jar /app/spring-petclinic-rest.jar
|
||||
WORKDIR /app
|
||||
EXPOSE 9966
|
||||
|
|
Loading…
Reference in New Issue