From 4f826d19dc611215ffa10e93cff8d7050d82127e Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 11 Mar 2022 07:47:42 -0800 Subject: [PATCH] chore: update GitHub archive url to produce stable SHA (#650) Required per https://github.com/bazel-contrib/SIG-rules-authors/issues/11 --- .github/workflows/workspace_snippet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workspace_snippet.sh b/.github/workflows/workspace_snippet.sh index a498d97671..06f33f8f00 100755 --- a/.github/workflows/workspace_snippet.sh +++ b/.github/workflows/workspace_snippet.sh @@ -17,7 +17,7 @@ http_archive( name = "rules_python", sha256 = "${SHA}", strip_prefix = "${PREFIX}", - url = "https://github.com/bazelbuild/rules_python/archive/${TAG}.tar.gz", + url = "https://github.com/bazelbuild/rules_python/refs/tags/${TAG}.tar.gz", ) \`\`\` EOF