diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index a95814a9b..b22d3c2a5 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@c6dcdfa33a7454bb54083cae422eb0d285ad74bc + uses: github/codeql-action/init@eef4c44f6bb262e0bbf01432030812aaaabdebf3 with: languages: java @@ -55,4 +55,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c6dcdfa33a7454bb54083cae422eb0d285ad74bc + uses: github/codeql-action/analyze@eef4c44f6bb262e0bbf01432030812aaaabdebf3 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 9733bb3ce..07868de79 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@c6dcdfa33a7454bb54083cae422eb0d285ad74bc + uses: github/codeql-action/init@eef4c44f6bb262e0bbf01432030812aaaabdebf3 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@c6dcdfa33a7454bb54083cae422eb0d285ad74bc + uses: github/codeql-action/autobuild@eef4c44f6bb262e0bbf01432030812aaaabdebf3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c6dcdfa33a7454bb54083cae422eb0d285ad74bc + uses: github/codeql-action/analyze@eef4c44f6bb262e0bbf01432030812aaaabdebf3