From 9d5798df5bb2acfe9166a48d89d5da38616eacfb Mon Sep 17 00:00:00 2001 From: Boy Baukema Date: Thu, 12 Oct 2023 11:45:17 +0200 Subject: [PATCH] Recommend version branch instead of tag Recommending users install a tag leads to them never updating to later (patch) versions. We should follow GitHub best practices and recommend a major version branch instead. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb8a7f8..e82a1c7 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ If this is a new 'fine-grained, repository-scoped token' you will need to ensure name: filtered-results - name: import flaws as issues - uses: veracode/veracode-flaws-to-issues@v2.1.19 + uses: veracode/veracode-flaws-to-issues@v2 with: scan-results-json: 'filtered_results.json' ``` @@ -191,7 +191,7 @@ If this is a new 'fine-grained, repository-scoped token' you will need to ensure path: /tmp - name: import flaws as issues - uses: veracode/veracode-flaws-to-issues@v2.1.19 + uses: veracode/veracode-flaws-to-issues@v2 with: scan-results-json: '/tmp/policy_flaws.json' ```