File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
integration-tests/tracecontext/docker Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9999 exit 1
100100 fi
101101
102- - uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
102+ - uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
103103 if : ${{ matrix.coverage }}
104104 env :
105105 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190190 - name : Use CLA approved bot
191191 run : .github/scripts/use-cla-approved-bot.sh
192192
193- - uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
193+ - uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
194194 id : otelbot-token
195195 with :
196196 app-id : ${{ vars.OTELBOT_APP_ID }}
Original file line number Diff line number Diff line change 1- FROM python:3.13.3@sha256:9819e5616923079cc16af4a93d4be92c0c487c6e02fd9027220381f3e125d64a AS build
1+ FROM python:3.13.3@sha256:34dc8eb488136014caf530ec03a3a2403473a92d67a01a26256c365b5b2fc0d4 AS build
22
33# Main branch SHA as of April-1-2021
44ARG TRACECONTEXT_GIT_TAG="dcd3ad9b7d6ac36f70ff3739874b73c11b0302a1"
You can’t perform that action at this time.
0 commit comments