diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index c7897a12f..208492558 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@942acabcd0789844bc9e657cd21b52070cc00afe + uses: github/codeql-action/init@d2ed0a05b63da98c856e847eb1a2c07256508499 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@942acabcd0789844bc9e657cd21b52070cc00afe + uses: github/codeql-action/analyze@d2ed0a05b63da98c856e847eb1a2c07256508499 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 8185c9271..335d231de 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@942acabcd0789844bc9e657cd21b52070cc00afe + uses: github/codeql-action/init@d2ed0a05b63da98c856e847eb1a2c07256508499 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@942acabcd0789844bc9e657cd21b52070cc00afe + uses: github/codeql-action/autobuild@d2ed0a05b63da98c856e847eb1a2c07256508499 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@942acabcd0789844bc9e657cd21b52070cc00afe + uses: github/codeql-action/analyze@d2ed0a05b63da98c856e847eb1a2c07256508499