Skip to content

Commit fdb8077

Browse files
chore: bump actions/checkout from 4.1.7 to 4.2.0 (#44)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 225160e commit fdb8077

8 files changed

+27
-27
lines changed

.github/workflows/cicd.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout the Repository
46-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4747

4848
- name: Perform ShellCheck Analysis
4949
run: bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/shellcheck/master/pipeline.sh)
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Checkout the Repository
63-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
63+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6464

6565
- name: Setup Python ${{ matrix.python-versions }}
6666
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -84,7 +84,7 @@ jobs:
8484

8585
steps:
8686
- name: Checkout the Repository
87-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
87+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
8888

8989
- name: Setup Python ${{ matrix.python-versions }}
9090
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -108,7 +108,7 @@ jobs:
108108

109109
steps:
110110
- name: Checkout the Repository
111-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
111+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
112112

113113
- name: Setup Python ${{ matrix.python-versions }}
114114
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -132,7 +132,7 @@ jobs:
132132

133133
steps:
134134
- name: Checkout the Repository
135-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
135+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
136136

137137
- name: Setup Python ${{ matrix.python-versions }}
138138
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -156,7 +156,7 @@ jobs:
156156

157157
steps:
158158
- name: Checkout the Repository
159-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
159+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
160160

161161
- name: Setup Python ${{ matrix.python-versions }}
162162
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -180,7 +180,7 @@ jobs:
180180

181181
steps:
182182
- name: Checkout the Repository
183-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
183+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
184184

185185
- name: Setup Python ${{ matrix.python-versions }}
186186
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -220,7 +220,7 @@ jobs:
220220

221221
steps:
222222
- name: Checkout the Repository
223-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
223+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
224224

225225
- name: Check Job Statuses
226226
run: .github/scripts/check-jobs.sh '${{ toJson(needs) }}'

.github/workflows/citation-validation.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout the Repository
44-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4545

4646
- name: Setup Ruby ${{ needs.get-ruby-version.outputs.version }}
4747
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193.0
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Checkout the Repository
64-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
64+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6565

6666
- name: Validate CITATION.cff
6767
uses: citation-file-format/cffconvert-github-action@4cf11baa70a673bfdf9dad0acc7ee33b3f4b6084 # v2.0.0
@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- name: Checkout the Repository
81-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
81+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
8282

8383
- name: Check Job Statuses
8484
run: .github/scripts/check-jobs.sh '${{ toJson(needs) }}'

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout the Repository
41-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
41+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4242

4343
- name: Initialize CodeQL
4444
uses: github/codeql-action/init@a57c67b89589d2d13d5ac85a9fc4679c7539f94c # v2.17.3

.github/workflows/document-validation.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Checkout the Repository
58-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
58+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5959

6060
- name: Setup Ruby ${{ needs.get-ruby-version.outputs.version }}
6161
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193.0
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: Checkout the Repository
77-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
77+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7878

7979
- name: Setup Node ${{ needs.get-node-version.outputs.version }}
8080
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
@@ -96,7 +96,7 @@ jobs:
9696

9797
steps:
9898
- name: Checkout the Repository
99-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
99+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
100100

101101
- name: Check Job Statuses
102102
run: .github/scripts/check-jobs.sh '${{ toJson(needs) }}'

.github/workflows/generate-release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Checkout the Repository
57-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
57+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5858

5959
- name: Setup Python ${{ matrix.python-versions }}
6060
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -88,7 +88,7 @@ jobs:
8888

8989
steps:
9090
- name: Checkout the Repository
91-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
91+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
9292

9393
- name: Setup Python ${{ needs.get-python-version.outputs.highest-version }}
9494
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -121,7 +121,7 @@ jobs:
121121

122122
steps:
123123
- name: Checkout the Repository
124-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
124+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
125125
with:
126126
fetch-depth: 0
127127

@@ -141,7 +141,7 @@ jobs:
141141

142142
steps:
143143
- name: Checkout the Repository
144-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
144+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
145145
with:
146146
fetch-depth: 0
147147

.github/workflows/generate-test-release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Checkout the Repository
56-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
56+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5757

5858
- name: Setup Python ${{ matrix.python-versions }}
5959
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -88,7 +88,7 @@ jobs:
8888

8989
steps:
9090
- name: Checkout the Repository
91-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
91+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
9292

9393
- name: Set up Python ${{ needs.get-python-version.outputs.highest-version }}
9494
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -121,7 +121,7 @@ jobs:
121121

122122
steps:
123123
- name: Checkout the repository
124-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
124+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
125125
with:
126126
fetch-depth: 0
127127

@@ -140,7 +140,7 @@ jobs:
140140

141141
steps:
142142
- name: Checkout the Repository
143-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
143+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
144144
with:
145145
fetch-depth: 0
146146

.github/workflows/repository-validation.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
steps:
6060
- name: Checkout the Repository
61-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # V4.1.7
61+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # V4.2.0
6262

6363
- name: Setup Go ${{ needs.get-go-version.outputs.version }}
6464
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # V5.0.2
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: Checkout the Repository
77-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # V4.1.7
77+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # V4.2.0
7878

7979
- name: Set up Python ${{ needs.get-python-version.outputs.version }}
8080
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # V5.2.0
@@ -94,7 +94,7 @@ jobs:
9494

9595
steps:
9696
- name: Checkout the Repository
97-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # V4.1.7
97+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # V4.2.0
9898

9999
- name: Check Job Statuses
100100
run: .github/scripts/check-jobs.sh '${{ toJson(needs) }}'

.github/workflows/security-hardening.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout the Repository
30-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3131

3232
- name: Ensure SHA Pinned Actions
3333
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@0901cf7b71c7ea6261ec69a3dc2bd3f9264f893e # v3.0.12

0 commit comments

Comments
 (0)