summaryrefslogtreecommitdiffstats
path: root/.github/workflows/checks.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-17 20:14:30 +0200
committerGitHub <noreply@github.com>2022-10-17 20:14:30 +0200
commit37f5b7f4a2bc363be670ee65f623c6b54ec9d8c5 (patch)
treeb32f4e583380fed2f9d8d0ae7d2a9b425d305f30 /.github/workflows/checks.yml
parentbuild(deps): bump github.com/docker/cli (#1393) (diff)
downloadforgejo-act-37f5b7f4a2bc363be670ee65f623c6b54ec9d8c5.tar.xz
forgejo-act-37f5b7f4a2bc363be670ee65f623c6b54ec9d8c5.zip
build(deps): bump megalinter/megalinter from 6.11.1 to 6.12.0 (#1395)
Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 6.11.1 to 6.12.0. - [Release notes](https://github.com/megalinter/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](https://github.com/megalinter/megalinter/compare/v6.11.1...v6.12.0) --- updated-dependencies: - dependency-name: megalinter/megalinter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casey Lee <caseypl@amazon.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/checks.yml')
-rw-r--r--.github/workflows/checks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index f03bde4..94ec620 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -22,7 +22,7 @@ jobs:
- uses: golangci/golangci-lint-action@v3.2.0
with:
version: v1.47.2
- - uses: megalinter/megalinter/flavors/go@v6.11.1
+ - uses: megalinter/megalinter/flavors/go@v6.12.0
env:
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}