This is an automated email from the ASF dual-hosted git repository.

Aman-Mittal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-loan-origination.git

commit a93502b10b67fdce02268c1e5cd6cb314861d39c
Merge: 77bf6b6 b74b490
Author: Aman-Mittal <[email protected]>
AuthorDate: Tue Jun 2 20:20:26 2026 +0530

    Merge pull request #7 from 
apache/dependabot/github_actions/github/codeql-action-4.36.0
    
    Bump github/codeql-action from 3.28.10 to 4.36.0

 .github/workflows/codeql.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --cc .github/workflows/codeql.yml
index f63620f,3d4fa60..37abe25
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@@ -55,16 -56,8 +55,16 @@@ jobs
        - name: Checkout repository
          uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
  
 +      - name: Set up Java 21
 +        if: matrix.language == 'java'
 +        uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00  # 
v4.7.1
 +        with:
 +          java-version: '21'
 +          distribution: 'temurin'
 +          cache: maven
 +
        - name: Initialize CodeQL
-         uses: 
github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+         uses: 
github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
          with:
            languages: ${{ matrix.language }}
            build-mode: ${{ matrix.build-mode }}
@@@ -81,7 -74,10 +81,7 @@@
            exit 1
  
        - name: Perform CodeQL Analysis
-         uses: 
github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+         uses: 
github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
          with:
            category: '/language:${{matrix.language}}'
 -          # Minimize API usage: only upload SARIF for PRs or the main branch.
 -          # Analysis still runs on other branches to catch syntax errors.
 -          upload: ${{ github.event_name == 'pull_request' || github.ref == 
'refs/heads/main' }}
 -
 +          upload: ${{ github.event_name == 'pull_request' || github.ref == 
'refs/heads/main' }}

Reply via email to