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 a0d3e0cCopy full SHA for a0d3e0c
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@578137212ead4ab4059e95df17fa30e9b7ac4aed # 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@578137212ead4ab4059e95df17fa30e9b7ac4aed # main
34
35
- name: setup git identity
36
run: |
0 commit comments