Skip to content

Commit 7d5e74f

Browse files
reactive-firewalldependabot[bot]
andcommitted
[UPDATE] version bumps for GHA
* This merge closes, & superceedes: PR #552 and PR #553 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <support@github.com>
3 parents 3ab200c + 365032f + 9b29654 commit 7d5e74f

9 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/actions/run-minimal-acceptance-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ runs:
353353
- name: "Upload Details"
354354
id: upload
355355
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
356-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
356+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
357357
with:
358358
path: MATS
359359
name: ${{ steps.output_artifact_name.outputs.artifact-name }}

.github/actions/setup-py-reqs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ runs:
282282
- name: "Upload Details"
283283
id: upload
284284
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
285-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
285+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
286286
with:
287287
path: DEPS
288288
name: ${{ steps.output_artifact_name.outputs.artifact-name }}

.github/actions/test-reporter-upload/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ runs:
321321
- name: Upload ${{ steps.output_os.outputs.os }} Python ${{ steps.output_python.outputs.python-version }} Artifact
322322
id: coverage-reports-upload
323323
if: ${{ !cancelled() && (steps.output_can_upload.outputs.can_upload == 'true') }}
324-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
324+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
325325
with:
326326
name: Test-Report-${{ steps.output_os.outputs.os }}-${{ steps.output_python.outputs.python-version }}-${{ steps.output_sha.outputs.sha }}
327327
path: ./test-reports/

.github/workflows/CI-BUILD.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
printf "python-version=%s\n" "${{ steps.build-python.outputs.python-version }}" >> "$GITHUB_OUTPUT"
7171
printf "PYTHON_VERSION=%s\n" "${{ steps.build-python.outputs.python-version }}" >> "$GITHUB_ENV"
7272
printf "%s\n" "::endgroup::"
73-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
73+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7474
with:
7575
path: ~/.cache/pip
7676
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -123,7 +123,7 @@ jobs:
123123
- name: Upload build artifact
124124
id: upload
125125
if: ${{ !cancelled() && (steps.buildfiles.outputs.files != '') && (github.repository == 'reactive-firewall-org/multicast') }}
126-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
126+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
127127
with:
128128
path: dist
129129
name: multicast-build-${{ github.sha }}
@@ -347,7 +347,7 @@ jobs:
347347
- name: Upload build summary
348348
id: upload-build-info
349349
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
350-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
350+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
351351
with:
352352
path: "BUILD-info.txt"
353353
name: multicast-info-${{ github.sha }}
@@ -394,7 +394,7 @@ jobs:
394394
- name: Upload build summary
395395
id: upload-build-summary
396396
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
397-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
397+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
398398
with:
399399
path: ./Build-Summary-Artifact.txt
400400
name: BUILD-COMMENT-BODY-${{ github.sha }}

.github/workflows/CI-CHGLOG.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
- name: Upload CHANGELOG artifact
191191
id: upload
192192
if: ${{ success() && (github.repository == 'reactive-firewall-org/multicast') }}
193-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
193+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
194194
with:
195195
path: CHANGELOG.md
196196
name: 'multicast-chglog-${{ needs.check_build.outputs.sha }}'
@@ -260,7 +260,7 @@ jobs:
260260
- name: "Upload chglog summary"
261261
id: upload-chglog-summary
262262
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
263-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
263+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
264264
with:
265265
path: ./chglog-Summary-Artifact.txt
266266
name: chglog-COMMENT-BODY-${{ needs.check_build.outputs.sha }}
@@ -340,7 +340,7 @@ jobs:
340340
- name: Upload build summary
341341
id: upload-build-info
342342
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
343-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
343+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
344344
with:
345345
path: "chglog-info.txt"
346346
name: multicast-chglog-info-${{ needs.check_build.outputs.sha }}

.github/workflows/CI-DOCS.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
fi
184184
- name: Upload Docs Artifact with Python ${{ matrix.python-version }} on ${{ matrix.os }}
185185
id: upload-documentation
186-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
186+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
187187
with:
188188
name: Multicast-Documentation-${{ needs.check_mats.outputs.build_sha }}-${{ matrix.os }}-${{ matrix.python-version }}
189189
path: ./Multicast-Documentation
@@ -239,7 +239,7 @@ jobs:
239239
- name: "Upload DOCs summary"
240240
id: upload-docs-summary
241241
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
242-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
242+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
243243
with:
244244
path: ./DOCUMENTATION-Summary-Artifact.txt
245245
name: DOCUMENTATION-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }}
@@ -250,7 +250,7 @@ jobs:
250250
- name: "Upload DOCs Bundle"
251251
id: upload-docs-bundle
252252
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
253-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
253+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
254254
with:
255255
path: Multicast-Documentation
256256
name: Multicast-Documentation-${{ needs.check_mats.outputs.build_sha }}-ALL

.github/workflows/CI-MATs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
- name: "Upload MATs summary"
293293
id: upload-mats-summary
294294
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
295-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
295+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
296296
with:
297297
path: ./MATs-Summary-Artifact.txt
298298
name: MATS-COMMENT-BODY-${{ needs.check_build.outputs.sha }}
@@ -372,7 +372,7 @@ jobs:
372372
- name: Upload build summary
373373
id: upload-build-info
374374
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
375-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
375+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
376376
with:
377377
path: "multicast-info.txt"
378378
name: multicast-info-${{ needs.check_build.outputs.sha }}

.github/workflows/Tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ jobs:
398398
- name: "Upload Coverage Summary"
399399
id: upload
400400
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
401-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
401+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
402402
with:
403403
path: COVERAGE
404404
name: ${{ steps.output_coverage_step_summary.outputs.coverage-artifact-name }}
@@ -500,7 +500,7 @@ jobs:
500500
fail_ci_if_error: false
501501
- name: Upload Python ${{ matrix.python-version }} Artifact
502502
id: doctests-reports-upload
503-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
503+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
504504
with:
505505
name: DocTest-Report-${{ matrix.os }}-${{ matrix.python-version }}
506506
path: ./test-reports/
@@ -632,7 +632,7 @@ jobs:
632632
- name: "Upload Doctests Summary"
633633
id: upload
634634
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
635-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
635+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
636636
with:
637637
path: COVERAGE
638638
name: ${{ steps.output_doctests_step_summary.outputs.doctests-artifact-name }}
@@ -692,7 +692,7 @@ jobs:
692692
- name: "Upload COVERAGE summary"
693693
id: upload-coverage-summary
694694
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
695-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
695+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
696696
with:
697697
path: ./COVERAGE-Summary-Artifact.txt
698698
name: COVERAGE-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }}
@@ -950,7 +950,7 @@ jobs:
950950
fail_ci_if_error: false
951951
- name: Upload Extra Python ${{ matrix.python-version }} Artifact
952952
id: integration-reports-upload
953-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
953+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
954954
with:
955955
name: Integration-Test-Report-${{ matrix.os }}-${{ matrix.python-version }}
956956
path: ./test-reports/
@@ -1201,7 +1201,7 @@ jobs:
12011201
- name: "Upload integration Summary"
12021202
id: upload
12031203
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
1204-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
1204+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
12051205
with:
12061206
path: EXTRAS
12071207
name: ${{ steps.output_integration_step_summary.outputs.integration-artifact-name }}
@@ -1282,7 +1282,7 @@ jobs:
12821282
- name: "Upload INTEGRATION summary"
12831283
id: upload-integration-summary
12841284
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
1285-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
1285+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
12861286
with:
12871287
path: ./Integration-Summary-Artifact.txt
12881288
name: INTEGRATION-COMMENT-BODY-${{ needs.check_mats.outputs.build_sha }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# uploads of run results in SARIF format to the repository Actions tab.
5151
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
5252
- name: "Upload artifact"
53-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
53+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5454
with:
5555
name: SARIF file
5656
path: results.sarif

0 commit comments

Comments
 (0)