diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 617e1afbc..d0a49c60f 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@4b675e451b3779918647db783e324bd9fd7f3932 + uses: github/codeql-action/init@d0ad1da72a4017827f685ffa9a4e77661a852633 with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4b675e451b3779918647db783e324bd9fd7f3932 + uses: github/codeql-action/analyze@d0ad1da72a4017827f685ffa9a4e77661a852633 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index e223eb4e3..9f6bcd6e5 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@4b675e451b3779918647db783e324bd9fd7f3932 + uses: github/codeql-action/init@d0ad1da72a4017827f685ffa9a4e77661a852633 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@4b675e451b3779918647db783e324bd9fd7f3932 + uses: github/codeql-action/autobuild@d0ad1da72a4017827f685ffa9a4e77661a852633 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4b675e451b3779918647db783e324bd9fd7f3932 + uses: github/codeql-action/analyze@d0ad1da72a4017827f685ffa9a4e77661a852633