From ce80f5722418dff3a3dbbbb47bcdf506d8e6820d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 21:50:28 +0000 Subject: [PATCH 1/2] chore(actions): update anchore/sbom-action action to v0.17.9 --- .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..999b398 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.17.9 with: upload-artifact-retention: 1 format: cyclonedx-json diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index b98be48..58626c5 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.17.9 with: upload-artifact-retention: 1 format: cyclonedx-json From 2842005d364fc3932cfae2885c89d566af8311c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:32:26 +0000 Subject: [PATCH 2/2] chore(deps): update dependency go to v1.23.5 --- .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 999b398..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.17.9 + 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 58626c5..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.17.9 + 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..1d6efcc 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.23.5 require ( github.com/coreos/go-oidc/v3 v3.10.0