Skip to content

Commit 3d3c56c

Browse files
chore(deps): bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action), [vladopajic/go-test-coverage](https://github.com/vladopajic/go-test-coverage), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `goreleaser/goreleaser-action` from 6.1.0 to 6.2.1 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@9ed2f89...90a3faa) Updates `vladopajic/go-test-coverage` from 2.11.4 to 2.12.0 - [Release notes](https://github.com/vladopajic/go-test-coverage/releases) - [Commits](vladopajic/go-test-coverage@604860e...86b354f) Updates `golangci/golangci-lint-action` from 6.2.0 to 6.5.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@ec5d184...2226d7c) Updates `actions/attest-build-provenance` from 2.2.0 to 2.2.2 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@520d128...bd77c07) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: vladopajic/go-test-coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b71b4a commit 3d3c56c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1818
with:
1919
go-version: stable
20-
- uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
20+
- uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
2121
id: goreleaser
2222
with:
2323
version: latest

.github/workflows/coverage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# remove generated code from coverage calculation
2424
grep -Ev 'internal/mock|_enumer.go' cover.out.raw > cover.out
2525
- name: Generage coverage badge
26-
uses: vladopajic/go-test-coverage@604860ea57b67a2351b4b78071943beecb11ac17 # v2.11.4
26+
uses: vladopajic/go-test-coverage@86b354f4256dbb052e47e5e7b753c35f1d347d86 # v2.12.0
2727
with:
2828
profile: cover.out
2929
local-prefix: github.com/${{ github.repository }}

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1515
with:
1616
go-version: stable
17-
- uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
17+
- uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
1818
with:
1919
args: --timeout=180s --enable gocritic
2020
lint-commits:

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: mv "$GITHUB_SBOM_PATH" ./sbom.spdx.json
5656
env:
5757
GITHUB_SBOM_PATH: ${{ steps.sbom.outputs.fileName }}
58-
- uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
58+
- uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
5959
id: goreleaser
6060
with:
6161
version: latest
@@ -64,6 +64,6 @@ jobs:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
GITHUB_SBOM_PATH: ./sbom.spdx.json
6666
# attest archives
67-
- uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
67+
- uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
6868
with:
6969
subject-path: "dist/*.tar.gz"

0 commit comments

Comments
 (0)