diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 7e504851f..abb50f6ee 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@a16ac9858394f44de19295a115cdfd795f87623e + uses: github/codeql-action/init@bc50092bdb546ff8f9d3eb30eb4cd57b4a0059db with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a16ac9858394f44de19295a115cdfd795f87623e + uses: github/codeql-action/analyze@bc50092bdb546ff8f9d3eb30eb4cd57b4a0059db diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 909451ba2..1f4f25c2c 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@a16ac9858394f44de19295a115cdfd795f87623e + uses: github/codeql-action/init@bc50092bdb546ff8f9d3eb30eb4cd57b4a0059db with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@a16ac9858394f44de19295a115cdfd795f87623e + uses: github/codeql-action/autobuild@bc50092bdb546ff8f9d3eb30eb4cd57b4a0059db - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a16ac9858394f44de19295a115cdfd795f87623e + uses: github/codeql-action/analyze@bc50092bdb546ff8f9d3eb30eb4cd57b4a0059db