Skip to content

Commit 9c97207

Browse files
build(deps): bump gradle/actions from 4 to 5
Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 5. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v4...v5) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0dc0564 commit 9c97207

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
distribution: "temurin"
8383
java-version-file: ".tool-versions"
8484
- name: "Generate and submit dependency graph"
85-
uses: gradle/actions/dependency-submission@v4
85+
uses: gradle/actions/dependency-submission@v5
8686
with:
8787
cache-read-only: true
8888
dependency-graph: "generate-and-submit"

.github/workflows/periodic-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: "Checkout sources"
3131
uses: actions/checkout@v5
3232
- name: "Validate Gradle Wrapper"
33-
uses: gradle/actions/wrapper-validation@v4
33+
uses: gradle/actions/wrapper-validation@v5
3434
- name: "Validate Codecov configuration"
3535
shell: bash
3636
run: |

0 commit comments

Comments
 (0)