Skip to content

Commit c8d84dc

Browse files
[skip-release] Update github-actions
1 parent 210a71a commit c8d84dc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-push.yml

Lines changed: 5 additions & 5 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 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

@@ -23,7 +23,7 @@ jobs:
2323
fi
2424
2525
- name: golangci-lint
26-
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9
26+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
2727
with:
2828
version: latest
2929

@@ -39,7 +39,7 @@ jobs:
3939
run: go test -v -coverprofile=coverage.out -covermode=atomic ./...
4040

4141
- name: upload coverage to codecov
42-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
42+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
4343
with:
4444
files: ./coverage.out
4545
fail_ci_if_error: false
@@ -48,7 +48,7 @@ jobs:
4848

4949
run:
5050
needs: [lint-test]
51-
uses: libops/.github/.github/workflows/build-push-ghcr.yaml@main
51+
uses: libops/.github/.github/workflows/build-push-ghcr.yaml@f39fff4fbd5096221d705143e88e5942f5d9a604 # main
5252
permissions:
5353
contents: read
5454
packages: write

0 commit comments

Comments
 (0)