diff --git a/.github/workflows/pull-request-check.yml b/.github/workflows/pull-request-check.yml index 23feef4..69c8303 100644 --- a/.github/workflows/pull-request-check.yml +++ b/.github/workflows/pull-request-check.yml @@ -41,7 +41,7 @@ jobs: run: mvn --batch-mode clean compile # Note: codeQL MUST be after the compile step - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4 + uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4 with: category: "/language:java" - name: Run PMD static analysis