diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 880421b73..555de3b56 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@270a29d1cc4b4490128f991e675007513ea6e660 + uses: github/codeql-action/init@44534b787f11b377674fc4c09b1985db5366d9fb with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@270a29d1cc4b4490128f991e675007513ea6e660 + uses: github/codeql-action/analyze@44534b787f11b377674fc4c09b1985db5366d9fb diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 56d79d042..983fdcdc3 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@270a29d1cc4b4490128f991e675007513ea6e660 + uses: github/codeql-action/init@44534b787f11b377674fc4c09b1985db5366d9fb with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@270a29d1cc4b4490128f991e675007513ea6e660 + uses: github/codeql-action/autobuild@44534b787f11b377674fc4c09b1985db5366d9fb - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@270a29d1cc4b4490128f991e675007513ea6e660 + uses: github/codeql-action/analyze@44534b787f11b377674fc4c09b1985db5366d9fb