From c6e620ffb42298d3370ae8ed7bacfad5f3f4bf8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 00:13:58 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [dorny/paths-filter](https://github.com/dorny/paths-filter), [actions/setup-java](https://github.com/actions/setup-java) and [sethvargo/ratchet](https://github.com/sethvargo/ratchet). Updates `dorny/paths-filter` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/fbd0ab8f3e69293af611ebaee6363fc25e6d187d...7b450fff21473bca461d4b92ce414b9d0420d706) Updates `actions/setup-java` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/1bcf9fb12cf4aa7d266a90ae39939e61372fe520...0f481fcb613427c0f801b606911222b5b6f3083a) Updates `sethvargo/ratchet` from c7c58082b6096c976e42dfcc1ddab83f97d61c28 to 15bde13e63a9fe94f9abe1c2de94b7efe95da311 - [Release notes](https://github.com/sethvargo/ratchet/releases) - [Commits](https://github.com/sethvargo/ratchet/compare/c7c58082b6096c976e42dfcc1ddab83f97d61c28...15bde13e63a9fe94f9abe1c2de94b7efe95da311) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-java dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: sethvargo/ratchet dependency-version: 15bde13e63a9fe94f9abe1c2de94b7efe95da311 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/generate_release_rcs.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/oss-licenses.yml | 12 ++++++------ .github/workflows/services_and_version_matcher.yml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4744a96e..40515d82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # ratchet:actions/checkout@v7.0.0 with: persist-credentials: false - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # ratchet:dorny/paths-filter@v4.0.1 + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # ratchet:dorny/paths-filter@v4.0.2 id: filter with: filters: | diff --git a/.github/workflows/generate_release_rcs.yml b/.github/workflows/generate_release_rcs.yml index 0924836e..09b28148 100644 --- a/.github/workflows/generate_release_rcs.yml +++ b/.github/workflows/generate_release_rcs.yml @@ -42,7 +42,7 @@ jobs: with: persist-credentials: false - name: Set up JDK 17 - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0 + uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0 with: java-version: '17' distribution: 'temurin' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 84e31044..9fd6aa44 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,6 +19,6 @@ jobs: - name: Lint GitHub Actions uses: abcxyz/actions/.github/actions/lint-github-actions@3894a8d6a18b9aa159fe9092501d523d97f07110 # ratchet:abcxyz/actions/.github/actions/lint-github-actions@main - name: Ratchet Check - uses: sethvargo/ratchet@c7c58082b6096c976e42dfcc1ddab83f97d61c28 # ratchet:sethvargo/ratchet@main + uses: sethvargo/ratchet@15bde13e63a9fe94f9abe1c2de94b7efe95da311 # ratchet:sethvargo/ratchet@main with: files: .github/workflows/*.yml diff --git a/.github/workflows/oss-licenses.yml b/.github/workflows/oss-licenses.yml index 8dc529f8..1ac5b92d 100644 --- a/.github/workflows/oss-licenses.yml +++ b/.github/workflows/oss-licenses.yml @@ -17,13 +17,13 @@ jobs: persist-credentials: false - name: Set up JDK 17 - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # ratchet:actions/setup-java@v5.4.0 + uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # ratchet:actions/setup-java@v5.5.0 with: java-version: '17' distribution: 'temurin' - name: Set up JDK 21 - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # ratchet:actions/setup-java@v5.4.0 + uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # ratchet:actions/setup-java@v5.5.0 with: java-version: '21' distribution: 'temurin' @@ -73,13 +73,13 @@ jobs: # We need both JDK 17 (to build the plugin) and JDK 21 (to run the newer AGP versions). - name: Set up JDK 17 - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # ratchet:actions/setup-java@v5.4.0 + uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # ratchet:actions/setup-java@v5.5.0 with: java-version: '17' distribution: 'temurin' - name: Set up JDK 21 - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # ratchet:actions/setup-java@v5.4.0 + uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # ratchet:actions/setup-java@v5.5.0 with: java-version: '21' distribution: 'temurin' @@ -120,13 +120,13 @@ jobs: path: oss-licenses-plugin/build/repo/ - name: Set up JDK 17 - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # ratchet:actions/setup-java@v5.4.0 + uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # ratchet:actions/setup-java@v5.5.0 with: java-version: '17' distribution: 'temurin' - name: Set up JDK 21 - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # ratchet:actions/setup-java@v5.4.0 + uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # ratchet:actions/setup-java@v5.5.0 with: java-version: '21' distribution: 'temurin' diff --git a/.github/workflows/services_and_version_matcher.yml b/.github/workflows/services_and_version_matcher.yml index 6f51efad..76e71cf1 100644 --- a/.github/workflows/services_and_version_matcher.yml +++ b/.github/workflows/services_and_version_matcher.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: false - name: Set up JDK 17 - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # ratchet:actions/setup-java@v5.4.0 + uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # ratchet:actions/setup-java@v5.5.0 with: java-version: '17' distribution: 'temurin' @@ -48,7 +48,7 @@ jobs: persist-credentials: false - name: Set up JDK 17 - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # ratchet:actions/setup-java@v5.4.0 + uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # ratchet:actions/setup-java@v5.5.0 with: java-version: '17' distribution: 'temurin'