1 Commits

Author SHA1 Message Date
Renovate Bot
3a924fad19 chore(deps): update https://git.quad4.io/actions/setup-go action to v6
All checks were successful
OSV-Scanner PR Scan / scan-pr (pull_request) Successful in 18s
2026-01-01 00:02:17 +00:00
4 changed files with 5 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ jobs:
VITE_APP_VERSION: ${{ steps.version.outputs.version }} VITE_APP_VERSION: ${{ steps.version.outputs.version }}
- name: Setup Go - name: Setup Go
uses: https://git.quad4.io/actions/setup-go@f50900cd786a0c549eed5a472b4f2c371ae8589f # v5 uses: https://git.quad4.io/actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with: with:
go-version: '1.25.5' go-version: '1.25.5'

View File

@@ -51,7 +51,7 @@ jobs:
- name: Checkout - name: Checkout
uses: https://git.quad4.io/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 uses: https://git.quad4.io/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- name: Setup Go - name: Setup Go
uses: https://git.quad4.io/actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 uses: https://git.quad4.io/actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with: with:
go-version: '1.25.5' go-version: '1.25.5'
- name: Run gosec security scan - name: Run gosec security scan
@@ -69,7 +69,7 @@ jobs:
name: frontend-build name: frontend-build
path: build/ path: build/
- name: Setup Go - name: Setup Go
uses: https://git.quad4.io/actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 uses: https://git.quad4.io/actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with: with:
go-version: '1.25.5' go-version: '1.25.5'
- name: Setup Task - name: Setup Task

View File

@@ -17,7 +17,7 @@ jobs:
uses: https://git.quad4.io/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 uses: https://git.quad4.io/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- name: Setup Go - name: Setup Go
uses: https://git.quad4.io/actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 uses: https://git.quad4.io/actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'

View File

@@ -17,7 +17,7 @@ jobs:
uses: https://git.quad4.io/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 uses: https://git.quad4.io/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- name: Setup Go - name: Setup Go
uses: https://git.quad4.io/actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 uses: https://git.quad4.io/actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'