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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-15 16:42:07 -05:00 committed by GitHub
parent 452464820a
commit cc7d0855e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 14 additions and 14 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Use CLA approved github bot - name: Use CLA approved github bot
run: .github/scripts/use-cla-approved-github-bot.sh run: .github/scripts/use-cla-approved-github-bot.sh
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2 - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
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:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
with: with:
context: integration-tests/tracecontext/docker context: integration-tests/tracecontext/docker
push: true push: true

View File

@ -99,7 +99,7 @@ jobs:
exit 1 exit 1
fi fi
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
if: ${{ matrix.coverage }} if: ${{ matrix.coverage }}
env: env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

View File

@ -37,7 +37,7 @@ jobs:
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1 uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15 uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
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
@ -51,4 +51,4 @@ jobs:
run: ./gradlew assemble --no-build-cache --no-daemon run: ./gradlew assemble --no-build-cache --no-daemon
- name: Perform CodeQL analysis - name: Perform CodeQL analysis
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15 uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17

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@c0a7d013f84c8ee5e910593186598625513cc1e4 # v1.6.0 - uses: fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
with: with:
api-key: ${{secrets.FOSSA_API_KEY}} api-key: ${{secrets.FOSSA_API_KEY}}
team: OpenTelemetry team: OpenTelemetry

View File

@ -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@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15 uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
with: with:
sarif_file: results.sarif sarif_file: results.sarif

View File

@ -47,7 +47,7 @@ jobs:
- name: Use CLA approved github bot - name: Use CLA approved github bot
run: .github/scripts/use-cla-approved-github-bot.sh run: .github/scripts/use-cla-approved-github-bot.sh
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2 - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
id: otelbot-token id: otelbot-token
with: with:
app-id: ${{ vars.OTELBOT_APP_ID }} app-id: ${{ vars.OTELBOT_APP_ID }}

View File

@ -59,7 +59,7 @@ jobs:
- name: Use CLA approved github bot - name: Use CLA approved github bot
run: .github/scripts/use-cla-approved-github-bot.sh run: .github/scripts/use-cla-approved-github-bot.sh
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2 - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
id: otelbot-token id: otelbot-token
with: with:
app-id: ${{ vars.OTELBOT_APP_ID }} app-id: ${{ vars.OTELBOT_APP_ID }}
@ -115,7 +115,7 @@ jobs:
- name: Use CLA approved github bot - name: Use CLA approved github bot
run: .github/scripts/use-cla-approved-github-bot.sh run: .github/scripts/use-cla-approved-github-bot.sh
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2 - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
id: otelbot-token id: otelbot-token
with: with:
app-id: ${{ vars.OTELBOT_APP_ID }} app-id: ${{ vars.OTELBOT_APP_ID }}

View File

@ -190,7 +190,7 @@ jobs:
- name: Use CLA approved bot - name: Use CLA approved bot
run: .github/scripts/use-cla-approved-github-bot.sh run: .github/scripts/use-cla-approved-github-bot.sh
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2 - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
id: otelbot-token id: otelbot-token
with: with:
app-id: ${{ vars.OTELBOT_APP_ID }} app-id: ${{ vars.OTELBOT_APP_ID }}

View File

@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c # v2.4.0 - uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1
with: with:
# excluding links to pull requests and issues is done for performance # excluding links to pull requests and issues is done for performance
args: > args: >

View File

@ -1,4 +1,4 @@
FROM python:3.13.3@sha256:34dc8eb488136014caf530ec03a3a2403473a92d67a01a26256c365b5b2fc0d4 AS build FROM python:3.13.3@sha256:653b0cf8fc50366277a21657209ddd54edd125499d20f3520c6b277eb8c828d3 AS build
# Main branch SHA as of April-1-2021 # Main branch SHA as of April-1-2021
ARG TRACECONTEXT_GIT_TAG="dcd3ad9b7d6ac36f70ff3739874b73c11b0302a1" ARG TRACECONTEXT_GIT_TAG="dcd3ad9b7d6ac36f70ff3739874b73c11b0302a1"
@ -11,7 +11,7 @@ RUN unzip trace-context.zip
RUN rm trace-context.zip RUN rm trace-context.zip
RUN mv trace-context-${TRACECONTEXT_GIT_TAG}/test /tracecontext-testsuite RUN mv trace-context-${TRACECONTEXT_GIT_TAG}/test /tracecontext-testsuite
FROM python:3.13.3-slim@sha256:21e39cf1815802d4c6f89a0d3a166cc67ce58f95b6d1639e68a394c99310d2e5 FROM python:3.13.3-slim@sha256:914bf5c12ea40a97a78b2bff97fbdb766cc36ec903bfb4358faf2b74d73b555b
RUN pip install aiohttp RUN pip install aiohttp