Skip to content

Commit 35dca70

Browse files
Bump actions/checkout from 4.1.1 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e632e3b commit 35dca70

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/[email protected].1
43+
uses: actions/[email protected].4
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL

.github/workflows/dependency-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: 'Checkout Repository'
22-
uses: actions/[email protected].1
22+
uses: actions/[email protected].4
2323
- name: 'Dependency Review'
2424
uses: actions/[email protected]

.github/workflows/enforce-spotless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Steps represent a sequence of tasks that will be executed as part of the job
2323
steps:
2424
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25-
- uses: actions/[email protected].1
25+
- uses: actions/[email protected].4
2626
with:
2727
fetch-depth: 0
2828

.github/workflows/gradle-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
name: "Validation"
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/[email protected].1
9+
- uses: actions/[email protected].4
1010
- uses: gradle/[email protected]

.github/workflows/gradle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/[email protected].1
29+
uses: actions/[email protected].4
3030
with:
3131
fetch-depth: 0
3232
- name: Set up JDK 17
@@ -62,7 +62,7 @@ jobs:
6262
needs: build
6363
steps:
6464
- name: Checkout
65-
uses: actions/[email protected].1
65+
uses: actions/[email protected].4
6666
with:
6767
fetch-depth: 0
6868

0 commit comments

Comments
 (0)