From 70cba3288859060187d2eec546ee7f03e145eba9 Mon Sep 17 00:00:00 2001 From: Slendy Date: Mon, 6 Jan 2025 00:40:58 -0600 Subject: [PATCH 1/2] Update CI actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cadb9d5d4..18fe81326 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Start MySQL if: ${{ matrix.os.database }} - uses: shogo82148/actions-setup-mysql@v1.14.1 + uses: shogo82148/actions-setup-mysql@v1.40.0 with: mysql-version: '8.0' root-password: ${{ env.DB_PASSWORD }} From c25b1c6a75169bba44e4c48366c982f34d16cac6 Mon Sep 17 00:00:00 2001 From: Slendy Date: Mon, 6 Jan 2025 00:45:27 -0600 Subject: [PATCH 2/2] Update from deprecated Qodana actions version --- .github/workflows/qodana_code_quality.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index b3df742ba..e7b9e0893 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -22,12 +22,12 @@ jobs: 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 - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2024.1 + uses: JetBrains/qodana-action@v2024.3 with: pr-mode: false env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1488465344 }} QODANA_ENDPOINT: 'https://qodana.cloud' - - uses: github/codeql-action/upload-sarif@v2 + - uses: github/codeql-action/upload-sarif@v3 with: sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json