From 5915f238cd98e337b4f70fb051c437b9fce21585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20=C5=A0mejkal?= Date: Mon, 14 Oct 2024 08:48:33 +0200 Subject: [PATCH] using master branch of codacy lol ive been using commit --- .github/workflows/codacy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 13d7704..a23322a 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v3 - name: Run Codacy Analysis - uses: codacy/codacy-analysis-cli-action@d840f886c4bd4edc059706d09c6a1586111c540b + uses: codacy/codacy-analysis-cli-action@master with: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} verbose: true @@ -50,4 +50,4 @@ jobs: - name: Upload results file uses: github/codeql-action/upload-sarif@v2 with: - sarif_file: results.sarif \ No newline at end of file + sarif_file: results.sarif