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 666c660f29de12cd7234d106722bafd1c1d929e1 Merge: 8dd3769d a5b09eeb Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Fri Sep 8 16:27:02 2023 -0400 Merge pull request #154 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/maven.yml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --cc .github/workflows/codeql-analysis.yml index 25d22ec5,47a1368a..1c4fab23 --- 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/maven.yml index 13d1b447,86be520f..0b323c13 --- 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') }}