Skip to content

Commit cf0d812

Browse files
[skip-release] Update github-actions
1 parent 7602d5e commit cf0d812

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/github-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release:
1010
if: github.event.pull_request.merged == true && !contains(github.event.pull_request.title, 'skip-release')
11-
uses: libops/.github/.github/workflows/bump-release.yaml@main
11+
uses: libops/.github/.github/workflows/bump-release.yaml@f39fff4fbd5096221d705143e88e5942f5d9a604 # main
1212
permissions:
1313
contents: write
1414
actions: write

.github/workflows/goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717
with:
1818
fetch-depth: 0
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
21+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2222
with:
2323
go-version: ">=1.25.6"
2424

.github/workflows/lint-test-build-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
contents: read
99
runs-on: ubuntu-24.04
1010
steps:
11-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
11+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1212

13-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
13+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
1414
with:
1515
go-version: ">=1.25.3"
1616

@@ -21,7 +21,7 @@ jobs:
2121

2222
build-push:
2323
needs: [test]
24-
uses: libops/.github/.github/workflows/build-push.yaml@main
24+
uses: libops/.github/.github/workflows/build-push.yaml@f39fff4fbd5096221d705143e88e5942f5d9a604 # main
2525
with:
2626
docker-registry: "libops"
2727
permissions:

0 commit comments

Comments
 (0)