Skip to content

Commit 9d4a12f

Browse files
build(deps): bump the dependencies group with 2 updates (#111)
* build(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [megalinter/megalinter](https://github.com/megalinter/megalinter). Updates `golangci/golangci-lint-action` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v7.0.0...v8.0.0) Updates `megalinter/megalinter` from 8.6.0 to 8.7.0 - [Release notes](https://github.com/megalinter/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](oxsecurity/megalinter@v8.6.0...v8.7.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: megalinter/megalinter dependency-version: 8.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Update .github/workflows/checks.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ChristopherHX <[email protected]>
1 parent e6ba308 commit 9d4a12f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
with:
2323
go-version-file: go.mod
2424
check-latest: true
25-
- uses: golangci/golangci-lint-action@v7.0.0
25+
- uses: golangci/golangci-lint-action@v8.0.0
2626
with:
27-
version: v2.0.2
28-
- uses: megalinter/megalinter/flavors/go@v8.6.0
27+
version: v2.1.6
28+
- uses: megalinter/megalinter/flavors/go@v8.7.0
2929
env:
3030
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)