Skip to content

Commit

Permalink
chore(deps): update jetbrains/qodana-action action to v4.2.2 (#4397)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Jan 4, 2022
1 parent bc2b670 commit ca72cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,14 @@ jobs:
- name: "Create folder"
run: "mkdir -p ${{ github.workspace }}/result/master"
- name: Qodana - Code Inspection
uses: JetBrains/qodana-action@70db04b6c34e88391f93066edc71017faab2e910 # renovate: tag=v4.2.1
uses: JetBrains/qodana-action@43d9ba16f2cac35552cb018a6adc34efb1fc6812 # renovate: tag=v4.2.2
with:
linter: ${{ env.QODANA_LINTER }}
project-dir: "${{ github.workspace }}/master"
inspected-dir: ./src/main/java # only main spoon project at first
results-dir: "${{ github.workspace }}/result/master"
- name: Qodana - Code Inspection
uses: JetBrains/qodana-action@70db04b6c34e88391f93066edc71017faab2e910 # renovate: tag=v4.2.1
uses: JetBrains/qodana-action@43d9ba16f2cac35552cb018a6adc34efb1fc6812 # renovate: tag=v4.2.2
continue-on-error: true
with:
linter: ${{ env.QODANA_LINTER }}
Expand Down

0 comments on commit ca72cee

Please sign in to comment.