File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
integration-tests/tracecontext/docker Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929 password : ${{ secrets.GITHUB_TOKEN }}
3030
3131 - name : Build and push
32- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
32+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
3333 with :
3434 context : integration-tests/tracecontext/docker
3535 push : true
Original file line number Diff line number Diff line change 3737 uses : gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
3838
3939 - name : Initialize CodeQL
40- uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
40+ uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
4141 with :
4242 languages : java, actions
4343 # using "latest" helps to keep up with the latest Kotlin support
5151 run : ./gradlew assemble --no-build-cache --no-daemon
5252
5353 - name : Perform CodeQL analysis
54- uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
54+ uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
Original file line number Diff line number Diff line change 4242 # Upload the results to GitHub's code scanning dashboard (optional).
4343 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444 - name : " Upload to code-scanning"
45- uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
45+ uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1- FROM python:3.13.3@sha256:34dc8eb488136014caf530ec03a3a2403473a92d67a01a26256c365b5b2fc0d4 AS build
1+ FROM python:3.13.3@sha256:19c3e9658c3bab523c6ddb025464f3707cf3b1297100827bdb6afbf0c937d99f AS build
22
33# Main branch SHA as of April-1-2021
44ARG TRACECONTEXT_GIT_TAG="dcd3ad9b7d6ac36f70ff3739874b73c11b0302a1"
@@ -11,7 +11,7 @@ RUN unzip trace-context.zip
1111RUN rm trace-context.zip
1212RUN mv trace-context-${TRACECONTEXT_GIT_TAG}/test /tracecontext-testsuite
1313
14- FROM python:3.13.3-slim@sha256:21e39cf1815802d4c6f89a0d3a166cc67ce58f95b6d1639e68a394c99310d2e5
14+ FROM python:3.13.3-slim@sha256:60248ff36cf701fcb6729c085a879d81e4603f7f507345742dc82d4b38d16784
1515
1616RUN pip install aiohttp
1717
You can’t perform that action at this time.
0 commit comments