Skip to content

Commit

Permalink
chore: Update github archive URLs to have stable SHAs (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trabochuk authored Feb 11, 2022
1 parent b797cce commit 302bfe4
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 @@ -19,7 +19,7 @@ http_archive(
name = "aspect_bazel_lib",
sha256 = "${SHA}",
strip_prefix = "${PREFIX}",
url = "https://github.com/aspect-build/bazel-lib/archive/${TAG}.tar.gz",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/${TAG}.tar.gz",
)
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")
Expand Down
2 changes: 1 addition & 1 deletion internal_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def bazel_lib_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 302bfe4

Please sign in to comment.