Skip to content

Commit

Permalink
Update code_quality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Desoroxxx authored Sep 6, 2023
1 parent fc3fa15 commit 6947550
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:

steps:
- name: Code Checkout
uses: actions/checkout@v3.5.3

uses: actions/checkout@v3.6.0

- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2.1
uses: JetBrains/qodana-action@v2023.2.6
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 6947550

Please sign in to comment.