From 70843e748eb753a12946b83a3ad0850caa595bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 04:14:47 +0000 Subject: [PATCH] Bump JetBrains/qodana-action from 4.2.1 to 4.2.2 Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/JetBrains/qodana-action/releases) - [Commits](https://github.com/JetBrains/qodana-action/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/code_scanning.yml | 2 +- .github/workflows/example.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_scanning.yml b/.github/workflows/code_scanning.yml index 74147d07..98f3a3f2 100644 --- a/.github/workflows/code_scanning.yml +++ b/.github/workflows/code_scanning.yml @@ -13,6 +13,6 @@ jobs: steps: - uses: actions/checkout@v2 - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v4.2.1 + uses: JetBrains/qodana-action@v4.2.2 with: linter: jetbrains/qodana-js diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index e3b976ff..eba650a4 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -6,4 +6,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: JetBrains/qodana-action@main \ No newline at end of file + - uses: JetBrains/qodana-action@v4.2.2 \ No newline at end of file