diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 122fc6137..292cca84f 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@592977e6ae857384aa79bb31e7a1d62d63449ec5 + uses: github/codeql-action/init@bf8c75ee37169a266fa6b795e1fd1fd9b4a32110 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@592977e6ae857384aa79bb31e7a1d62d63449ec5 + uses: github/codeql-action/analyze@bf8c75ee37169a266fa6b795e1fd1fd9b4a32110 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 01ff96150..e80d57143 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@592977e6ae857384aa79bb31e7a1d62d63449ec5 + uses: github/codeql-action/init@bf8c75ee37169a266fa6b795e1fd1fd9b4a32110 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@592977e6ae857384aa79bb31e7a1d62d63449ec5 + uses: github/codeql-action/autobuild@bf8c75ee37169a266fa6b795e1fd1fd9b4a32110 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@592977e6ae857384aa79bb31e7a1d62d63449ec5 + uses: github/codeql-action/analyze@bf8c75ee37169a266fa6b795e1fd1fd9b4a32110