From 0d030d6db4dd9da8bb48f6ffdc241474401e7028 Mon Sep 17 00:00:00 2001 From: Roger Barker Date: Wed, 15 Jan 2025 14:50:38 -0600 Subject: [PATCH] Added comments on updated actions Signed-off-by: Roger Barker --- .github/workflows/flow-pr-title-check.yaml | 1 + .github/workflows/flow-pull-request-checks.yaml | 1 + .github/workflows/flow-pull-request-smoke-tests-on-macos.yaml | 2 ++ 3 files changed, 4 insertions(+) diff --git a/.github/workflows/flow-pr-title-check.yaml b/.github/workflows/flow-pr-title-check.yaml index 0e779747..630ae54d 100644 --- a/.github/workflows/flow-pr-title-check.yaml +++ b/.github/workflows/flow-pr-title-check.yaml @@ -33,6 +33,7 @@ jobs: with: egress-policy: audit + # Note: After Step-Security is enabled return to step-security/conventional-pr-title-action - name: Check PR Title uses: azlafy-z/conventional-pr-title-action@a0b851005a0f82ac983a56ead5a8111c0d8e044a # v3.2.0 env: diff --git a/.github/workflows/flow-pull-request-checks.yaml b/.github/workflows/flow-pull-request-checks.yaml index 795d10ed..e5b405df 100644 --- a/.github/workflows/flow-pull-request-checks.yaml +++ b/.github/workflows/flow-pull-request-checks.yaml @@ -57,6 +57,7 @@ jobs: - name: Start the local node run: npm run start -- -d --verbose=trace + # Note: After Step-Security is enabled return to step-security/retry - name: Run smoke test uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 with: diff --git a/.github/workflows/flow-pull-request-smoke-tests-on-macos.yaml b/.github/workflows/flow-pull-request-smoke-tests-on-macos.yaml index 9aa6dfd2..2f90c430 100644 --- a/.github/workflows/flow-pull-request-smoke-tests-on-macos.yaml +++ b/.github/workflows/flow-pull-request-smoke-tests-on-macos.yaml @@ -107,6 +107,7 @@ jobs: run: | sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock + # Note: After Step-Security is enabled return to step-security/retry - name: Run the local node env: FIRING_UP_RETRY_ATTEMPTS: 10000 @@ -116,6 +117,7 @@ jobs: timeout_minutes: 60 command: npm run restart -- --workdir /Users/runner/work/hedera-local-node/hedera-local-node + # Note: After Step-Security is enabled return to step-security/retry - name: Run smoke test uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 with: