Skip to content

Commit bd986d7

Browse files
[MERGE] Multiple Version Bumps
* Includes #479 * Includes #481 * Includes #482 * Includes #483 Changes in file .github/workflows/CI-BUILD.yml: * merged version bumps Changes in file .github/workflows/CI-CHGLOG.yml: * merged version bumps Changes in file .github/workflows/CI-DOCS.yml: * merged version bumps Changes in file .github/workflows/CI-MATs.yml: * merged version bumps Changes in file .github/workflows/Tests.yml: * merged version bumps Changes in file .github/workflows/codeql-analysis.yml: * merged version bumps Changes in file .github/workflows/scorecard.yml: * merged version bumps
4 parents 0b62717 + 30a1827 + a96d5df + 044ae3a commit bd986d7

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.github/workflows/CI-BUILD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ jobs:
409409
needs: [BUILD_STATUS]
410410
runs-on: ubuntu-latest
411411
environment: ${{ needs.BUILD_STATUS.outputs.environment }}
412-
if: ${{ !cancelled() }}
412+
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
413413
steps:
414414
- name: "Download Status Summary Artifact"
415415
id: download-build-summary
@@ -421,7 +421,7 @@ jobs:
421421
- name: "Build commit comment"
422422
id: build-commit-comment
423423
if: ${{ success() && (github.repository == 'reactive-firewall-org/multicast') }}
424-
uses: peter-evans/commit-comment@5a6f8285b8f2e8376e41fe1b563db48e6cf78c09 # v3.0.0
424+
uses: peter-evans/commit-comment@f6d60c65d05bb59f750fa51ad3de1d443ba0eb52 # v4.0.0
425425
with:
426426
sha: ${{ github.sha }}
427427
token: ${{ github.token }}

.github/workflows/CI-CHGLOG.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351
contents: write
352352
needs: [check_build, CHGLOG_SUMMARY]
353353
runs-on: ubuntu-latest
354-
if: ${{ !cancelled() }}
354+
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
355355
steps:
356356
- name: "Download Status Summary Artifact"
357357
id: download-chglog-summary
@@ -363,7 +363,7 @@ jobs:
363363
- name: "chglog commit comment"
364364
id: chglog-commit-comment
365365
if: ${{ success() && (github.repository == 'reactive-firewall-org/multicast') }}
366-
uses: peter-evans/commit-comment@5a6f8285b8f2e8376e41fe1b563db48e6cf78c09 # v3.0.0
366+
uses: peter-evans/commit-comment@f6d60c65d05bb59f750fa51ad3de1d443ba0eb52 # v4.0.0
367367
with:
368368
sha: ${{ needs.check_build.outputs.sha }}
369369
token: ${{ github.token }}

.github/workflows/CI-DOCS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
needs: [check_mats, DOCS_SUMMARY]
285285
environment: "Documentation"
286286
runs-on: ubuntu-latest
287-
if: ${{ !cancelled() }}
287+
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
288288
steps:
289289
- name: "Download Status Summary Artifact"
290290
id: download-documentation-summary
@@ -296,7 +296,7 @@ jobs:
296296
- name: "DOCs commit comment"
297297
id: documentation-commit-comment
298298
if: ${{ success() && (github.repository == 'reactive-firewall-org/multicast') }}
299-
uses: peter-evans/commit-comment@5a6f8285b8f2e8376e41fe1b563db48e6cf78c09 # v3.0.0
299+
uses: peter-evans/commit-comment@f6d60c65d05bb59f750fa51ad3de1d443ba0eb52 # v4.0.0
300300
with:
301301
sha: ${{ needs.check_mats.outputs.build_sha }}
302302
token: ${{ github.token }}

.github/workflows/CI-MATs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ jobs:
380380
contents: write
381381
needs: [check_build, MATs_SUMMARY]
382382
runs-on: ubuntu-latest
383-
if: ${{ !cancelled() }}
383+
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
384384
steps:
385385
- name: "Download Status Summary Artifact"
386386
id: download-mats-summary
@@ -392,7 +392,7 @@ jobs:
392392
- name: "MATs commit comment"
393393
id: mats-commit-comment
394394
if: ${{ success() && (github.repository == 'reactive-firewall-org/multicast') }}
395-
uses: peter-evans/commit-comment@5a6f8285b8f2e8376e41fe1b563db48e6cf78c09 # v3.0.0
395+
uses: peter-evans/commit-comment@f6d60c65d05bb59f750fa51ad3de1d443ba0eb52 # v4.0.0
396396
with:
397397
sha: ${{ needs.check_build.outputs.sha }}
398398
token: ${{ github.token }}

.github/workflows/Tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ jobs:
704704
contents: write
705705
needs: [check_mats, COVERAGE_SUMMARY]
706706
runs-on: ubuntu-latest
707-
if: ${{ !cancelled() }}
707+
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
708708
steps:
709709
- name: "Download Status Summary Artifact"
710710
id: download-coverage-summary
@@ -716,7 +716,7 @@ jobs:
716716
- name: "COVERAGE commit comment"
717717
id: coverage-commit-comment
718718
if: ${{ success() && (github.repository == 'reactive-firewall-org/multicast') }}
719-
uses: peter-evans/commit-comment@5a6f8285b8f2e8376e41fe1b563db48e6cf78c09 # v3.0.0
719+
uses: peter-evans/commit-comment@f6d60c65d05bb59f750fa51ad3de1d443ba0eb52 # v4.0.0
720720
with:
721721
sha: ${{ needs.check_mats.outputs.build_sha }}
722722
token: ${{ github.token }}
@@ -1267,7 +1267,7 @@ jobs:
12671267
contents: write
12681268
needs: [check_mats, INTEGRATION_SUMMARY]
12691269
runs-on: ubuntu-latest
1270-
if: ${{ !cancelled() }}
1270+
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
12711271
steps:
12721272
- name: "Download Status Summary Artifact"
12731273
id: download-integration-summary
@@ -1279,7 +1279,7 @@ jobs:
12791279
- name: "INTEGRATION commit comment"
12801280
id: integration-commit-comment
12811281
if: ${{ success() && (github.repository == 'reactive-firewall-org/multicast') }}
1282-
uses: peter-evans/commit-comment@5a6f8285b8f2e8376e41fe1b563db48e6cf78c09 # v3.0.0
1282+
uses: peter-evans/commit-comment@f6d60c65d05bb59f750fa51ad3de1d443ba0eb52 # v4.0.0
12831283
with:
12841284
sha: ${{ needs.check_mats.outputs.build_sha }}
12851285
token: ${{ github.token }}

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
53+
uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.29.5
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -61,7 +61,7 @@ jobs:
6161
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6262
# If this step fails, then you should remove it and run the build manually (see below)
6363
- name: Autobuild
64-
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
64+
uses: github/codeql-action/autobuild@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.29.5
6565

6666
# ℹ️ Command-line programs to run using the OS shell.
6767
# 📚 https://git.io/JvXDl
@@ -75,4 +75,4 @@ jobs:
7575
# make release
7676

7777
- name: Perform CodeQL Analysis
78-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
78+
uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.29.5

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
persist-credentials: false
3636
- name: "Run analysis"
37-
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
37+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
3838
with:
3939
results_file: results.sarif
4040
results_format: sarif
@@ -57,6 +57,6 @@ jobs:
5757
retention-days: 5
5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
60+
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.29.5
6161
with:
6262
sarif_file: results.sarif

0 commit comments

Comments
 (0)