Skip to content

Commit c48e71f

Browse files
Update actions/checkout action to v4.2.2
1 parent 5c76113 commit c48e71f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- name : Checkout repository
3535
# https://github.com/actions/checkout/releases/tag/v4.1.1
36-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3737

3838
- name: Setup Go
3939
# https://github.com/actions/setup-go/releases/tag/v5.0.0

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626

2727
- name : Checkout repository
28-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
# https://github.com/actions/checkout/releases/tag/v4.1.1
3030

3131
- name: Setup Go
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name : Checkout repository
6868
# https://github.com/actions/checkout/releases/tag/v4.1.1
69-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
69+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7070

7171
- name: package-helm
7272
run: ./scripts/package-helm
@@ -113,7 +113,7 @@ jobs:
113113
steps:
114114
- name : Checkout repository
115115
# https://github.com/actions/checkout/releases/tag/v4.1.1
116-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
116+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
117117

118118
- name: Download the artifacts
119119
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7

.github/workflows/sync-deps.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
webhook
4343
4444
- name : Checkout webhook repository
45-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
45+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646
with:
4747
ref: "${{ env.WEBHOOK_REF }}"
4848
path: webhook
@@ -51,7 +51,7 @@ jobs:
5151
persist-credentials: true
5252

5353
- name : Checkout rancher repository
54-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
54+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5555
with:
5656
repository: "${{ github.event.inputs.rancher_repository }}"
5757
ref: "${{ env.RANCHER_REF }}"

0 commit comments

Comments
 (0)