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

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/main by this push:
     new c9918bf8b build(deps): bump github/codeql-action from 4.34.1 to 4.35.1 
(#1645)
c9918bf8b is described below

commit c9918bf8bb7324553bb547e59b576533cb2ab409
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 16:22:42 2026 +0200

    build(deps): bump github/codeql-action from 4.34.1 to 4.35.1 (#1645)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
4.34.1 to 4.35.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - 
[Commits](https://github.com/github/codeql-action/compare/v4.34.1...v4.35.1)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.35.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql.yml               | 6 +++---
 .github/workflows/scorecards-analysis.yaml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index ffa0fc77b..ee2013bba 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -52,12 +52,12 @@ jobs:
         java-version: 17
         cache: 'maven'
     - name: Initialize CodeQL
-      uses: github/codeql-action/[email protected]
+      uses: github/codeql-action/[email protected]
       with:
         languages: ${{ matrix.language }}
     - name: Autobuild
-      uses: github/codeql-action/[email protected]
+      uses: github/codeql-action/[email protected]
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/[email protected]
+      uses: github/codeql-action/[email protected]
       with:
         category: "/language:${{matrix.language}}"
diff --git a/.github/workflows/scorecards-analysis.yaml 
b/.github/workflows/scorecards-analysis.yaml
index 548402d50..29341b1b5 100644
--- a/.github/workflows/scorecards-analysis.yaml
+++ b/.github/workflows/scorecards-analysis.yaml
@@ -65,6 +65,6 @@ jobs:
           retention-days: 5
 
       - name: "Upload to code-scanning"
-        uses: 
github/codeql-action/upload-sarif@eedab83377f873ae39009d167a89b7a5aab4638b    # 
2.22.11
+        uses: 
github/codeql-action/upload-sarif@c618c9bddbf8ce520050acf14e9bb6c220e22931    # 
2.22.11
         with:
           sarif_file: results.sarif

Reply via email to