Skip to content

Commit

Permalink
chore: Update github archive URLs to have stable SHAs (bazelbuild#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Feb 11, 2022
1 parent 1750372 commit 4d86723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workspace_snippet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ http_archive(
name = "com_myorg_rules_mylang",
sha256 = "${SHA}",
strip_prefix = "${PREFIX}",
url = "https://github.com/myorg/rules_mylang/archive/${TAG}.tar.gz",
url = "https://github.com/myorg/rules_mylang/archive/refs/tags/${TAG}.tar.gz",
)
# Fetches the rules_mylang dependencies.
Expand Down
2 changes: 1 addition & 1 deletion internal_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def rules_mylang_internal_deps():
strip_prefix = "bazel-skylib-1.1.1",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/1.1.1.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/archive/1.1.1.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.1.1.tar.gz",
],
)

Expand Down

0 comments on commit 4d86723

Please sign in to comment.