File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7373 # Upload the results to GitHub's code scanning dashboard (optional).
7474 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575 - name : " Upload to code-scanning"
76- uses : github/codeql-action/upload-sarif@v3
76+ uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.7
7777 with :
7878 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG VERSION=""
44ARG BUILDNUM=""
55
66# Build Geth in a stock Go builder container
7- FROM golang:1.19-alpine as builder
7+ FROM golang:1.19-alpine@sha256:0ec0646e208ea58e5d29e558e39f2e59fccf39b7bda306cb53bbaff91919eca5 as builder
88
99RUN apk add --no-cache gcc musl-dev linux-headers git
1010
@@ -17,7 +17,7 @@ ADD . /go-ethereum
1717RUN cd /go-ethereum && go run build/ci.go install -static ./cmd/geth
1818
1919# Pull Geth into a second stage deploy alpine container
20- FROM alpine:latest
20+ FROM alpine:3@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
2121
2222RUN apk add --no-cache ca-certificates
2323COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.3-labs
2- FROM alpine:3
2+ FROM alpine:3@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
33
44RUN apk add --no-cache bash netcat-openbsd jq curl ts expect
55
Original file line number Diff line number Diff line change 1- FROM golang:latest
1+ FROM golang:1.24.6@sha256:2c89c41fb9efc3807029b59af69645867cfe978d2b877d475be0d72f6c6ce6f6
22
33ARG BOR_DIR=/bor
44ENV BOR_DIR=$BOR_DIR
Original file line number Diff line number Diff line change 1- FROM alpine:3.14
1+ FROM alpine:3.14@sha256:0f2d5c38dd7a4f4f733e688e3a6733cb5ab1ac6e3cb4603a5dd564e5bfb80eed
22
33ARG HEIMDALL_DIR=/heimdall
44ENV HEIMDALL_DIR=$HEIMDALL_DIR
You can’t perform that action at this time.
0 commit comments