Skip to content

Commit c4516eb

Browse files
[skip-release] Update github-actions
1 parent bca478d commit c4516eb

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@d7f0ba06b4c8a1f8559892ea65a0b1af4d024dd3 # 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)