diff --git a/.github/workflows/release-goreleaser.yml b/.github/workflows/release-goreleaser.yml index 8cde538c..8277b8a9 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/.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 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