diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 7383f6bb2..030fbac29 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@8fd294e26a0e458834582b0fe4988d79966c7c0a + uses: github/codeql-action/init@e817992b3db357f199b6e99216d3bf853dafd0fc with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8fd294e26a0e458834582b0fe4988d79966c7c0a + uses: github/codeql-action/analyze@e817992b3db357f199b6e99216d3bf853dafd0fc diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index dc1f50a33..0c2ce1d92 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@8fd294e26a0e458834582b0fe4988d79966c7c0a + uses: github/codeql-action/init@e817992b3db357f199b6e99216d3bf853dafd0fc with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@8fd294e26a0e458834582b0fe4988d79966c7c0a + uses: github/codeql-action/autobuild@e817992b3db357f199b6e99216d3bf853dafd0fc - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8fd294e26a0e458834582b0fe4988d79966c7c0a + uses: github/codeql-action/analyze@e817992b3db357f199b6e99216d3bf853dafd0fc