Skip to content

Commit 452651c

Browse files
dependabot[bot]sgammon
authored andcommitted
chore(deps): bump actions/checkout from 4.1.1 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@b4ffde6...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 310359e commit 452651c

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/module.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
disable-sudo: true
7777
egress-policy: audit
7878
- name: "Setup: Checkout"
79-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
79+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8080
with:
8181
fetch-depth: 0
8282
- name: "Setup: JDK ${{ inputs.java_version || vars.JVM_VERSION }}"

.github/workflows/module.codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
disable-sudo: true
3535
egress-policy: audit
3636
- name: "Setup: Checkout"
37-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
37+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3838
- name: "Setup: JDK ${{ inputs.java_version || vars.JVM_VERSION }}"
3939
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
4040
with:

.github/workflows/module.dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
egress-policy: audit
2424
- name: "Setup: Checkout Repository"
25-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2626
- name: "Checks: Dependency Review"
2727
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3

.github/workflows/module.detekt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
github.com:443
4040
objects.githubusercontent.com:443
4141
- name: "Setup: Checkout"
42-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
42+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4343
with:
4444
fetch-depth: 0
4545
- name: "Setup: JDK ${{ inputs.java_version || vars.JVM_VERSION }}"

.github/workflows/module.publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
egress-policy: audit
5959
- name: "Setup: Checkout"
60-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
60+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6161
with:
6262
fetch-depth: 0
6363
- name: "Setup: JDK ${{ inputs.java_version || vars.JVM_VERSION }}"
@@ -106,7 +106,7 @@ jobs:
106106
scans-in.gradle.com:443
107107
tuf-repo-cdn.sigstore.dev:443
108108
- name: "Setup: Checkout"
109-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
109+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
110110
with:
111111
fetch-depth: 0
112112
- name: "Setup: Signing Keys"
@@ -159,7 +159,7 @@ jobs:
159159
with:
160160
egress-policy: audit
161161
- name: "Setup: Checkout"
162-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
162+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
163163
with:
164164
fetch-depth: 0
165165
- name: "Setup: Signing Keys"

.github/workflows/module.scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
tuf-repo-cdn.sigstore.dev:443
4545
www.bestpractices.dev:443
4646
- name: "Setup: Checkout"
47-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
47+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4848
with:
4949
persist-credentials: false
5050
- name: "Checks: Scorecard"

0 commit comments

Comments
 (0)