From 1b85e74e544f6f5d5cd6adc6ec60aa787c993821 Mon Sep 17 00:00:00 2001 From: Pascal Leclercq Date: Mon, 8 Apr 2024 07:23:23 +0200 Subject: [PATCH] chore: upgrade github actions versions --- .github/workflows/pmd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pmd.yml b/.github/workflows/pmd.yml index f92a8e846..bdc53a105 100644 --- a/.github/workflows/pmd.yml +++ b/.github/workflows/pmd.yml @@ -32,12 +32,12 @@ jobs: distribution: 'temurin' - name: Run PMD id: pmd - uses: pmd/pmd-github-action@v3 + uses: pmd/pmd-github-action@v2 with: rulesets: 'rulesets/java/quickstart.xml' sourcePath: 'src/main/java' analyzeModifiedFilesOnly: false - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: pmd-report.sarif