Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 07a5b44

Browse files
committed
Pinning repositories to specific commit hashes.
1 parent 1b91a3e commit 07a5b44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
go-version: '1.22'
2525
- name: golangci-lint
26-
uses: golangci/golangci-lint-action@v3.7.0
26+
uses: golangci/golangci-lint-action@v3a919529898de77ec3da873e3063ca4b10e7f5cc
2727
with:
2828
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
2929
version: v1.55.2

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: 1.22
2525
-
2626
name: Run GoReleaser
27-
uses: goreleaser/goreleaser-action@v2
27+
uses: goreleaser/goreleaser-action@b953231f81b8dfd023c58e0854a721e35037f28b
2828
with:
2929
version: 'v1.14.0'
3030
args: release --rm-dist

0 commit comments

Comments
 (0)