Skip to content

Commit 3989abb

Browse files
chore(deps): Bump actions/checkout from 4.1.6 to 4.1.7 (#887)
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 ef02c32 commit 3989abb

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
version: ${{ steps.tag.outputs.version }}
6363
steps:
6464
- name: Checkout Code
65-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
65+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6666
with:
6767
fetch-depth: 0
6868

@@ -122,7 +122,7 @@ jobs:
122122
- prepare-release
123123
steps:
124124
- name: Checkout repository
125-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
125+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
126126

127127
- name: Login to GitHub Container Registry
128128
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
@@ -176,7 +176,7 @@ jobs:
176176
- prepare-release
177177
steps:
178178
- name: Checkout repository
179-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
179+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
180180

181181
- name: Setup Helm
182182
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
@@ -216,7 +216,7 @@ jobs:
216216
- publish-helm-charts
217217
steps:
218218
- name: Checkout Code
219-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
219+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
220220
with:
221221
token: ${{ secrets.GH_ACCESS_TOKEN }}
222222
fetch-depth: 0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: [self-hosted, Linux, medium, ephemeral]
104104
steps:
105105
- name: Checkout Code
106-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
106+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
107107
with:
108108
ref: ${{ github.event.workflow_run.head_branch }}
109109
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
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: [self-hosted, Linux, medium, ephemeral]
8989
steps:
9090
- name: Checkout Code
91-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
91+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9292
with:
9393
# the fetch depth defaults to only the commit that triggered the workflow unless the spotless check was enabled
9494
fetch-depth: ${{ inputs.enable-spotless-check && '0' || '' }}

.github/workflows/zxc-helm-chart-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
fi
6161
6262
- name: Checkout Code
63-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
63+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6464
with:
6565
# the fetch depth defaults to only the commit that triggered the workflow unless the spotless check was enabled
6666
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
@@ -95,7 +95,7 @@ jobs:
9595
notes: ${{ steps.create-release-notes.outputs.RELEASE_NOTES }}
9696
steps:
9797
- name: Checkout Code
98-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
98+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9999
with:
100100
fetch-depth: 0
101101

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: [self-hosted, Linux, medium, ephemeral]
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
41+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4242

4343
- name: Setup Java
4444
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1

0 commit comments

Comments
 (0)