From 1a167157fa9b311c0865d762c151d43b3748791d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:01:06 +0000 Subject: [PATCH] Bump MinyazevR/clazy-standalone-action from 0.2.0 to 0.2.1 Bumps [MinyazevR/clazy-standalone-action](https://github.com/minyazevr/clazy-standalone-action) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/minyazevr/clazy-standalone-action/releases) - [Commits](https://github.com/minyazevr/clazy-standalone-action/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: MinyazevR/clazy-standalone-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2789dcd..d3acbad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -132,7 +132,7 @@ jobs: - name: Clazy-standalone if: ${{ matrix.os == 'ubuntu-latest'}} - uses: MinyazevR/clazy-standalone-action@v0.2.0 + uses: MinyazevR/clazy-standalone-action@v0.2.1 with: checks: 'level0,level1,no-connect-by-name,no-non-pod-global-static' database: '../build'