You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/09 16:35:43 UTC

[cxf] 03/04: Bump github/codeql-action from 2.2.2 to 2.2.3 (#1124)

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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 630c6a1ed2d56dba35687c1881954172f0a4a7d0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 9 07:34:49 2023 -0500

    Bump github/codeql-action from 2.2.2 to 2.2.3 (#1124)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.2 to 2.2.3.
    - [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/39d8d7e78f59cf6b40ac3b9fbebef0c753d7c9e5...8775e868027fa230df8586bdf502bbd9b618a477)
    
    ---
    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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 46791ebcba..0570bc11d8 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -7,10 +7,10 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [master]
+    branches: [3.4.x-fixes]
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [master]
+    branches: [3.4.x-fixes]
   #schedule:
     #- cron: '0 18 * * 5'
 
@@ -49,7 +49,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v1
+      uses: github/codeql-action/init@8775e868027fa230df8586bdf502bbd9b618a477 # v2.2.3
       with:
         languages: ${{ matrix.language }}
         #config-file: ./.github/codeql/codeql-cxf-config.yml
@@ -77,4 +77,4 @@ jobs:
     #   make release
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v1
+      uses: github/codeql-action/analyze@8775e868027fa230df8586bdf502bbd9b618a477 # v2.2.3