diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index f41b552ed..c1bc5952b 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -29,7 +29,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@7710ed11e398ea99c7f7004c2b2e0f580458db42 + uses: github/codeql-action/init@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b with: languages: java @@ -55,4 +55,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7710ed11e398ea99c7f7004c2b2e0f580458db42 + uses: github/codeql-action/analyze@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index dee0bfa4f..2eb6ff0e9 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@7710ed11e398ea99c7f7004c2b2e0f580458db42 + uses: github/codeql-action/init@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@7710ed11e398ea99c7f7004c2b2e0f580458db42 + uses: github/codeql-action/autobuild@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7710ed11e398ea99c7f7004c2b2e0f580458db42 + uses: github/codeql-action/analyze@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b