diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index d0d3cb7cb..96e800bec 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@3407610120cd5656b6fc71991415cb50748b9489 + uses: github/codeql-action/init@fb65b6ce7884900fde5b15518bec92ad6875180e with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@3407610120cd5656b6fc71991415cb50748b9489 + uses: github/codeql-action/analyze@fb65b6ce7884900fde5b15518bec92ad6875180e diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 41ecc36d9..24f3104b0 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@3407610120cd5656b6fc71991415cb50748b9489 + uses: github/codeql-action/init@fb65b6ce7884900fde5b15518bec92ad6875180e with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@3407610120cd5656b6fc71991415cb50748b9489 + uses: github/codeql-action/autobuild@fb65b6ce7884900fde5b15518bec92ad6875180e - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@3407610120cd5656b6fc71991415cb50748b9489 + uses: github/codeql-action/analyze@fb65b6ce7884900fde5b15518bec92ad6875180e