diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 97fa5739f..252b06872 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -32,7 +32,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@17783bfb99b07f70fae080b654aed0c514057477 + uses: github/codeql-action/init@ee753b4724a8022c6235aff6a88efbfd82155923 with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@17783bfb99b07f70fae080b654aed0c514057477 + uses: github/codeql-action/analyze@ee753b4724a8022c6235aff6a88efbfd82155923 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 7d6aef28d..1c824ce05 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@17783bfb99b07f70fae080b654aed0c514057477 + uses: github/codeql-action/init@ee753b4724a8022c6235aff6a88efbfd82155923 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@17783bfb99b07f70fae080b654aed0c514057477 + uses: github/codeql-action/autobuild@ee753b4724a8022c6235aff6a88efbfd82155923 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@17783bfb99b07f70fae080b654aed0c514057477 + uses: github/codeql-action/analyze@ee753b4724a8022c6235aff6a88efbfd82155923