From 96e812553f2b3c6ce47f397bf17175ece9680800 Mon Sep 17 00:00:00 2001 From: Ben Manes Date: Sun, 29 Sep 2024 10:49:50 -0700 Subject: [PATCH] try to fix qodana caching between runs --- .github/workflows/qodana.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 245fe4267a..34642f347d 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -68,6 +68,7 @@ jobs: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} with: upload-result: true + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Upload SARIF file for GitHub Advanced Security Dashboard uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 with: