Skip to content

Commit 3a91ac5

Browse files
build(deps): bump the dependencies group with 2 updates (#56)
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 6.2.0 to 6.5.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.2.0...v6.5.0) Updates `megalinter/megalinter` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/megalinter/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](oxsecurity/megalinter@v8.4.1...v8.4.2) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: megalinter/megalinter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d096471 commit 3a91ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 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@v6.2.0
25+
- uses: golangci/golangci-lint-action@v6.5.0
2626
with:
2727
version: v1.62
28-
- uses: megalinter/megalinter/flavors/[email protected].1
28+
- uses: megalinter/megalinter/flavors/[email protected].2
2929
env:
3030
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)