diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 6e82c41..635ba9e 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -147,6 +147,6 @@ jobs: retention-days: 5 - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 + uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0 with: sarif_file: trivy-results.sarif diff --git a/Dockerfile b/Dockerfile index e2a376a..4302175 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.4-alpine3.23@sha256:18b460dd17542c2ba43299a633cf6ebfc1115101509531471d7cfce1019af083 AS builder +FROM golang:1.26.5-alpine3.23@sha256:622e56dbc11a8cfe87cafa2331e9a201877271cbff918af53d3be315f3da88cc AS builder WORKDIR /workspace diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 32e0a11..d1a1488 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,5 +1,5 @@ # Build the runner binary -FROM golang:1.26.4-alpine3.23@sha256:18b460dd17542c2ba43299a633cf6ebfc1115101509531471d7cfce1019af083 AS builder +FROM golang:1.26.5-alpine3.23@sha256:622e56dbc11a8cfe87cafa2331e9a201877271cbff918af53d3be315f3da88cc AS builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/Dockerfile.busybox b/Dockerfile.busybox index 25b939b..5694250 100644 --- a/Dockerfile.busybox +++ b/Dockerfile.busybox @@ -1,5 +1,5 @@ # Build the runner binary -FROM golang:1.26.4-alpine3.23@sha256:18b460dd17542c2ba43299a633cf6ebfc1115101509531471d7cfce1019af083 AS builder +FROM golang:1.26.5-alpine3.23@sha256:622e56dbc11a8cfe87cafa2331e9a201877271cbff918af53d3be315f3da88cc AS builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/Dockerfile.node-exporter b/Dockerfile.node-exporter index 732713c..28f1981 100644 --- a/Dockerfile.node-exporter +++ b/Dockerfile.node-exporter @@ -1,5 +1,5 @@ # Build the runner binary -FROM golang:1.26.4-alpine3.23@sha256:18b460dd17542c2ba43299a633cf6ebfc1115101509531471d7cfce1019af083 AS builder +FROM golang:1.26.5-alpine3.23@sha256:622e56dbc11a8cfe87cafa2331e9a201877271cbff918af53d3be315f3da88cc AS builder WORKDIR /workspace # Copy the Go Modules manifests