Skip to content

Commit d07df49

Browse files
--- 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 d07df49

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].6
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].6
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].6
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].6
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].6
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].6
6666
with:
6767
fetch-depth: 0
6868

0 commit comments

Comments
 (0)