diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 57861bad1..02483037f 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@82edfe29cebc1a8481d9331c337bcd1e22b9de91 + uses: github/codeql-action/init@f45390cde1f1ce2bb4bbf6abf923ec4a4402bf0d with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@82edfe29cebc1a8481d9331c337bcd1e22b9de91 + uses: github/codeql-action/analyze@f45390cde1f1ce2bb4bbf6abf923ec4a4402bf0d diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 3be11f640..6ec541042 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@82edfe29cebc1a8481d9331c337bcd1e22b9de91 + uses: github/codeql-action/init@f45390cde1f1ce2bb4bbf6abf923ec4a4402bf0d with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@82edfe29cebc1a8481d9331c337bcd1e22b9de91 + uses: github/codeql-action/autobuild@f45390cde1f1ce2bb4bbf6abf923ec4a4402bf0d - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@82edfe29cebc1a8481d9331c337bcd1e22b9de91 + uses: github/codeql-action/analyze@f45390cde1f1ce2bb4bbf6abf923ec4a4402bf0d