diff --git a/.github/workflows/bot-advanced-check.yml b/.github/workflows/bot-advanced-check.yml index dbdb49818..acf541305 100644 --- a/.github/workflows/bot-advanced-check.yml +++ b/.github/workflows/bot-advanced-check.yml @@ -28,7 +28,7 @@ jobs: runs-on: hl-sdk-py-lin-md steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/bot-assignment-check.yml b/.github/workflows/bot-assignment-check.yml index 229bdce1e..bda216754 100644 --- a/.github/workflows/bot-assignment-check.yml +++ b/.github/workflows/bot-assignment-check.yml @@ -12,7 +12,7 @@ jobs: runs-on: hl-sdk-py-lin-md steps: - name: Harden the runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/bot-beginner-assign-on-comment.yml b/.github/workflows/bot-beginner-assign-on-comment.yml index 9e75de0a8..aff7942f9 100644 --- a/.github/workflows/bot-beginner-assign-on-comment.yml +++ b/.github/workflows/bot-beginner-assign-on-comment.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Harden runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/bot-coderabbit-plan-trigger.yml b/.github/workflows/bot-coderabbit-plan-trigger.yml index 8aa24edfd..e49f503ca 100644 --- a/.github/workflows/bot-coderabbit-plan-trigger.yml +++ b/.github/workflows/bot-coderabbit-plan-trigger.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Harden the runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/bot-gfi-assign-on-comment.yml b/.github/workflows/bot-gfi-assign-on-comment.yml index e08195644..e54c377e0 100644 --- a/.github/workflows/bot-gfi-assign-on-comment.yml +++ b/.github/workflows/bot-gfi-assign-on-comment.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Harden runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/bot-gfi-candidate-notification.yaml b/.github/workflows/bot-gfi-candidate-notification.yaml index 79d6d7334..42ea9bb38 100644 --- a/.github/workflows/bot-gfi-candidate-notification.yaml +++ b/.github/workflows/bot-gfi-candidate-notification.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Harden the runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 with: egress-policy: audit diff --git a/.github/workflows/bot-inactivity-unassign.yml b/.github/workflows/bot-inactivity-unassign.yml index b0a1fb555..a9d3f0976 100644 --- a/.github/workflows/bot-inactivity-unassign.yml +++ b/.github/workflows/bot-inactivity-unassign.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Harden the runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 with: egress-policy: audit diff --git a/.github/workflows/bot-intermediate-assignment.yml b/.github/workflows/bot-intermediate-assignment.yml index 6af82066c..667c67a34 100644 --- a/.github/workflows/bot-intermediate-assignment.yml +++ b/.github/workflows/bot-intermediate-assignment.yml @@ -27,7 +27,7 @@ jobs: runs-on: hl-sdk-py-lin-md steps: - name: Harden the runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/bot-next-issue-recommendation.yml b/.github/workflows/bot-next-issue-recommendation.yml index 42465609a..81b1a010d 100644 --- a/.github/workflows/bot-next-issue-recommendation.yml +++ b/.github/workflows/bot-next-issue-recommendation.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/bot-p0-issues-notify-team.yml b/.github/workflows/bot-p0-issues-notify-team.yml index c82c79630..dd6ed08ae 100644 --- a/.github/workflows/bot-p0-issues-notify-team.yml +++ b/.github/workflows/bot-p0-issues-notify-team.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Harden the runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/clusterfuzzlite.yml b/.github/workflows/clusterfuzzlite.yml index 6613f359c..e26c0d263 100644 --- a/.github/workflows/clusterfuzzlite.yml +++ b/.github/workflows/clusterfuzzlite.yml @@ -25,7 +25,7 @@ jobs: - address steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -63,7 +63,7 @@ jobs: - address steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/cron-admin-update-spam-list.yml b/.github/workflows/cron-admin-update-spam-list.yml index 0c16f5e93..ca2b2d518 100644 --- a/.github/workflows/cron-admin-update-spam-list.yml +++ b/.github/workflows/cron-admin-update-spam-list.yml @@ -23,7 +23,7 @@ jobs: runs-on: hl-sdk-py-lin-md steps: - name: Harden runner (audit outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/cron-calls-community.yml b/.github/workflows/cron-calls-community.yml index 6a397dec2..01605c3b9 100644 --- a/.github/workflows/cron-calls-community.yml +++ b/.github/workflows/cron-calls-community.yml @@ -27,7 +27,7 @@ jobs: runs-on: hl-sdk-py-lin-md steps: - name: Harden the runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 #2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 #2.19.3 with: egress-policy: audit diff --git a/.github/workflows/cron-calls-office-hours.yml b/.github/workflows/cron-calls-office-hours.yml index 877ef40ae..f03783566 100644 --- a/.github/workflows/cron-calls-office-hours.yml +++ b/.github/workflows/cron-calls-office-hours.yml @@ -26,7 +26,7 @@ jobs: cancel-in-progress: false steps: - name: Harden the runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 #2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 #2.19.3 with: egress-policy: audit diff --git a/.github/workflows/cron-enforcer-pr-linked-issue.yml b/.github/workflows/cron-enforcer-pr-linked-issue.yml index 7b4871cdf..df03d2bdc 100644 --- a/.github/workflows/cron-enforcer-pr-linked-issue.yml +++ b/.github/workflows/cron-enforcer-pr-linked-issue.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Harden the runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit - name: Checkout repository diff --git a/.github/workflows/cron-pr-check-broken-links.yml b/.github/workflows/cron-pr-check-broken-links.yml index 56f3808f8..36899a6de 100644 --- a/.github/workflows/cron-pr-check-broken-links.yml +++ b/.github/workflows/cron-pr-check-broken-links.yml @@ -24,7 +24,7 @@ jobs: runs-on: hl-sdk-py-lin-md steps: - name: Harden runner (audit outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/cron-reminder-issue-no-pr.yml b/.github/workflows/cron-reminder-issue-no-pr.yml index 50251314c..3ce73c240 100644 --- a/.github/workflows/cron-reminder-issue-no-pr.yml +++ b/.github/workflows/cron-reminder-issue-no-pr.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Harden the runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 with: egress-policy: audit diff --git a/.github/workflows/cron-reminder-pr-inactive.yml b/.github/workflows/cron-reminder-pr-inactive.yml index 506973a40..4dba15f50 100644 --- a/.github/workflows/cron-reminder-pr-inactive.yml +++ b/.github/workflows/cron-reminder-pr-inactive.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Harden the runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit - name: Checkout repository diff --git a/.github/workflows/pr-check-feedback-all.yml b/.github/workflows/pr-check-feedback-all.yml index 5080b8d48..8b8c0c4be 100644 --- a/.github/workflows/pr-check-feedback-all.yml +++ b/.github/workflows/pr-check-feedback-all.yml @@ -24,7 +24,7 @@ jobs: runs-on: hl-sdk-py-lin-md steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/pr-check-primary-broken-links.yml b/.github/workflows/pr-check-primary-broken-links.yml index 8d454aaea..c7a5288f7 100644 --- a/.github/workflows/pr-check-primary-broken-links.yml +++ b/.github/workflows/pr-check-primary-broken-links.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Harden runner (audit outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/pr-check-primary-codecov.yml b/.github/workflows/pr-check-primary-codecov.yml index dd60bf4c3..6c5f0e022 100644 --- a/.github/workflows/pr-check-primary-codecov.yml +++ b/.github/workflows/pr-check-primary-codecov.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/pr-check-primary-codeql.yml b/.github/workflows/pr-check-primary-codeql.yml index bc7497e50..c1ef59faf 100644 --- a/.github/workflows/pr-check-primary-codeql.yml +++ b/.github/workflows/pr-check-primary-codeql.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/pr-check-primary-test-files.yml b/.github/workflows/pr-check-primary-test-files.yml index 5bd72100b..be623d2ec 100644 --- a/.github/workflows/pr-check-primary-test-files.yml +++ b/.github/workflows/pr-check-primary-test-files.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/pr-check-secondary-deps-test.yml b/.github/workflows/pr-check-secondary-deps-test.yml index 5fc7fc96c..08d1ed471 100644 --- a/.github/workflows/pr-check-secondary-deps-test.yml +++ b/.github/workflows/pr-check-secondary-deps-test.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/pr-check-secondary-examples.yml b/.github/workflows/pr-check-secondary-examples.yml index 9e19f2b53..643868d36 100644 --- a/.github/workflows/pr-check-secondary-examples.yml +++ b/.github/workflows/pr-check-secondary-examples.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ (github.repository_owner != 'hiero-ledger' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork)) && 'ubuntu-latest' || 'hl-sdk-py-lin-md' }} steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/pr-check-secondary-tck-test.yml b/.github/workflows/pr-check-secondary-tck-test.yml index dd3799c17..c299f7fdc 100644 --- a/.github/workflows/pr-check-secondary-tck-test.yml +++ b/.github/workflows/pr-check-secondary-tck-test.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/pr-check-secondary-unit-integration-test.yml b/.github/workflows/pr-check-secondary-unit-integration-test.yml index b408d72d7..ddb958222 100644 --- a/.github/workflows/pr-check-secondary-unit-integration-test.yml +++ b/.github/workflows/pr-check-secondary-unit-integration-test.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -104,7 +104,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -178,7 +178,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index b2b742d4e..0bbcd268e 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d0a3eaa0b..af3294ac3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit @@ -62,7 +62,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/release-pr-coderabbit-gate.yml b/.github/workflows/release-pr-coderabbit-gate.yml index 81aef3d0b..68f6a9359 100644 --- a/.github/workflows/release-pr-coderabbit-gate.yml +++ b/.github/workflows/release-pr-coderabbit-gate.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Harden the runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/request-triage-review.yml b/.github/workflows/request-triage-review.yml index afd92dde0..ac1a4c6ff 100644 --- a/.github/workflows/request-triage-review.yml +++ b/.github/workflows/request-triage-review.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/review-sync.yml b/.github/workflows/review-sync.yml index 21eb87f13..860fd4640 100644 --- a/.github/workflows/review-sync.yml +++ b/.github/workflows/review-sync.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/sync-issue-labels-add.yml b/.github/workflows/sync-issue-labels-add.yml index a88e39f94..d0acff76b 100644 --- a/.github/workflows/sync-issue-labels-add.yml +++ b/.github/workflows/sync-issue-labels-add.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/sync-issue-labels-compute.yml b/.github/workflows/sync-issue-labels-compute.yml index 9e6e18f4b..df84f28c4 100644 --- a/.github/workflows/sync-issue-labels-compute.yml +++ b/.github/workflows/sync-issue-labels-compute.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/test-review-sync.yml b/.github/workflows/test-review-sync.yml index 3b5630508..11c047fe1 100644 --- a/.github/workflows/test-review-sync.yml +++ b/.github/workflows/test-review-sync.yml @@ -21,7 +21,7 @@ jobs: contents: read steps: - name: Harden the runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit diff --git a/.github/workflows/unassign-on-comment.yml b/.github/workflows/unassign-on-comment.yml index 24bbdb07e..3d4c93e4c 100644 --- a/.github/workflows/unassign-on-comment.yml +++ b/.github/workflows/unassign-on-comment.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Harden runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 with: egress-policy: audit diff --git a/.github/workflows/working-on-comment.yml b/.github/workflows/working-on-comment.yml index e118baed7..d36aa86cf 100644 --- a/.github/workflows/working-on-comment.yml +++ b/.github/workflows/working-on-comment.yml @@ -26,7 +26,7 @@ jobs: cancel-in-progress: false steps: - name: Harden Runner - uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2 + uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3 with: egress-policy: audit