From 94101b59abf62f26161296667f4c607c8ad50da9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 01:32:17 +0000 Subject: [PATCH 1/2] chore(actions): update anchore/sbom-action action to v0.20.6 --- .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..3b31306 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.20.6 with: upload-artifact-retention: 1 format: cyclonedx-json diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index b98be48..7477c73 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.20.6 with: upload-artifact-retention: 1 format: cyclonedx-json From d2ac833d52525056e7d41f7812d9bdfd6dcf3a81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 05:43:55 +0000 Subject: [PATCH 2/2] chore(deps): update dependency go to v1.25.2 --- .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 3b31306..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.20.6 + 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 7477c73..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.20.6 + 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..faa6ab0 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.25.2 require ( github.com/coreos/go-oidc/v3 v3.10.0