Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit d921704

Browse files
Merge pull request #19 from workos/nickcollisson/pin-actions
Pin third-party actions to currently used SHA
2 parents 7540151 + 5eb5320 commit d921704

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: go build
3030
working-directory: cmd/workos
3131
- name: GoReleaser Check
32-
uses: goreleaser/goreleaser-action@v6
32+
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
3333
with:
3434
distribution: goreleaser
3535
version: latest
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
fetch-depth: 0
5050
- name: Run golangci-lint
51-
uses: golangci/golangci-lint-action@v6
51+
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
5252
with:
5353
version: latest
5454
args: -v --timeout=5m

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Release with GoReleaser
20-
uses: goreleaser/goreleaser-action@v6
20+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
2121
with:
2222
distribution: goreleaser
2323
version: latest

0 commit comments

Comments
 (0)