diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 049fbe0e8..1f0781695 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@2b2cee52294c410df28cc7ba0beaf429d5b4e82c + uses: github/codeql-action/init@24b71bdbcc679a427e2e62208824ee8b23364747 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@2b2cee52294c410df28cc7ba0beaf429d5b4e82c + uses: github/codeql-action/analyze@24b71bdbcc679a427e2e62208824ee8b23364747 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index d6d18aa76..66577ad5d 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@2b2cee52294c410df28cc7ba0beaf429d5b4e82c + uses: github/codeql-action/init@24b71bdbcc679a427e2e62208824ee8b23364747 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@2b2cee52294c410df28cc7ba0beaf429d5b4e82c + uses: github/codeql-action/autobuild@24b71bdbcc679a427e2e62208824ee8b23364747 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@2b2cee52294c410df28cc7ba0beaf429d5b4e82c + uses: github/codeql-action/analyze@24b71bdbcc679a427e2e62208824ee8b23364747