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 @@ -171,7 +171,7 @@ jobs:
171
171
- 23
172
172
steps :
173
173
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
174
- - uses : graalvm/setup-graalvm@e1df20a713a4cc6ab5b0eb03f0e0dcdc0199b805 # v1.3.4
174
+ - uses : graalvm/setup-graalvm@7f488cf82a3629ee755e4e97342c01d6bed318fa # v1.3.5
175
175
with :
176
176
java-version : ${{ matrix.test-graal-version }}
177
177
distribution : ' graalvm'
Original file line number Diff line number Diff line change 45
45
uses : gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
46
46
47
47
- name : Initialize CodeQL
48
- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
48
+ uses : github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
49
49
with :
50
50
languages : ${{ matrix.language }}
51
51
# using "latest" helps to keep up with the latest Kotlin support
60
60
run : ./gradlew assemble --no-build-cache --no-daemon
61
61
62
62
- name : Perform CodeQL analysis
63
- uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
63
+ uses : github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
64
64
with :
65
65
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 42
42
# Upload the results to GitHub's code scanning dashboard (optional).
43
43
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
45
+ uses : github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
46
46
with :
47
47
sarif_file : results.sarif
Original file line number Diff line number Diff line change 1
- FROM python:3.13.5@sha256:28f60ab75da2183870846130cead1f6af30162148d3238348f78f89cf6160b5d AS build
1
+ FROM python:3.13.5@sha256:4ea77121eab13d9e71f2783d7505f5655b25bb7b2c263e8020aae3b555dbc0b2 AS build
2
2
3
3
# Main branch SHA as of April-1-2021
4
4
ARG TRACECONTEXT_GIT_TAG="dcd3ad9b7d6ac36f70ff3739874b73c11b0302a1"
@@ -11,7 +11,7 @@ RUN unzip trace-context.zip
11
11
RUN rm trace-context.zip
12
12
RUN mv trace-context-${TRACECONTEXT_GIT_TAG}/test /tracecontext-testsuite
13
13
14
- FROM python:3.13.5-slim@sha256:6544e0e002b40ae0f59bc3618b07c1e48064c4faed3a15ae2fbd2e8f663e8283
14
+ FROM python:3.13.5-slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419
15
15
16
16
RUN pip install aiohttp
17
17
You can’t perform that action at this time.
0 commit comments