-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump gradle/actions from 4.2.1 to 4.2.2
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
dc61b1e
commit a144f69
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,10 +59,10 @@ jobs: | |
next-version-increment-minor: true | ||
|
||
- name: Validate Gradle | ||
uses: gradle/actions/[email protected].1 | ||
uses: gradle/actions/[email protected].2 | ||
|
||
- name: Setup Gradle | ||
uses: gradle/actions/[email protected].1 | ||
uses: gradle/actions/[email protected].2 | ||
|
||
- name: Git init | ||
run: git config --global user.email "[email protected]" && git config --global user.name "CICD" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: gradle/actions/[email protected].1 | ||
- uses: gradle/actions/[email protected].2 | ||
|
||
build: | ||
runs-on: ubuntu-latest | ||
|
@@ -40,7 +40,7 @@ jobs: | |
java-version: '21' | ||
distribution: 'temurin' | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 | ||
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 | ||
- name: Build with Gradle Wrapper | ||
run: ./gradlew build | ||
|
||
|
@@ -58,4 +58,4 @@ jobs: | |
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies. | ||
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md | ||
- name: Generate and submit dependency graph | ||
uses: gradle/actions/dependency-submission@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 | ||
uses: gradle/actions/dependency-submission@0bdd871935719febd78681f197cd39af5b6e16a6 |