From d2c3e4833bf30d32317817e2e7ae5c9a5d2cf305 Mon Sep 17 00:00:00 2001 From: jasonBirchall Date: Tue, 29 Oct 2024 16:35:12 +0000 Subject: [PATCH] :memo: Add comments as suggestions for other options --- check-version-pinning/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check-version-pinning/README.md b/check-version-pinning/README.md index 1138fd1..bf2c3c1 100644 --- a/check-version-pinning/README.md +++ b/check-version-pinning/README.md @@ -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?