diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 978224f0..504c8b6f 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@7b79062de0cee25f8c457cc992b7c9bcc9d2e2a4 + uses: github/codeql-action/init@2192e3432bb51d34f15316c22b18434771802d1f with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7b79062de0cee25f8c457cc992b7c9bcc9d2e2a4 + uses: github/codeql-action/analyze@2192e3432bb51d34f15316c22b18434771802d1f diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 4dd6d0d6..e45e46b0 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@7b79062de0cee25f8c457cc992b7c9bcc9d2e2a4 + uses: github/codeql-action/init@2192e3432bb51d34f15316c22b18434771802d1f with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@7b79062de0cee25f8c457cc992b7c9bcc9d2e2a4 + uses: github/codeql-action/autobuild@2192e3432bb51d34f15316c22b18434771802d1f - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7b79062de0cee25f8c457cc992b7c9bcc9d2e2a4 + uses: github/codeql-action/analyze@2192e3432bb51d34f15316c22b18434771802d1f