Skip to content

Commit 70d32bf

Browse files
[skip-release] Update github-actions
1 parent c85a575 commit 70d32bf

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/github-release.yml

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/actions/.github/workflows/bump-release.yaml@main
11+
uses: libops/actions/.github/workflows/bump-release.yaml@ef667db8c16533a257d841e75df5c3388152b2d7 # main
1212
with:
1313
workflow_file: goreleaser.yml
1414
permissions:

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
23+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2424
with:
2525
go-version: '>=1.22.2'
2626

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
lint-test:
88
runs-on: ubuntu-24.04
99
steps:
10-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
10+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1111

1212
- name: Set up Go
13-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
13+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
1414
with:
1515
go-version-file: "go.mod"
1616

@@ -31,7 +31,7 @@ jobs:
3131
run: go test -v -coverprofile=coverage.out -covermode=atomic ./...
3232

3333
- name: upload coverage to codecov
34-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
34+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
3535
with:
3636
files: ./coverage.out
3737
fail_ci_if_error: false
@@ -40,7 +40,7 @@ jobs:
4040

4141
run:
4242
needs: [lint-test]
43-
uses: libops/.github/.github/workflows/build-push.yaml@main
43+
uses: libops/.github/.github/workflows/build-push.yaml@f39fff4fbd5096221d705143e88e5942f5d9a604 # main
4444
permissions:
4545
contents: read
4646
packages: write

0 commit comments

Comments
 (0)