diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 352aca47..f3a625b1 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@fb65b6ce7884900fde5b15518bec92ad6875180e + uses: github/codeql-action/init@e83e0a4f58f2ca25f7dd222e8689519a74bf26fc with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@fb65b6ce7884900fde5b15518bec92ad6875180e + uses: github/codeql-action/analyze@e83e0a4f58f2ca25f7dd222e8689519a74bf26fc diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 24f3104b..40b0511a 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@fb65b6ce7884900fde5b15518bec92ad6875180e + uses: github/codeql-action/init@e83e0a4f58f2ca25f7dd222e8689519a74bf26fc with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@fb65b6ce7884900fde5b15518bec92ad6875180e + uses: github/codeql-action/autobuild@e83e0a4f58f2ca25f7dd222e8689519a74bf26fc - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@fb65b6ce7884900fde5b15518bec92ad6875180e + uses: github/codeql-action/analyze@e83e0a4f58f2ca25f7dd222e8689519a74bf26fc