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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e01e88a Bump actions/checkout from 3.5.2 to 3.5.3 (#224)
4e01e88a is described below

commit 4e01e88a816860ebee64f4625bfacd21fbbe96fa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 16 10:26:01 2023 -0400

    Bump actions/checkout from 3.5.2 to 3.5.3 (#224)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 
3.5.3.
    - [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/v3.5.2...v3.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml     | 2 +-
 .github/workflows/coverage.yml            | 2 +-
 .github/workflows/maven.yml               | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 2e4cbace..bf326fbf 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -45,7 +45,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/[email protected]
+      uses: actions/[email protected]
       with:
         persist-credentials: false
     - uses: actions/[email protected]
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index ce7402a8..7f1f8611 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
         java: [ 8 ]
 
     steps:
-    - uses: actions/[email protected]
+    - uses: actions/[email protected]
       with:
         persist-credentials: false
     - uses: actions/[email protected]
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 46385c26..18590953 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,7 +34,7 @@ jobs:
 #            experimental: true
         
     steps:
-    - uses: actions/[email protected]
+    - uses: actions/[email protected]
       with:
         persist-credentials: false
     - uses: actions/[email protected]
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 3e68a136..23c29372 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -40,7 +40,7 @@ jobs:
     steps:
 
       - name: "Checkout code"
-        uses: actions/[email protected]   # 3.1.0
+        uses: actions/[email protected]   # 3.1.0
         with:
           persist-credentials: false
 

Reply via email to