Skip to content

Commit 797d2ef

Browse files
[skip-release] Update github-actions (#17)
* [skip-release] Update github-actions * Update goreleaser.yaml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Joe Corall <joe@libops.io>
1 parent bca478d commit 797d2ef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
goreleaser:
15-
uses: libops/.github/.github/workflows/sitectl-plugin-goreleaser.yaml@main
15+
uses: libops/.github/.github/workflows/sitectl-plugin-goreleaser.yaml@45a727f250c38776630d6c37a01328b140a78d99 # main
1616
permissions:
1717
contents: write
1818
id-token: write

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
lint-test:
99
runs-on: ubuntu-24.04
1010
steps:
11-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
11+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1212

1313
- name: Set up Go
1414
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
1515
with:
1616
go-version: ">=1.26.1"
1717

1818
- name: golangci-lint
19-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 #v9
19+
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
2020
with:
2121
version: latest
2222
install-only: true

0 commit comments

Comments
 (0)