diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 2ce9d5cd2..08b02558d 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@9c15e42f1946cfbe111f73c5ef018c6edc22f693 + uses: github/codeql-action/init@8f1a6fed33af5212fab8a999d004627ae8901d1b with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9c15e42f1946cfbe111f73c5ef018c6edc22f693 + uses: github/codeql-action/analyze@8f1a6fed33af5212fab8a999d004627ae8901d1b diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 2816e3011..a04cf33f1 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@9c15e42f1946cfbe111f73c5ef018c6edc22f693 + uses: github/codeql-action/init@8f1a6fed33af5212fab8a999d004627ae8901d1b with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@9c15e42f1946cfbe111f73c5ef018c6edc22f693 + uses: github/codeql-action/autobuild@8f1a6fed33af5212fab8a999d004627ae8901d1b - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9c15e42f1946cfbe111f73c5ef018c6edc22f693 + uses: github/codeql-action/analyze@8f1a6fed33af5212fab8a999d004627ae8901d1b