diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a4e76e0..a4f1c01 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -57,7 +57,7 @@ jobs: VITE_APP_VERSION: ${{ steps.version.outputs.version }} - name: Setup Go - uses: https://git.quad4.io/actions/setup-go@f50900cd786a0c549eed5a472b4f2c371ae8589f # v5 + uses: https://git.quad4.io/actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 with: go-version: '1.25.5' diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 96e91e6..c38cae1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Checkout uses: https://git.quad4.io/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Setup Go - uses: https://git.quad4.io/actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: https://git.quad4.io/actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 with: go-version: '1.25.5' - name: Run gosec security scan @@ -69,7 +69,7 @@ jobs: name: frontend-build path: build/ - name: Setup Go - uses: https://git.quad4.io/actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: https://git.quad4.io/actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 with: go-version: '1.25.5' - name: Setup Task diff --git a/.gitea/workflows/osv-pr.yml b/.gitea/workflows/osv-pr.yml index c554177..c32e00d 100644 --- a/.gitea/workflows/osv-pr.yml +++ b/.gitea/workflows/osv-pr.yml @@ -17,7 +17,7 @@ jobs: uses: https://git.quad4.io/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Setup Go - uses: https://git.quad4.io/actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: https://git.quad4.io/actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 with: go-version-file: 'go.mod' diff --git a/.gitea/workflows/osv-scheduled.yml b/.gitea/workflows/osv-scheduled.yml index d6b9ddf..91696c1 100644 --- a/.gitea/workflows/osv-scheduled.yml +++ b/.gitea/workflows/osv-scheduled.yml @@ -17,7 +17,7 @@ jobs: uses: https://git.quad4.io/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Setup Go - uses: https://git.quad4.io/actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + uses: https://git.quad4.io/actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 with: go-version-file: 'go.mod'