diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index dd1ac6ec9..7d4f40516 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -32,7 +32,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@40f0fa95c41fede7b43f035cb47aac899ee0ba0a + uses: github/codeql-action/init@b6dfacb528092ed900ca0cfec2957487685c3bfd with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@40f0fa95c41fede7b43f035cb47aac899ee0ba0a + uses: github/codeql-action/analyze@b6dfacb528092ed900ca0cfec2957487685c3bfd diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 35ec324e3..9dd07ab2f 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@40f0fa95c41fede7b43f035cb47aac899ee0ba0a + uses: github/codeql-action/init@b6dfacb528092ed900ca0cfec2957487685c3bfd with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@40f0fa95c41fede7b43f035cb47aac899ee0ba0a + uses: github/codeql-action/autobuild@b6dfacb528092ed900ca0cfec2957487685c3bfd - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@40f0fa95c41fede7b43f035cb47aac899ee0ba0a + uses: github/codeql-action/analyze@b6dfacb528092ed900ca0cfec2957487685c3bfd