chore(deps): update weekly update (#13577)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-24 09:25:03 +02:00 committed by GitHub
parent e366fccb90
commit 8b7e4f2bed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 23 additions and 23 deletions

View File

@ -84,7 +84,7 @@ jobs:
- name: Use CLA approved bot - name: Use CLA approved bot
run: .github/scripts/use-cla-approved-bot.sh run: .github/scripts/use-cla-approved-bot.sh
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 - uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
id: otelbot-token id: otelbot-token
with: with:
app-id: ${{ vars.OTELBOT_APP_ID }} app-id: ${{ vars.OTELBOT_APP_ID }}

View File

@ -29,7 +29,7 @@ jobs:
- name: Use CLA approved bot - name: Use CLA approved bot
run: .github/scripts/use-cla-approved-bot.sh run: .github/scripts/use-cla-approved-bot.sh
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 - uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
id: otelbot-token id: otelbot-token
with: with:
app-id: ${{ vars.OTELBOT_APP_ID }} app-id: ${{ vars.OTELBOT_APP_ID }}

View File

@ -212,7 +212,7 @@ jobs:
fi fi
- name: Upload agent jar - name: Upload agent jar
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with: with:
name: opentelemetry-javaagent.jar name: opentelemetry-javaagent.jar
path: javaagent/build/libs/opentelemetry-javaagent-*-SNAPSHOT.jar path: javaagent/build/libs/opentelemetry-javaagent-*-SNAPSHOT.jar
@ -223,7 +223,7 @@ jobs:
mkdir sboms mkdir sboms
cp javaagent/build/spdx/*.spdx.json sboms cp javaagent/build/spdx/*.spdx.json sboms
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
name: Upload SBOMs name: Upload SBOMs
with: with:
name: opentelemetry-java-instrumentation-SBOM.zip name: opentelemetry-java-instrumentation-SBOM.zip
@ -285,7 +285,7 @@ jobs:
# vaadin tests use pnpm # vaadin tests use pnpm
- name: Cache pnpm modules - name: Cache pnpm modules
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with: with:
path: ~/.pnpm-store path: ~/.pnpm-store
key: ${{ runner.os }}-test-cache-pnpm-modules key: ${{ runner.os }}-test-cache-pnpm-modules
@ -368,7 +368,7 @@ jobs:
- name: Upload deadlock detector artifacts if any - name: Upload deadlock detector artifacts if any
if: failure() if: failure()
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with: with:
name: deadlock-detector-test-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}-indy-${{ matrix.test-indy }} name: deadlock-detector-test-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}-indy-${{ matrix.test-indy }}
path: /tmp/deadlock-detector-* path: /tmp/deadlock-detector-*
@ -376,7 +376,7 @@ jobs:
- name: Upload jvm crash dump files if any - name: Upload jvm crash dump files if any
if: failure() if: failure()
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with: with:
name: javacore-test-${{ matrix.test-java-version }}-${{ matrix.test-partition }} name: javacore-test-${{ matrix.test-java-version }}-${{ matrix.test-partition }}
path: | path: |
@ -440,7 +440,7 @@ jobs:
- name: Upload jvm crash dump files if any - name: Upload jvm crash dump files if any
if: failure() if: failure()
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with: with:
name: javacore-smoke-test-${{ matrix.smoke-test-suite }}-${{ matrix.os }} name: javacore-smoke-test-${{ matrix.smoke-test-suite }}-${{ matrix.os }}
# we expect crash dumps either in root director or in smoke-tests # we expect crash dumps either in root director or in smoke-tests

View File

@ -50,7 +50,7 @@ jobs:
cache-read-only: ${{ github.event_name == 'pull_request' }} cache-read-only: ${{ github.event_name == 'pull_request' }}
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11 uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
with: with:
languages: java, actions languages: java, actions
# using "latest" helps to keep up with the latest Kotlin support # 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 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 - name: Perform CodeQL analysis
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11 uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0 - uses: fossas/fossa-action@c0a7d013f84c8ee5e910593186598625513cc1e4 # v1.6.0
with: with:
api-key: ${{secrets.FOSSA_API_KEY}} api-key: ${{secrets.FOSSA_API_KEY}}
team: OpenTelemetry team: OpenTelemetry

View File

@ -33,7 +33,7 @@ jobs:
# uploads of run results in SARIF format to the repository Actions tab. # 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 # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
- name: "Upload artifact" - name: "Upload artifact"
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with: with:
name: SARIF file name: SARIF file
path: results.sarif path: results.sarif
@ -42,6 +42,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional). # Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard # Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning" - name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11 uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
with: with:
sarif_file: results.sarif sarif_file: results.sarif

View File

@ -38,7 +38,7 @@ jobs:
- name: Upload report - name: Upload report
if: always() if: always()
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with: with:
path: javaagent/build/reports path: javaagent/build/reports

View File

@ -51,7 +51,7 @@ jobs:
- name: Use CLA approved bot - name: Use CLA approved bot
run: .github/scripts/use-cla-approved-bot.sh run: .github/scripts/use-cla-approved-bot.sh
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 - uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
id: otelbot-token id: otelbot-token
with: with:
app-id: ${{ vars.OTELBOT_APP_ID }} app-id: ${{ vars.OTELBOT_APP_ID }}

View File

@ -63,7 +63,7 @@ jobs:
- name: Use CLA approved bot - name: Use CLA approved bot
run: .github/scripts/use-cla-approved-bot.sh run: .github/scripts/use-cla-approved-bot.sh
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 - uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
id: otelbot-token id: otelbot-token
with: with:
app-id: ${{ vars.OTELBOT_APP_ID }} app-id: ${{ vars.OTELBOT_APP_ID }}
@ -120,7 +120,7 @@ jobs:
- name: Use CLA approved bot - name: Use CLA approved bot
run: .github/scripts/use-cla-approved-bot.sh run: .github/scripts/use-cla-approved-bot.sh
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 - uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
id: otelbot-token id: otelbot-token
with: with:
app-id: ${{ vars.OTELBOT_APP_ID }} app-id: ${{ vars.OTELBOT_APP_ID }}

View File

@ -44,7 +44,7 @@ jobs:
- name: display changes - name: display changes
run: git diff run: git diff
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 - uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
id: otelbot-token id: otelbot-token
with: with:
app-id: ${{ vars.OTELBOT_APP_ID }} app-id: ${{ vars.OTELBOT_APP_ID }}

View File

@ -120,7 +120,7 @@ jobs:
cp javaagent/build/spdx/*.spdx.json sboms cp javaagent/build/spdx/*.spdx.json sboms
zip opentelemetry-java-instrumentation-SBOM.zip sboms/* zip opentelemetry-java-instrumentation-SBOM.zip sboms/*
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
name: Upload SBOMs name: Upload SBOMs
with: with:
name: opentelemetry-java-instrumentation-SBOM name: opentelemetry-java-instrumentation-SBOM
@ -243,7 +243,7 @@ jobs:
- name: Use CLA approved bot - name: Use CLA approved bot
run: .github/scripts/use-cla-approved-bot.sh run: .github/scripts/use-cla-approved-bot.sh
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 - uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
id: otelbot-token id: otelbot-token
with: with:
app-id: ${{ vars.OTELBOT_APP_ID }} app-id: ${{ vars.OTELBOT_APP_ID }}

View File

@ -46,7 +46,7 @@ jobs:
# vaadin tests use pnpm # vaadin tests use pnpm
- name: Cache pnpm modules - name: Cache pnpm modules
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with: with:
path: ~/.pnpm-store path: ~/.pnpm-store
key: ${{ runner.os }}-test-latest-cache-pnpm-modules key: ${{ runner.os }}-test-latest-cache-pnpm-modules
@ -114,7 +114,7 @@ jobs:
- name: Upload deadlock detector artifacts if any - name: Upload deadlock detector artifacts if any
if: failure() if: failure()
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with: with:
name: deadlock-detector-test-latest-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }} name: deadlock-detector-test-latest-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}
path: /tmp/deadlock-detector-* path: /tmp/deadlock-detector-*
@ -122,7 +122,7 @@ jobs:
- name: Upload jvm crash dump files if any - name: Upload jvm crash dump files if any
if: failure() if: failure()
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with: with:
name: javacore-test-latest-${{ matrix.test-java-version }}-${{ matrix.test-partition }} name: javacore-test-latest-${{ matrix.test-java-version }}-${{ matrix.test-partition }}
path: | path: |