Skip to content
Open
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
10 changes: 9 additions & 1 deletion .github/workflows/debug-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading