chore(deps): pin dependencies

This commit is contained in:
renovate[bot] 2022-12-09 15:38:24 +00:00 committed by Harsh Shandilya
parent f0d615bd44
commit ffce7c2b3e
No known key found for this signature in database

View file

@ -10,10 +10,10 @@ jobs:
qodana: qodana:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: 'Qodana Scan' - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2022.2.3 uses: JetBrains/qodana-action@2b75b91f95751e06ff1341cae0869a9cfcc6bb10 # v2022.2.3
env: env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}