diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index ecb7734d..cf180aab 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@2073a69919977be51a0976c35c2207204b47bd7f + uses: github/codeql-action/init@32be38eeffb2f4ae668081106bdd999e1f786b3d with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@2073a69919977be51a0976c35c2207204b47bd7f + uses: github/codeql-action/analyze@32be38eeffb2f4ae668081106bdd999e1f786b3d diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 37c311b9..6b9a1eab 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@2073a69919977be51a0976c35c2207204b47bd7f + uses: github/codeql-action/init@32be38eeffb2f4ae668081106bdd999e1f786b3d with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@2073a69919977be51a0976c35c2207204b47bd7f + uses: github/codeql-action/autobuild@32be38eeffb2f4ae668081106bdd999e1f786b3d - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@2073a69919977be51a0976c35c2207204b47bd7f + uses: github/codeql-action/analyze@32be38eeffb2f4ae668081106bdd999e1f786b3d