From 2cb8192c5da385a9c267b91f045228581aa43314 Mon Sep 17 00:00:00 2001 From: PSJ <51746608+thispsj@users.noreply.github.com> Date: Fri, 29 Apr 2022 10:01:23 +0530 Subject: [PATCH] Adds the comment --- data/reusables/actions/actions-use-sha-pinning.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/reusables/actions/actions-use-sha-pinning.md diff --git a/data/reusables/actions/actions-use-sha-pinning.md b/data/reusables/actions/actions-use-sha-pinning.md new file mode 100644 index 0000000000..e392448971 --- /dev/null +++ b/data/reusables/actions/actions-use-sha-pinning.md @@ -0,0 +1 @@ +# GitHub recommends pinning actions to a commit SHA. To get a newer version, you will need to update the SHA. You can also reference a tag or branch, but the action may change without warning.