diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 3c3ae95f0..9a9a97d19 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@7b6664fa89524ee6e3c3e9749402d5afd69b3cd8 + uses: github/codeql-action/init@57a11be8e4a40671215b59c4a6c5f7f82df48934 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7b6664fa89524ee6e3c3e9749402d5afd69b3cd8 + uses: github/codeql-action/analyze@57a11be8e4a40671215b59c4a6c5f7f82df48934 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 114343a67..73efbb790 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@7b6664fa89524ee6e3c3e9749402d5afd69b3cd8 + uses: github/codeql-action/init@57a11be8e4a40671215b59c4a6c5f7f82df48934 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@7b6664fa89524ee6e3c3e9749402d5afd69b3cd8 + uses: github/codeql-action/autobuild@57a11be8e4a40671215b59c4a6c5f7f82df48934 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7b6664fa89524ee6e3c3e9749402d5afd69b3cd8 + uses: github/codeql-action/analyze@57a11be8e4a40671215b59c4a6c5f7f82df48934