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 2022/11/18 15:02:02 UTC

[commons-rdf] branch master updated (5b194d81 -> 0f0c83de)

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


    from 5b194d81 Merge pull request #97 from apache/dependabot/github_actions/actions/cache-3.0.11
     add cfd2d1c8 Bump actions/checkout from 3.0.2 to 3.1.0
     new 0f0c83de Merge pull request #95 from apache/dependabot/github_actions/actions/checkout-3.1.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-rdf] 01/01: Merge pull request #95 from apache/dependabot/github_actions/actions/checkout-3.1.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-rdf.git

commit 0f0c83de19126cc0cce60c407757692567a1a9f3
Merge: 5b194d81 cfd2d1c8
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Nov 18 10:01:56 2022 -0500

    Merge pull request #95 from apache/dependabot/github_actions/actions/checkout-3.1.0
    
    Bump actions/checkout from 3.0.2 to 3.1.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 7677a545,20778341..6fc01127
--- 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.0.2
+       uses: actions/checkout@v3.1.0
        with:
          persist-credentials: false
 -    - uses: actions/cache@v3.0.8
 +    - uses: actions/cache@v3.0.11
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --cc .github/workflows/maven.yml
index a34badc0,94907323..e4fd628f
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -34,10 -34,10 +34,10 @@@ jobs
  #            experimental: true        
          
      steps:
-     - uses: actions/checkout@v3.0.2
+     - uses: actions/checkout@v3.1.0
        with:
          persist-credentials: false
 -    - uses: actions/cache@v3.0.8
 +    - uses: actions/cache@v3.0.11
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}