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/09/08 23:34:09 UTC

[commons-validator] branch master updated (55cb2194 -> 85f9fa15)

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

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


    from 55cb2194 Merge pull request #152 from apache/dependabot/github_actions/actions/upload-artifact-3.1.3
     add e0a8f383 Bump actions/checkout from 3.6.0 to 4.0.0
     new 85f9fa15 Merge pull request #151 from apache/dependabot/github_actions/actions/checkout-4.0.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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(-)


[commons-validator] 01/01: Merge pull request #151 from apache/dependabot/github_actions/actions/checkout-4.0.0

Posted by gg...@apache.org.
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-validator.git

commit 85f9fa1501b2302f761f2649664ae0425d73d165
Merge: 55cb2194 e0a8f383
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Sep 8 19:34:04 2023 -0400

    Merge pull request #151 from apache/dependabot/github_actions/actions/checkout-4.0.0
    
    Bump actions/checkout from 3.6.0 to 4.0.0

 .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 --cc .github/workflows/codeql-analysis.yml
index 6c3a7c3c,1336bc0c..1cd0e96b
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@@ -45,10 -45,10 +45,10 @@@ jobs
  
      steps:
      - name: Checkout repository
-       uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+       uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
        with:
          persist-credentials: false
 -    - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
 +    - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --cc .github/workflows/coverage.yml
index 9f9243c0,2efde3cf..a30b3529
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@@ -29,10 -29,10 +29,10 @@@ jobs
          java: [ 8 ]
  
      steps:
-     - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+     - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
        with:
          persist-credentials: false
 -    - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
 +    - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --cc .github/workflows/maven.yml
index 47dec679,064b1cd4..ec094373
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -34,10 -34,10 +34,10 @@@ jobs
  #            experimental: true        
          
      steps:
-     - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+     - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
        with:
          persist-credentials: false
 -    - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
 +    - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}