diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index bac449562..3ceaf2040 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@7aee93297421a430700f5e81fe681dbc80a0b4f5 + uses: github/codeql-action/init@b13d724d35ff0a814e21683638ed68ed34cf53d1 with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7aee93297421a430700f5e81fe681dbc80a0b4f5 + uses: github/codeql-action/analyze@b13d724d35ff0a814e21683638ed68ed34cf53d1 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 77e927ba0..ab7a2665d 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@7aee93297421a430700f5e81fe681dbc80a0b4f5 + uses: github/codeql-action/init@b13d724d35ff0a814e21683638ed68ed34cf53d1 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@7aee93297421a430700f5e81fe681dbc80a0b4f5 + uses: github/codeql-action/autobuild@b13d724d35ff0a814e21683638ed68ed34cf53d1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7aee93297421a430700f5e81fe681dbc80a0b4f5 + uses: github/codeql-action/analyze@b13d724d35ff0a814e21683638ed68ed34cf53d1