Skip to content

Commit 18b8071

Browse files
[UPDATE] (deps): Bump actions/checkout in /.github/workflows
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...93cb6ef) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f30d61 commit 18b8071

File tree

14 files changed

+29
-29
lines changed

14 files changed

+29
-29
lines changed

.github/workflows/CD-PyPi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
build_status: ${{ steps.build.outcome }}
3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4141
with:
4242
persist-credentials: false
4343
- id: build-python

.github/workflows/CI-BUILD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
artifact-files: ${{ steps.buildfiles.outputs.files }}
5454
steps:
5555
- name: Checkout repository
56-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
56+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5757
with:
5858
persist-credentials: false
5959
- id: build-python
@@ -184,7 +184,7 @@ jobs:
184184
LC_ALL: ${{ matrix.lang-var }}
185185
steps:
186186
- name: Checkout repository
187-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
187+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
188188
with:
189189
persist-credentials: false
190190
- id: buildpy

.github/workflows/CI-CHGLOG.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
printf "chglog_url=%s\n" 'https://github.com/reactive-firewall-org/multicast/actions/runs/${{ github.run_id }}' >> "$GITHUB_OUTPUT"
9999
printf "chglog_id=%s\n" ${{ github.run_id }} >> "$GITHUB_OUTPUT"
100100
- name: Checkout repository
101-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
101+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
102102
with:
103103
persist-credentials: false
104104
ref: ${{ steps.load_build_info.outputs.build_sha }}
@@ -164,7 +164,7 @@ jobs:
164164
LANG: "en_US.utf-8"
165165
steps:
166166
- name: pre-checkout repository for actions
167-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
167+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
168168
with:
169169
persist-credentials: false
170170
ref: ${{ needs.check_build.outputs.sha }}
@@ -266,7 +266,7 @@ jobs:
266266
retention-days: 2
267267
overwrite: true
268268
- name: Checkout repository actions for check
269-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
269+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
270270
with:
271271
persist-credentials: false
272272
ref: ${{ needs.check_build.outputs.sha }}

.github/workflows/CI-DOCS.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
printf "docs_url=%s\n" 'https://github.com/reactive-firewall-org/multicast/actions/runs/${{ github.run_id }}' >> "$GITHUB_OUTPUT"
9696
printf "docs_id=%s\n" ${{ github.run_id }} >> "$GITHUB_OUTPUT"
9797
- name: checkout repository actions for check
98-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
98+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9999
with:
100100
persist-credentials: false
101101
ref: ${{ steps.load_build_info.outputs.build_sha }}
@@ -151,7 +151,7 @@ jobs:
151151
docs_artifact_digest: ${{ steps.upload-documentation.outputs.artifact-digest }}
152152
steps:
153153
- name: pre-checkout repository for actions
154-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
154+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
155155
with:
156156
persist-credentials: false
157157
ref: ${{ needs.check_mats.outputs.build_sha }}
@@ -257,7 +257,7 @@ jobs:
257257
compression-level: 9
258258
overwrite: true
259259
- name: checkout repository actions for check
260-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
260+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
261261
with:
262262
persist-credentials: false
263263
ref: ${{ needs.check_mats.outputs.build_sha }}

.github/workflows/CI-MATs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
printf "mats_url=%s\n" 'https://github.com/reactive-firewall-org/multicast/actions/runs/${{ github.run_id }}' >> "$GITHUB_OUTPUT"
103103
printf "mats_id=%s\n" ${{ github.run_id }} >> "$GITHUB_OUTPUT"
104104
- name: Checkout repository
105-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
105+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
106106
with:
107107
persist-credentials: false
108108
ref: ${{ steps.load_build_info.outputs.build_sha }}
@@ -174,7 +174,7 @@ jobs:
174174
LANG: "en_US.utf-8"
175175
steps:
176176
- name: pre-checkout repository for actions
177-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
177+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
178178
with:
179179
persist-credentials: false
180180
ref: ${{ needs.check_build.outputs.sha }}
@@ -297,7 +297,7 @@ jobs:
297297
retention-days: 2
298298
overwrite: true
299299
- name: checkout repository actions for check
300-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
300+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
301301
with:
302302
persist-credentials: false
303303
ref: ${{ needs.check_build.outputs.sha }}

.github/workflows/Tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
printf "tests_url=%s\n" 'https://github.com/reactive-firewall-org/multicast/actions/runs/${{ github.run_id }}' >> "$GITHUB_OUTPUT"
120120
printf "tests_id=%s\n" ${{ github.run_id }} >> "$GITHUB_OUTPUT"
121121
- name: checkout repository actions for check
122-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
122+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
123123
with:
124124
persist-credentials: false
125125
ref: ${{ steps.load_build_info.outputs.build_sha }}
@@ -181,7 +181,7 @@ jobs:
181181
coverage_artifact_digest: ${{ steps.upload-test-tools.outputs.coverage_artifact_digest }}
182182
steps:
183183
- name: pre-checkout repository for actions
184-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
184+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
185185
with:
186186
persist-credentials: false
187187
ref: ${{ needs.check_mats.outputs.build_sha }}
@@ -443,7 +443,7 @@ jobs:
443443
doctests_artifact_digest: ${{ steps.doctests-reports-upload.outputs.artifact-digest }}
444444
steps:
445445
- name: pre-checkout repository for actions
446-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
446+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
447447
with:
448448
persist-credentials: false
449449
ref: ${{ needs.check_mats.outputs.build_sha }}
@@ -695,7 +695,7 @@ jobs:
695695
retention-days: 2
696696
overwrite: true
697697
- name: checkout repository actions for check
698-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
698+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
699699
with:
700700
persist-credentials: false
701701
ref: ${{ needs.check_mats.outputs.build_sha }}
@@ -769,7 +769,7 @@ jobs:
769769
VCS_COMMIT_ID: ${{ needs.check_mats.outputs.build_sha }}
770770
steps:
771771
- name: pre-checkout repository for actions
772-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
772+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
773773
with:
774774
persist-credentials: false
775775
ref: ${{ needs.check_mats.outputs.build_sha }}
@@ -848,7 +848,7 @@ jobs:
848848
integration_artifact_digest: ${{ steps.integration-reports-upload.outputs.artifact-digest }}
849849
steps:
850850
- name: pre-checkout repository for actions
851-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
851+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
852852
with:
853853
persist-credentials: false
854854
ref: ${{ needs.check_mats.outputs.build_sha }}
@@ -1243,7 +1243,7 @@ jobs:
12431243
retention-days: 2
12441244
overwrite: true
12451245
- name: checkout repository actions for check
1246-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1246+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
12471247
with:
12481248
persist-credentials: false
12491249
ref: ${{ needs.check_mats.outputs.build_sha }}
@@ -1316,7 +1316,7 @@ jobs:
13161316
LC_CTYPE: "en_US.utf-8"
13171317
steps:
13181318
- name: pre-checkout repository for actions
1319-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1319+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
13201320
with:
13211321
persist-credentials: false
13221322
ref: ${{ needs.check_mats.outputs.build_sha }}
@@ -1383,7 +1383,7 @@ jobs:
13831383

13841384
steps:
13851385
- name: pre-checkout repository for actions
1386-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1386+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
13871387
with:
13881388
persist-credentials: false
13891389
ref: ${{ needs.check_mats.outputs.build_sha }}

.github/workflows/bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3333
with:
3434
persist-credentials: false
3535
- name: Bandit Scan

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout repository
47-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4848
with:
4949
persist-credentials: false
5050

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
OS: ${{ matrix.os }}
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2727
with:
2828
persist-credentials: false
2929
- name: Flake8 Scan

.github/workflows/makefile-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
35+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3636
with:
3737
persist-credentials: false
3838
- name: Install Apt-Get Dependencies

0 commit comments

Comments
 (0)