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 b9a1bdfab3af377c2c5d6889030648aba52ec9e9 Merge: 08bbc59 b2c512b Author: Gary Gregory <[email protected]> AuthorDate: Fri Sep 8 06:36:40 2023 -0400 Merge pull request #54 from apache/dependabot/github_actions/actions/cache-3.3.2 Bump actions/cache from 3.3.1 to 3.3.2 .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/maven.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --cc .github/workflows/codeql-analysis.yml index 8627341,558e279..9151430 --- 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 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 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 e23018b,6a89fcd..9779190 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@@ -29,10 -29,10 +29,10 @@@ jobs java: [ 8 ] steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 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 3c2040b,2f97aec..bcb07ec --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@@ -34,10 -34,10 +34,10 @@@ jobs # experimental: true steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 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') }}
