diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index cb8c03223..69e1e4420 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@905ae4af531685eaee37e94f46845bf4c420dc62 + uses: github/codeql-action/init@25d334f18880e33dc44e3b13002eb3ac8dc07a8a with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@905ae4af531685eaee37e94f46845bf4c420dc62 + uses: github/codeql-action/analyze@25d334f18880e33dc44e3b13002eb3ac8dc07a8a diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index f0027b630..00a9fef43 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@905ae4af531685eaee37e94f46845bf4c420dc62 + uses: github/codeql-action/init@25d334f18880e33dc44e3b13002eb3ac8dc07a8a with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@905ae4af531685eaee37e94f46845bf4c420dc62 + uses: github/codeql-action/autobuild@25d334f18880e33dc44e3b13002eb3ac8dc07a8a - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@905ae4af531685eaee37e94f46845bf4c420dc62 + uses: github/codeql-action/analyze@25d334f18880e33dc44e3b13002eb3ac8dc07a8a