Skip to content

Commit afcc056

Browse files
:dependabot: github-actions(deps): Bump actions/checkout from 4.1.7 to 4.2.0 (#5458)
1 parent fc0593c commit afcc056

12 files changed

+17
-17
lines changed

.github/workflows/build-publish-documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Checkout
2525
id: checkout
26-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2727

2828
- name: Build
2929
id: build

.github/workflows/build-test-documentation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
id: checkout
22-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2323

2424
- name: Build
2525
id: build
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- name: Checkout
3636
id: checkout
37-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3838

3939
- name: Lychee
4040
id: lychee

.github/workflows/charts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: Checkout
3131
id: checkout
32-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3333

3434
- name: Build path-filters file
3535
id: build_path_filters

.github/workflows/platform-pagerduty-rota-to-slack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
id: checkout
30-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3131

3232
- name: Setup Python
3333
id: setup_python

.github/workflows/platform-simulated-data-producer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: Checkout
3131
id: checkout
32-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3333

3434
- name: Configure Kubernetes CLI
3535
id: configure_kubectl

.github/workflows/repository-dependabot-configuration-generator.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
id: checkout
20-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2121

2222
- name: Run Dependabot Configuration Generator
2323
id: run_dependabot_configuration_generator

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
id: checkout
21-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2222

2323
- name: Dependency review
2424
id: dependency_review

.github/workflows/repository-openssf-scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
id: checkout
25-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2626

2727
- name: Run analysis
2828
id: run_analysis

.github/workflows/repository-super-linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
id: checkout
25-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2626
with:
2727
fetch-depth: 0
2828

.github/workflows/reusable-workflow-charts.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
id: checkout
19-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2020

2121
- name: Prepare Environment
2222
id: prepare_environment
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: Checkout
3434
id: checkout
35-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
35+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3636

3737
- name: Check Version (GitHub Container Registry)
3838
id: check_version
@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- name: Checkout
117117
id: checkout
118-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
118+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
119119

120120
- name: Set up Helm
121121
id: setup_helm
@@ -138,7 +138,7 @@ jobs:
138138
steps:
139139
- name: Checkout
140140
id: checkout
141-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
141+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
142142

143143
- name: Login to GitHub Container Registry
144144
id: login_ghcr

.github/workflows/reusable-workflow-terraform.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- name: Checkout
3838
id: checkout
39-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4040

4141
- name: Build path-filters file
4242
id: build_path_filters
@@ -177,7 +177,7 @@ jobs:
177177
steps:
178178
- name: Checkout
179179
id: checkout
180-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
180+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
181181

182182
- name: Build path-filters file
183183
id: build_path_filters

.github/workflows/terraform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: Checkout
3131
id: checkout
32-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3333

3434
- name: Build path-filters file
3535
id: build_path_filters

0 commit comments

Comments
 (0)