Skip to content

Commit 4f826d1

Browse files
authored
chore: update GitHub archive url to produce stable SHA (#650)
Required per bazel-contrib/SIG-rules-authors#11
1 parent 7bf15dc commit 4f826d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workspace_snippet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ http_archive(
1717
name = "rules_python",
1818
sha256 = "${SHA}",
1919
strip_prefix = "${PREFIX}",
20-
url = "https://github.com/bazelbuild/rules_python/archive/${TAG}.tar.gz",
20+
url = "https://github.com/bazelbuild/rules_python/refs/tags/${TAG}.tar.gz",
2121
)
2222
\`\`\`
2323
EOF

0 commit comments

Comments
 (0)