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 1e363de commit 5a5b763Copy full SHA for 5a5b763
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@69fc4b92079cd51606e1d4757031c6e9b645bb5a # main
+ uses: libops/.github/.github/workflows/sitectl-plugin-goreleaser.yaml@a86300fb8020d0f7141bb9f833d89b5dbd7aa4d7 # main
16
permissions:
17
contents: write
18
id-token: write
.github/workflows/integration-test.yaml
@@ -30,7 +30,7 @@ jobs:
30
go-version: "1.26.x"
31
32
- name: Install sitectl
33
- uses: libops/.github/.github/actions/install-sitectl@da242aa070fa29b4028c5e03884b69857ea13fdf # main
+ uses: libops/.github/.github/actions/install-sitectl@a86300fb8020d0f7141bb9f833d89b5dbd7aa4d7 # main
34
35
- name: setup git identity
36
run: |
0 commit comments