Skip to content

Commit bbb83e7

Browse files
chore(deps): bump the dependencies group across 1 directory with 4 updates
Bumps the dependencies group with 4 updates in the / directory: [k1LoW/octocov-action](https://github.com/k1low/octocov-action), [shogo82148/actions-go-fuzz](https://github.com/shogo82148/actions-go-fuzz), [Songmu/tagpr](https://github.com/songmu/tagpr) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `k1LoW/octocov-action` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/k1low/octocov-action/releases) - [Changelog](https://github.com/k1LoW/octocov-action/blob/main/CHANGELOG.md) - [Commits](k1LoW/octocov-action@73d561f...b3b6ee6) Updates `shogo82148/actions-go-fuzz` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/shogo82148/actions-go-fuzz/releases) - [Commits](shogo82148/actions-go-fuzz@1c54c66...0b7e2a3) Updates `Songmu/tagpr` from 1.18.2 to 1.18.3 - [Release notes](https://github.com/songmu/tagpr/releases) - [Changelog](https://github.com/Songmu/tagpr/blob/main/CHANGELOG.md) - [Commits](Songmu/tagpr@84850af...9bbb945) Updates `goreleaser/goreleaser-action` from 7.0.0 to 7.2.1 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@ec59f47...1a80836) --- updated-dependencies: - dependency-name: k1LoW/octocov-action dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: shogo82148/actions-go-fuzz dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Songmu/tagpr dependency-version: 1.18.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38d7305 commit bbb83e7

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
run: make ci
4242

4343
- name: Run octocov
44-
uses: k1LoW/octocov-action@73d561f65d59e66899ed5c87e4621a913b5d5c20 # v1.5.0
44+
uses: k1LoW/octocov-action@b3b6ee60482a667950f87553abf1df63217235d9 # v1.5.1

.github/workflows/fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version-file: go.mod
2222
- id: list
23-
uses: shogo82148/actions-go-fuzz/list@1c54c662fb7d6f7f0b6f1e142c0387e93f0ea79a # v1.2.0
23+
uses: shogo82148/actions-go-fuzz/list@0b7e2a3c24b3ce3217b5b3056ef14dd7b67cc698 # v1.2.1
2424
outputs:
2525
fuzz-tests: ${{steps.list.outputs.fuzz-tests}}
2626

@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
4040
with:
4141
go-version-file: go.mod
42-
- uses: shogo82148/actions-go-fuzz/run@1c54c662fb7d6f7f0b6f1e142c0387e93f0ea79a # v1.2.0
42+
- uses: shogo82148/actions-go-fuzz/run@0b7e2a3c24b3ce3217b5b3056ef14dd7b67cc698 # v1.2.1
4343
with:
4444
packages: ${{ matrix.package }}
4545
fuzz-regexp: ${{ matrix.func }}

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
run: |
4242
make fulltest
4343
- name: Run octocov
44-
uses: k1LoW/octocov-action@73d561f65d59e66899ed5c87e4621a913b5d5c20 # v1.5.0
44+
uses: k1LoW/octocov-action@b3b6ee60482a667950f87553abf1df63217235d9 # v1.5.1
4545
with:
4646
config: .octocov-full.yml

.github/workflows/tagpr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- id: run-tagpr
3232
name: Run tagpr
33-
uses: Songmu/tagpr@84850af451fc53753c6685a3a6a2af7beef23607 # v1.18.2
33+
uses: Songmu/tagpr@9bbb945b2fb025126186661e27d55485e3fc6df6 # v1.18.3
3434

3535
assets:
3636
needs: tagpr
@@ -55,7 +55,7 @@ jobs:
5555
cache: true
5656

5757
- name: Run GoReleaser
58-
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
58+
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
5959
with:
6060
distribution: goreleaser
6161
version: latest

0 commit comments

Comments
 (0)