diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 6cb2f486c..457e04973 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@b8e349d982262f889d44159209e582928c45bdbd + uses: github/codeql-action/init@3b54300140ae1157b94fa3393f16295f035d2eda with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b8e349d982262f889d44159209e582928c45bdbd + uses: github/codeql-action/analyze@3b54300140ae1157b94fa3393f16295f035d2eda diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 153ac3410..994fc0a68 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@b8e349d982262f889d44159209e582928c45bdbd + uses: github/codeql-action/init@3b54300140ae1157b94fa3393f16295f035d2eda with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@b8e349d982262f889d44159209e582928c45bdbd + uses: github/codeql-action/autobuild@3b54300140ae1157b94fa3393f16295f035d2eda - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b8e349d982262f889d44159209e582928c45bdbd + uses: github/codeql-action/analyze@3b54300140ae1157b94fa3393f16295f035d2eda