diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index fd19c5771..35548855b 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@fe23b5a3e1de4ae7f64965059233ee74e959035e + uses: github/codeql-action/init@b995212303c9b90cac695cf6c0b558f54fb613f6 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@fe23b5a3e1de4ae7f64965059233ee74e959035e + uses: github/codeql-action/analyze@b995212303c9b90cac695cf6c0b558f54fb613f6 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index f5cec32ab..eba176506 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@fe23b5a3e1de4ae7f64965059233ee74e959035e + uses: github/codeql-action/init@b995212303c9b90cac695cf6c0b558f54fb613f6 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@fe23b5a3e1de4ae7f64965059233ee74e959035e + uses: github/codeql-action/autobuild@b995212303c9b90cac695cf6c0b558f54fb613f6 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@fe23b5a3e1de4ae7f64965059233ee74e959035e + uses: github/codeql-action/analyze@b995212303c9b90cac695cf6c0b558f54fb613f6