diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index b8983a723..97fa5739f 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@6fd4ceb7bbb8ec2746fd4d3a64b77787dffd9afc + uses: github/codeql-action/init@17783bfb99b07f70fae080b654aed0c514057477 with: languages: java @@ -58,4 +58,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@6fd4ceb7bbb8ec2746fd4d3a64b77787dffd9afc + uses: github/codeql-action/analyze@17783bfb99b07f70fae080b654aed0c514057477 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index ee5826037..7d6aef28d 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@6fd4ceb7bbb8ec2746fd4d3a64b77787dffd9afc + uses: github/codeql-action/init@17783bfb99b07f70fae080b654aed0c514057477 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@6fd4ceb7bbb8ec2746fd4d3a64b77787dffd9afc + uses: github/codeql-action/autobuild@17783bfb99b07f70fae080b654aed0c514057477 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@6fd4ceb7bbb8ec2746fd4d3a64b77787dffd9afc + uses: github/codeql-action/analyze@17783bfb99b07f70fae080b654aed0c514057477