diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 38dba4ca4..6de8b0cb2 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@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 + uses: github/codeql-action/init@f67c9cd326d8190e3faa895db1adefab9cc746a6 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 + uses: github/codeql-action/analyze@f67c9cd326d8190e3faa895db1adefab9cc746a6 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index fa91fc204..f20046a38 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@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 + uses: github/codeql-action/init@f67c9cd326d8190e3faa895db1adefab9cc746a6 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 + uses: github/codeql-action/autobuild@f67c9cd326d8190e3faa895db1adefab9cc746a6 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 + uses: github/codeql-action/analyze@f67c9cd326d8190e3faa895db1adefab9cc746a6