Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CD-PyPi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
build_status: ${{ steps.build.outcome }}
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- id: build-python
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-BUILD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
artifact-files: ${{ steps.buildfiles.outputs.files }}
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- id: build-python
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
LC_ALL: ${{ matrix.lang-var }}
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- id: buildpy
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/CI-CHGLOG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
printf "chglog_url=%s\n" 'https://github.com/reactive-firewall-org/multicast/actions/runs/${{ github.run_id }}' >> "$GITHUB_OUTPUT"
printf "chglog_id=%s\n" ${{ github.run_id }} >> "$GITHUB_OUTPUT"
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ steps.load_build_info.outputs.build_sha }}
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
LANG: "en_US.utf-8"
steps:
- name: pre-checkout repository for actions
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ needs.check_build.outputs.sha }}
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
retention-days: 2
overwrite: true
- name: Checkout repository actions for check
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ needs.check_build.outputs.sha }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/CI-DOCS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
printf "docs_url=%s\n" 'https://github.com/reactive-firewall-org/multicast/actions/runs/${{ github.run_id }}' >> "$GITHUB_OUTPUT"
printf "docs_id=%s\n" ${{ github.run_id }} >> "$GITHUB_OUTPUT"
- name: checkout repository actions for check
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ steps.load_build_info.outputs.build_sha }}
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
docs_artifact_digest: ${{ steps.upload-documentation.outputs.artifact-digest }}
steps:
- name: pre-checkout repository for actions
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ needs.check_mats.outputs.build_sha }}
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
compression-level: 9
overwrite: true
- name: checkout repository actions for check
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ needs.check_mats.outputs.build_sha }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/CI-MATs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
printf "mats_url=%s\n" 'https://github.com/reactive-firewall-org/multicast/actions/runs/${{ github.run_id }}' >> "$GITHUB_OUTPUT"
printf "mats_id=%s\n" ${{ github.run_id }} >> "$GITHUB_OUTPUT"
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ steps.load_build_info.outputs.build_sha }}
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
LANG: "en_US.utf-8"
steps:
- name: pre-checkout repository for actions
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ needs.check_build.outputs.sha }}
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
retention-days: 2
overwrite: true
- name: checkout repository actions for check
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ needs.check_build.outputs.sha }}
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
printf "tests_url=%s\n" 'https://github.com/reactive-firewall-org/multicast/actions/runs/${{ github.run_id }}' >> "$GITHUB_OUTPUT"
printf "tests_id=%s\n" ${{ github.run_id }} >> "$GITHUB_OUTPUT"
- name: checkout repository actions for check
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ steps.load_build_info.outputs.build_sha }}
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
coverage_artifact_digest: ${{ steps.upload-test-tools.outputs.coverage_artifact_digest }}
steps:
- name: pre-checkout repository for actions
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ needs.check_mats.outputs.build_sha }}
Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
doctests_artifact_digest: ${{ steps.doctests-reports-upload.outputs.artifact-digest }}
steps:
- name: pre-checkout repository for actions
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ needs.check_mats.outputs.build_sha }}
Expand Down Expand Up @@ -695,7 +695,7 @@ jobs:
retention-days: 2
overwrite: true
- name: checkout repository actions for check
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ needs.check_mats.outputs.build_sha }}
Expand Down Expand Up @@ -769,7 +769,7 @@ jobs:
VCS_COMMIT_ID: ${{ needs.check_mats.outputs.build_sha }}
steps:
- name: pre-checkout repository for actions
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ needs.check_mats.outputs.build_sha }}
Expand Down Expand Up @@ -848,7 +848,7 @@ jobs:
integration_artifact_digest: ${{ steps.integration-reports-upload.outputs.artifact-digest }}
steps:
- name: pre-checkout repository for actions
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ needs.check_mats.outputs.build_sha }}
Expand Down Expand Up @@ -1243,7 +1243,7 @@ jobs:
retention-days: 2
overwrite: true
- name: checkout repository actions for check
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ needs.check_mats.outputs.build_sha }}
Expand Down Expand Up @@ -1316,7 +1316,7 @@ jobs:
LC_CTYPE: "en_US.utf-8"
steps:
- name: pre-checkout repository for actions
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ needs.check_mats.outputs.build_sha }}
Expand Down Expand Up @@ -1383,7 +1383,7 @@ jobs:

steps:
- name: pre-checkout repository for actions
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
ref: ${{ needs.check_mats.outputs.build_sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: Bandit Scan
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
OS: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: Flake8 Scan
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/makefile-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: Install Apt-Get Dependencies
Expand Down Expand Up @@ -69,10 +69,10 @@
env:
BUILDER_NAME: "makefile-lint"
BUILDER_EMAIL: "no-reply@localhost"
EXPECTED_SHA: "${{ vars.CHECKMAKE_EXPECTED_SHA }}"
run: |
git clone --depth 1 --branch main https://github.com/mrtazz/checkmake.git checkmake
cd checkmake

Check failure on line 75 in .github/workflows/makefile-lint.yml

View workflow job for this annotation

GitHub Actions / makefile-lint

FAILURE

ERROR Checkmake repository hash verification failed.
ACTUAL_SHA=$(git rev-parse HEAD)
if [ "$EXPECTED_SHA" != "$ACTUAL_SHA" ]; then
ERR_MSG_STUB="Checkmake repository hash verification failed."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: Install Apt-Get Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id-token: write
steps:
- name: "Checkout repository"
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: "Run analysis"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: Shellcheck Scan
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
GIT_MATCH_PATTERN: "*.yaml *.yml **/*.yml ./.circleci/*.yml ./.github/**/*.yml"
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: Lint Workflow YAML
Expand Down
Loading