We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca478d commit 7575001Copy full SHA for 7575001
2 files changed
.github/workflows/goreleaser.yaml
@@ -12,7 +12,7 @@ permissions:
12
13
jobs:
14
goreleaser:
15
- uses: libops/.github/.github/workflows/sitectl-plugin-goreleaser.yaml@main
+ uses: libops/.github/.github/workflows/sitectl-plugin-goreleaser.yaml@d7f0ba06b4c8a1f8559892ea65a0b1af4d024dd3 # main
16
permissions:
17
contents: write
18
id-token: write
.github/workflows/lint-test.yaml
@@ -16,7 +16,7 @@ jobs:
go-version: ">=1.26.1"
- name: golangci-lint
19
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 #v9
+ uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
20
with:
21
version: latest
22
install-only: true
0 commit comments