From 3837b143ca99f914feca610ca9e402303651b279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 13:03:49 +0000 Subject: [PATCH] Bump the actions-dependencies group across 1 directory with 3 updates Bumps the actions-dependencies group with 3 updates in the / directory: [actions/cache](https://github.com/actions/cache), [actions/setup-java](https://github.com/actions/setup-java) and [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata). Updates `actions/cache` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.2.0...v4.2.2) Updates `actions/setup-java` from 4.6.0 to 4.7.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v4.6.0...v4.7.0) Updates `dependabot/fetch-metadata` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/angular.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/gradle.yml | 2 +- .github/workflows/main.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index 0adaf76a..b421d277 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache node modules - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 68c1ad55..322f66e0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Java JDK - uses: actions/setup-java@v4.6.0 + uses: actions/setup-java@v4.7.0 with: # The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file java-version: '17' diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index de0e72bc..51e26200 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v4.6.0 + uses: actions/setup-java@v4.7.0 with: java-version: '17' distribution: 'temurin' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2d46bafc..dbf9296f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v2.2.0 + uses: dependabot/fetch-metadata@v2.3.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Approve a PR