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/03/17 10:24:30 UTC

[commons-jci] 01/01: Merge pull request #27 from apache/dependabot/github_actions/actions/checkout-3.4.0

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

commit 8974e49d1ca48ab126a18684a4c9e522128c785e
Merge: 00f0a27 121e18c
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Mar 17 06:24:23 2023 -0400

    Merge pull request #27 from apache/dependabot/github_actions/actions/checkout-3.4.0
    
    Bump actions/checkout from 3.3.0 to 3.4.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 7aa37c1,9c86a81..a6e64c6
--- 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
+       uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
        with:
          persist-credentials: false
 -    - uses: actions/cache@v3.3.0
 +    - uses: actions/cache@v3.3.1
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --cc .github/workflows/coverage.yml
index b512996,890a1e4..c4e1900
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@@ -29,10 -29,10 +29,10 @@@ jobs
          java: [ 8 ]
  
      steps:
-     - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
+     - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
        with:
          persist-credentials: false
 -    - uses: actions/cache@v3.3.0
 +    - uses: actions/cache@v3.3.1
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --cc .github/workflows/maven.yml
index 0c32e53,c44cae8..7016af6
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -34,10 -34,10 +34,10 @@@ jobs
  #            experimental: true
          
      steps:
-     - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
+     - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
        with:
          persist-credentials: false
 -    - uses: actions/cache@v3.3.0
 +    - uses: actions/cache@v3.3.1
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}