From e66404c81795606005095eeca5ce46fecb39e8b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 06:43:09 +0000 Subject: [PATCH 1/2] chore(deps): pin actions/upload-artifact action to ea165f8 --- .github/workflows/security-weekly-rebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-weekly-rebuild.yml b/.github/workflows/security-weekly-rebuild.yml index 44c5bdb6..08d9e9d5 100644 --- a/.github/workflows/security-weekly-rebuild.yml +++ b/.github/workflows/security-weekly-rebuild.yml @@ -110,7 +110,7 @@ jobs: severity: 'CRITICAL,HIGH,MEDIUM,LOW' - name: Upload Trivy JSON results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: trivy-weekly-scan-${{ github.run_number }} path: trivy-weekly-results.json From 0600f9da2a3d897d349340a67751374bb371cf83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 06:43:33 +0000 Subject: [PATCH 2/2] chore(deps): update dependency go to v1.25.5 --- .github/workflows/release-goreleaser.yml | 2 +- backend/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-goreleaser.yml b/.github/workflows/release-goreleaser.yml index a6f46f45..8b5d5930 100644 --- a/.github/workflows/release-goreleaser.yml +++ b/.github/workflows/release-goreleaser.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 with: - go-version: '1.23.x' + go-version: '1.25.5' - name: Set up Node.js uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 diff --git a/backend/go.mod b/backend/go.mod index 4b44c643..fa69e381 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -1,6 +1,6 @@ module github.com/Wikid82/charon/backend -go 1.25 +go 1.25.5 require ( github.com/containrrr/shoutrrr v0.8.0