[openssh-commits] [openssh] branch master updated: Output Actions allowlist for uploading to Github.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Jun 22 21:30:51 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 10715f25c Output Actions allowlist for uploading to Github.
10715f25c is described below
commit 10715f25c40f5f7c670c341fadc52fbe1935db08
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Mon Jun 22 21:28:58 2026 +1000
Output Actions allowlist for uploading to Github.
---
.github/pin_actions.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/pin_actions.sh b/.github/pin_actions.sh
index cb175f250..8b64e8238 100755
--- a/.github/pin_actions.sh
+++ b/.github/pin_actions.sh
@@ -9,7 +9,6 @@ set -e
github=https://github.com
for workflow in workflows/*.yml; do
- echo workflow: $workflow
sed 's/ - / /' ${workflow} | grep -v '^#' | awk '/uses:/ {print}' | \
while read line; do
action_ver=$(awk '{print $2}' <<<${line})
@@ -31,3 +30,6 @@ for workflow in workflows/*.yml; do
${workflow}
done
done
+
+# Output actions for allowlist.
+awk 'BEGIN{IFS=":"} /^ +uses:.*@/{print $2","}' workflows/*.yml | sort -u
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list