diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 7916e1ef..e55080da 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@b91f43b4e4187262226c0523fe759b127320f62a + uses: github/codeql-action/init@3aa71356c75a8edd8430d54dff2982203a28be45 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b91f43b4e4187262226c0523fe759b127320f62a + uses: github/codeql-action/analyze@3aa71356c75a8edd8430d54dff2982203a28be45 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 231ed66d..872a8f84 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@b91f43b4e4187262226c0523fe759b127320f62a + uses: github/codeql-action/init@3aa71356c75a8edd8430d54dff2982203a28be45 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@b91f43b4e4187262226c0523fe759b127320f62a + uses: github/codeql-action/autobuild@3aa71356c75a8edd8430d54dff2982203a28be45 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b91f43b4e4187262226c0523fe759b127320f62a + uses: github/codeql-action/analyze@3aa71356c75a8edd8430d54dff2982203a28be45