File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 if : github.ref_type == 'tag'
171171
172172 - name : Install Nix
173- uses : cachix/install-nix-action@f0fe604f8a612776892427721526b4c7cfb23aba # v31
173+ uses : cachix/install-nix-action@c134e4c9e34bac6cab09cf239815f9339aaaf84e # v31
174174 with :
175175 github_access_token : ${{ secrets.GITHUB_TOKEN }}
176176 if : github.ref_type == 'tag'
Original file line number Diff line number Diff line change 3131 - id : golangci-lint-full
3232
3333 - repo : https://github.com/gitleaks/gitleaks
34- rev : v8.27.2
34+ rev : v8.28.0
3535 hooks :
3636 - id : gitleaks
3737
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.17
2- FROM golang:1.24 AS builder
2+ FROM golang:1.24.5 AS builder
33ARG VERSION
44ARG TARGETARCH
55
You can’t perform that action at this time.
0 commit comments