Skip to content

Commit f381e7a

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents fdb69a4 + 3e18bea commit f381e7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
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

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.17
2-
FROM golang:1.24 AS builder
2+
FROM golang:1.24.5 AS builder
33
ARG VERSION
44
ARG TARGETARCH
55

0 commit comments

Comments
 (0)