Skip to content

Commit

Permalink
📝 Add comments as suggestions for other options
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonBirchall committed Oct 29, 2024
1 parent d69ff12 commit d2c3e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check-version-pinning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- name: Check for unpinned Actions
uses: ministryofjustice/github-actions/check-version-pinning@ccf9e3a4a828df1ec741f6c8e6ed9d0acaef3490 # v18.5.0
with:
workflow_directory: ".github/workflows"
scan_mode: "full"
workflow_directory: ".github/workflows" # Or wherever your workflows are stored
scan_mode: "full" # or "pr_changes" for PR-specific scans
```

## Why This Action?
Expand Down

0 comments on commit d2c3e48

Please sign in to comment.