Skip to content

Commit 24c9ddd

Browse files
chore(deps): Bump actions/checkout from 4.2.1 to 4.2.2 (#996)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JeffreyDallas <[email protected]>
1 parent 189ebb1 commit 24c9ddd

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/flow-deploy-release-artifact.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
egress-policy: audit
6868

6969
- name: Checkout Code
70-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
70+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7171
with:
7272
fetch-depth: 0
7373

@@ -133,7 +133,7 @@ jobs:
133133
egress-policy: audit
134134

135135
- name: Checkout Code
136-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
136+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
137137
with:
138138
token: ${{ secrets.GH_ACCESS_TOKEN }}
139139
fetch-depth: 0

.github/workflows/zxc-code-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
egress-policy: audit
109109

110110
- name: Checkout Code
111-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
111+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
112112
with:
113113
ref: ${{ github.event.workflow_run.head_branch }}
114114
fetch-depth: ${{ inputs.enable-sonar-analysis && '0' || '' }}

.github/workflows/zxc-compile-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
egress-policy: audit
9494

9595
- name: Checkout Code
96-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
96+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9797
with:
9898
# the fetch depth defaults to only the commit that triggered the workflow unless the spotless check was enabled
9999
fetch-depth: ${{ inputs.enable-spotless-check && '0' || '' }}

.github/workflows/zxc-release-maven-central.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
egress-policy: audit
101101

102102
- name: Checkout Code
103-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
103+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104104
with:
105105
fetch-depth: 0
106106

.github/workflows/zxf-snyk-monitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
egress-policy: audit
4444

4545
- name: Checkout
46-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
46+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4747

4848
- name: Setup Java
4949
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0

0 commit comments

Comments
 (0)