From 03c0a093d82f17ae8a930819371f87e919020a9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 01:06:31 +0000 Subject: [PATCH 1/2] chore(actions): update anchore/sbom-action action to v0.19.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 b81854a..b39b246 100644 --- a/.github/workflows/prereleased.yaml +++ b/.github/workflows/prereleased.yaml @@ -178,7 +178,7 @@ jobs: - uses: actions/checkout@v4 - name: Create SBOM - uses: anchore/sbom-action@v0.17.0 + uses: anchore/sbom-action@v0.19.0 with: upload-artifact-retention: 1 format: cyclonedx-json diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index b98be48..fe2f08e 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v4 - name: Create SBOM - uses: anchore/sbom-action@v0.17.0 + uses: anchore/sbom-action@v0.19.0 with: upload-artifact-retention: 1 format: cyclonedx-json From 391456a358cc3f1145c26451441f3b722791ac8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 21:38:29 +0000 Subject: [PATCH 2/2] chore(deps): update dependency go to v1.24.3 --- .github/workflows/prereleased.yaml | 2 +- .github/workflows/pull-request.yaml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prereleased.yaml b/.github/workflows/prereleased.yaml index b39b246..b81854a 100644 --- a/.github/workflows/prereleased.yaml +++ b/.github/workflows/prereleased.yaml @@ -178,7 +178,7 @@ jobs: - uses: actions/checkout@v4 - name: Create SBOM - uses: anchore/sbom-action@v0.19.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 fe2f08e..b98be48 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v4 - name: Create SBOM - uses: anchore/sbom-action@v0.19.0 + uses: anchore/sbom-action@v0.17.0 with: upload-artifact-retention: 1 format: cyclonedx-json diff --git a/go.mod b/go.mod index 6461e3b..62497bd 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/ydataai/authentication-service go 1.22 -toolchain go1.22.1 +toolchain go1.24.3 require ( github.com/coreos/go-oidc/v3 v3.10.0