You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/16 12:32:12 UTC

[commons-crypto] branch master updated: Bump actions/checkout from 3.5.2 to 3.5.3 (#226)

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-crypto.git


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

commit 9d9844e43ef3b576839f1c184091192cf3753bcf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 16 08:32:07 2023 -0400

    Bump actions/checkout from 3.5.2 to 3.5.3 (#226)
    
    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] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@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 c5f285f..eab750f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -52,7 +52,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v3.5.2
+      uses: actions/checkout@v3.5.3
       with:
         persist-credentials: false
     - uses: actions/cache@v3.3.1
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 17b687d..52e8f9e 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -37,7 +37,7 @@ jobs:
         java: [ 8 ]
 
     steps:
-    - uses: actions/checkout@v3.5.2
+    - uses: actions/checkout@v3.5.3
       with:
         persist-credentials: false
     - uses: actions/cache@v3.3.1
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index cbf48ca..ab15256 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -52,7 +52,7 @@ jobs:
       fail-fast: false
         
     steps:
-    - uses: actions/checkout@v3.5.2
+    - uses: actions/checkout@v3.5.3
       with:
         persist-credentials: false
     - uses: actions/cache@v3.3.1
diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml
index 45311d3..5331925 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -40,7 +40,7 @@ jobs:
     steps:
 
       - name: "Checkout code"
-        uses: actions/checkout@v3.5.2   # 3.1.0
+        uses: actions/checkout@v3.5.3   # 3.1.0
         with:
           persist-credentials: false