diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 7f1f7bf26..b17a93121 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@3675be0110bc35cc6e05c280a95f1b920990ed68 + uses: github/codeql-action/init@382a50a0284c0de445104889a9d6003acb4b3c1d with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@3675be0110bc35cc6e05c280a95f1b920990ed68 + uses: github/codeql-action/analyze@382a50a0284c0de445104889a9d6003acb4b3c1d diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 68d498b43..82ead37a4 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@3675be0110bc35cc6e05c280a95f1b920990ed68 + uses: github/codeql-action/init@382a50a0284c0de445104889a9d6003acb4b3c1d with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@3675be0110bc35cc6e05c280a95f1b920990ed68 + uses: github/codeql-action/autobuild@382a50a0284c0de445104889a9d6003acb4b3c1d - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@3675be0110bc35cc6e05c280a95f1b920990ed68 + uses: github/codeql-action/analyze@382a50a0284c0de445104889a9d6003acb4b3c1d