Skip to content

Commit a8160af

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

8 files changed

+27
-27
lines changed

.github/workflows/cicd.yml

Lines changed: 8 additions & 8 deletions
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
46+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
63+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6464

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

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

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

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

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

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

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

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

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

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

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

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

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

.github/workflows/citation-validation.yml

Lines changed: 3 additions & 3 deletions
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
44+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4545

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

6262
steps:
6363
- name: Checkout the Repository
64-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
64+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
81+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8282

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

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
41+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4242

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

.github/workflows/document-validation.yml

Lines changed: 3 additions & 3 deletions
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
58+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5959

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

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

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

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

.github/workflows/generate-release.yml

Lines changed: 4 additions & 4 deletions
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
57+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5858

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

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

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

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

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

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

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

Lines changed: 4 additions & 4 deletions
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
56+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5757

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

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

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

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

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

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

.github/workflows/repository-validation.yml

Lines changed: 3 additions & 3 deletions
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@a5ac7e51b41094c92402da3b24376905380afc29 # V4.1.6
61+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # V4.1.7
6262

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

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

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

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

.github/workflows/security-hardening.yml

Lines changed: 1 addition & 1 deletion
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
30+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3131

3232
- name: Ensure SHA Pinned Actions
3333
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@08d8d3cf383a5d9b02986e9fa05b7c4e85e1d495 # v3.0.8

0 commit comments

Comments
 (0)