From ce2dc4eabd24bc16666afd2b2e88ab5f549c3350 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:24:55 +0000 Subject: [PATCH 1/2] chore(actions): update anchore/sbom-action action to v0.18.0 --- .github/workflows/prereleased.yaml | 2 +- .github/workflows/pull-request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prereleased.yaml b/.github/workflows/prereleased.yaml index be38da1..198613e 100644 --- a/.github/workflows/prereleased.yaml +++ b/.github/workflows/prereleased.yaml @@ -218,7 +218,7 @@ jobs: - uses: actions/checkout@v4 - name: Create SBOM - uses: anchore/sbom-action@v0.17.0 + uses: anchore/sbom-action@v0.18.0 with: upload-artifact-retention: 1 format: cyclonedx-json diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 99b43b4..a6bbe8c 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -66,7 +66,7 @@ jobs: - uses: actions/checkout@v4 - name: Create SBOM - uses: anchore/sbom-action@v0.17.0 + uses: anchore/sbom-action@v0.18.0 with: upload-artifact-retention: 1 format: spdx-json From e31d9b4523a19360fd17ae65e1135dee90835364 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 21:34:19 +0000 Subject: [PATCH 2/2] chore(deps): update golang docker tag to v1.24 --- .github/workflows/prereleased.yaml | 2 +- .github/workflows/pull-request.yaml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prereleased.yaml b/.github/workflows/prereleased.yaml index 198613e..be38da1 100644 --- a/.github/workflows/prereleased.yaml +++ b/.github/workflows/prereleased.yaml @@ -218,7 +218,7 @@ jobs: - uses: actions/checkout@v4 - name: Create SBOM - uses: anchore/sbom-action@v0.18.0 + uses: anchore/sbom-action@v0.17.0 with: upload-artifact-retention: 1 format: cyclonedx-json diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index a6bbe8c..99b43b4 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -66,7 +66,7 @@ jobs: - uses: actions/checkout@v4 - name: Create SBOM - uses: anchore/sbom-action@v0.18.0 + uses: anchore/sbom-action@v0.17.0 with: upload-artifact-retention: 1 format: spdx-json diff --git a/Dockerfile b/Dockerfile index a06f9d4..2b4498d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GOLANG_VERSION=1.22 +ARG GOLANG_VERSION=1.24 FROM golang:${GOLANG_VERSION} as builder ARG COMPILE_CMD