Skip to content

Commit ec383d8

Browse files
[skip-release] Update github-actions
1 parent 3cd51b8 commit ec383d8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
steps:
1616
-
1717
name: Checkout
18-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
18+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1919
with:
2020
fetch-depth: 0
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
23+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
10+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1111

1212
- name: Set up Go
13-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
13+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # 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@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
34+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
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@d7f0ba06b4c8a1f8559892ea65a0b1af4d024dd3 # main
43+
uses: libops/.github/.github/workflows/build-push.yaml@b83595e3368df033bdcca3651df0c4cf052dd112 # main
4444
permissions:
4545
contents: read
4646
packages: write

0 commit comments

Comments
 (0)