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