diff --git a/.github/workflows/pull-request-check.yml b/.github/workflows/pull-request-check.yml index 23feef4..385c985 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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4 with: category: "/language:java" - name: Run PMD static analysis