summaryrefslogtreecommitdiffstats
path: root/.github/workflows/checks.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-26 03:28:46 +0100
committerGitHub <noreply@github.com>2022-12-26 03:28:46 +0100
commite3a722e7c6c697a1b0a38aa314bfb227da4deb5f (patch)
treef5c1117f037fb2b8c82f34842b7eb6be23c2e97f /.github/workflows/checks.yml
parentbuild(deps): bump actions/stale from 6 to 7 (#1535) (diff)
downloadforgejo-act-e3a722e7c6c697a1b0a38aa314bfb227da4deb5f.tar.xz
forgejo-act-e3a722e7c6c697a1b0a38aa314bfb227da4deb5f.zip
build(deps): bump megalinter/megalinter from 6.15.0 to 6.16.0 (#1534)v0.2.35
Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 6.15.0 to 6.16.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.15.0...v6.16.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: 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 44dba16..bbcfbdb 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -22,7 +22,7 @@ jobs:
- uses: golangci/golangci-lint-action@v3.3.1
with:
version: v1.47.2
- - uses: megalinter/megalinter/flavors/go@v6.15.0
+ - uses: megalinter/megalinter/flavors/go@v6.16.0
env:
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}