diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 5ca6f1fc..74336f3f 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@f31a31c052207cc13b328d6295c5b728bb49568c + uses: github/codeql-action/init@8ca5570701137b67af3d8ae3d6452f4cee6579da with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f31a31c052207cc13b328d6295c5b728bb49568c + uses: github/codeql-action/analyze@8ca5570701137b67af3d8ae3d6452f4cee6579da diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index b5b81b7a..a5c98eba 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@f31a31c052207cc13b328d6295c5b728bb49568c + uses: github/codeql-action/init@8ca5570701137b67af3d8ae3d6452f4cee6579da with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@f31a31c052207cc13b328d6295c5b728bb49568c + uses: github/codeql-action/autobuild@8ca5570701137b67af3d8ae3d6452f4cee6579da - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f31a31c052207cc13b328d6295c5b728bb49568c + uses: github/codeql-action/analyze@8ca5570701137b67af3d8ae3d6452f4cee6579da