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 12:01:25 UTC

[commons-bsf] branch master updated (eee4ec9 -> 9a57c4b)

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


    from eee4ec9  Merge pull request #87 from apache/dependabot/github_actions/actions/cache-3.3.1
     add 34d95dc  Bump actions/checkout from 3.3.0 to 3.4.0
     new 9a57c4b  Merge pull request #86 from apache/dependabot/github_actions/actions/checkout-3.4.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/maven.yml               | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


[commons-bsf] 01/01: Merge pull request #86 from apache/dependabot/github_actions/actions/checkout-3.4.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-bsf.git

commit 9a57c4b023f0dd2f71a9444ea1acffc3d1508246
Merge: eee4ec9 34d95dc
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Mar 17 08:01:18 2023 -0400

    Merge pull request #86 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/maven.yml               | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --cc .github/workflows/codeql-analysis.yml
index e755e98,699e1ac..98dcaee
--- 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@v3.3.0
+       uses: actions/checkout@v3.4.0
        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 f3eeaeb,7c04df0..6bfb771
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -34,10 -34,10 +34,10 @@@ jobs
  #            experimental: true        
          
      steps:
-     - uses: actions/checkout@v3.3.0
+     - uses: actions/checkout@v3.4.0
        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') }}