Update Github Action versions (#1085)

* Update CI actions

* Update from deprecated Qodana actions version
This commit is contained in:
Josh 2025-01-10 21:25:56 -06:00 committed by GitHub
parent 2f4a162db3
commit 301e5d0d32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Start MySQL - name: Start MySQL
if: ${{ matrix.os.database }} if: ${{ matrix.os.database }}
uses: shogo82148/actions-setup-mysql@v1.14.1 uses: shogo82148/actions-setup-mysql@v1.40.0
with: with:
mysql-version: '8.0' mysql-version: '8.0'
root-password: ${{ env.DB_PASSWORD }} root-password: ${{ env.DB_PASSWORD }}

View file

@ -22,12 +22,12 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan' - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.1 uses: JetBrains/qodana-action@v2024.3
with: with:
pr-mode: false pr-mode: false
env: env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1488465344 }} QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1488465344 }}
QODANA_ENDPOINT: 'https://qodana.cloud' QODANA_ENDPOINT: 'https://qodana.cloud'
- uses: github/codeql-action/upload-sarif@v2 - uses: github/codeql-action/upload-sarif@v3
with: with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json