You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2023/01/30 06:10:51 UTC

[santuario-xml-security-java] branch main updated: Bump github/codeql-action from 2.2.0 to 2.2.1 (#116)

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

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 7e2c7d85 Bump github/codeql-action from 2.2.0 to 2.2.1 (#116)
7e2c7d85 is described below

commit 7e2c7d85a029eb1968be83bb8e4d2c627393a827
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 30 06:10:45 2023 +0000

    Bump github/codeql-action from 2.2.0 to 2.2.1 (#116)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.0 to 2.2.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/436dbd9100756e97f42f45da571adeebf8270723...3ebbd71c74ef574dbc558c82f70e52732c8b44fe)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 4 ++--
 .github/workflows/scorecards.yml      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 2cbaf32b..cc50cb9e 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@436dbd9100756e97f42f45da571adeebf8270723
+      uses: github/codeql-action/init@3ebbd71c74ef574dbc558c82f70e52732c8b44fe
       with:
         languages: ${{ matrix.language }}
         # If you wish to specify custom queries, you can do so here or in a config file.
@@ -86,5 +86,5 @@ jobs:
     #   make release
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@436dbd9100756e97f42f45da571adeebf8270723
+      uses: github/codeql-action/analyze@3ebbd71c74ef574dbc558c82f70e52732c8b44fe
 
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index 8d6d9e61..b9ef43d4 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -57,6 +57,6 @@ jobs:
       
       # Upload the results to GitHub's code scanning dashboard.
       - name: "Upload to code-scanning"
-        uses: github/codeql-action/upload-sarif@436dbd9100756e97f42f45da571adeebf8270723 #tag=v2
+        uses: github/codeql-action/upload-sarif@3ebbd71c74ef574dbc558c82f70e52732c8b44fe #tag=v2
         with:
           sarif_file: results.sarif