From 0f5c93956f260fac49364a32b77fe53326b0a5c7 Mon Sep 17 00:00:00 2001 From: Guthrie McAfee Armstrong Date: Wed, 27 Apr 2022 02:19:52 -0400 Subject: [PATCH] docs: update actions/checkout branch name to v3 Their `master` branch has moved to `main`, but the example may as well point to `v3` See also: https://github.com/aquasecurity/tfsec/pull/1701 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35e0b18..1066273 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ jobs: steps: - name: Clone repo - uses: actions/checkout@master + uses: actions/checkout@v3 - name: tfsec uses: aquasecurity/tfsec-sarif-action@v0.1.0