diff --git a/.github/workflows/debug-workflow.yml b/.github/workflows/debug-workflow.yml index 6c3c03c6f6..b3e02a8963 100644 --- a/.github/workflows/debug-workflow.yml +++ b/.github/workflows/debug-workflow.yml @@ -20,11 +20,19 @@ on: # Manual trigger for testing workflow_dispatch: +permissions: + contents: read + jobs: test-local: runs-on: [small, default-config] steps: - - uses: actions/checkout@v4 + - name: Harden the runner (Audit all outbound calls) + uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0 + with: + egress-policy: audit + + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 # Test the published action # - name: New CDS Action