diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index e565d68cb..bf945f833 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@de945755c9edd3a4e5d160a71f1482ece6a3c271 + uses: github/codeql-action/init@79e9a50e51439bd8fd234c77d9eb659839d10a61 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@de945755c9edd3a4e5d160a71f1482ece6a3c271 + uses: github/codeql-action/analyze@79e9a50e51439bd8fd234c77d9eb659839d10a61 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 2e8f35fc9..6c1308e9d 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@de945755c9edd3a4e5d160a71f1482ece6a3c271 + uses: github/codeql-action/init@79e9a50e51439bd8fd234c77d9eb659839d10a61 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@de945755c9edd3a4e5d160a71f1482ece6a3c271 + uses: github/codeql-action/autobuild@79e9a50e51439bd8fd234c77d9eb659839d10a61 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@de945755c9edd3a4e5d160a71f1482ece6a3c271 + uses: github/codeql-action/analyze@79e9a50e51439bd8fd234c77d9eb659839d10a61