diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 2a06819e..c32c47bc 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@8aba5f2c426ba0d5c3bb6b4b8fae38035772b3d3 + uses: github/codeql-action/init@8b333009632bfad20351e1370b2810e7b554011a with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8aba5f2c426ba0d5c3bb6b4b8fae38035772b3d3 + uses: github/codeql-action/analyze@8b333009632bfad20351e1370b2810e7b554011a diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index cfc041b8..58c6d503 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@8aba5f2c426ba0d5c3bb6b4b8fae38035772b3d3 + uses: github/codeql-action/init@8b333009632bfad20351e1370b2810e7b554011a with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@8aba5f2c426ba0d5c3bb6b4b8fae38035772b3d3 + uses: github/codeql-action/autobuild@8b333009632bfad20351e1370b2810e7b554011a - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8aba5f2c426ba0d5c3bb6b4b8fae38035772b3d3 + uses: github/codeql-action/analyze@8b333009632bfad20351e1370b2810e7b554011a