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

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

commit 3f2b070b70057b34a9287204a61bbc15ca57e764
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 30 11:17:33 2024 -0400

    Bump actions/checkout from 4.1.7 to 4.2.0 (#2085)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 
4.2.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      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>
    (cherry picked from commit 5d6c774aedf746bdc3f59250d7f433c377fb233f)
    
    # Conflicts:
    #       .github/workflows/scorecards.yml
    (cherry picked from commit 43d0df8ecffa688d6a2d39e0843080f5ef5b1371)
    
    # Conflicts:
    #       .github/workflows/codeql-analysis.yml
    #       .github/workflows/pull-request-build.yml
---
 .github/workflows/codeql-analysis.yml    | 2 +-
 .github/workflows/pull-request-build.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index cac978bb5b..2605878102 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -37,7 +37,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+      uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
       with:
         # We must fetch at least the immediate parents so that if this is
         # a pull request then we can checkout the head.
diff --git a/.github/workflows/pull-request-build.yml 
b/.github/workflows/pull-request-build.yml
index 4f3afa86eb..64e90cc39b 100644
--- a/.github/workflows/pull-request-build.yml
+++ b/.github/workflows/pull-request-build.yml
@@ -18,7 +18,7 @@ jobs:
       pull-requests: read
     timeout-minutes: 130
     steps:
-      - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 
v4.1.7
+      - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # 
v4.2.0
       - name: Set up JDK 11
         uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # 
v4.3.0
         with:

Reply via email to