Skip to content

Commit c35d65f

Browse files
authored
Merge branch 'main' into 20823-globalVarRef-document-defaultView
2 parents 08dfb95 + 0c43f2c commit c35d65f

File tree

289 files changed

+20588
-9336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

289 files changed

+20588
-9336
lines changed

.gitattributes

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@
8282
/csharp/paket.main.bzl linguist-generated=true
8383
/csharp/paket.main_extension.bzl linguist-generated=true
8484

85-
# ripunzip tool
86-
/misc/ripunzip/ripunzip-* filter=lfs diff=lfs merge=lfs -text
87-
8885
# swift prebuilt resources
8986
/swift/third_party/resources/*.zip filter=lfs diff=lfs merge=lfs -text
9087
/swift/third_party/resources/*.tar.zst filter=lfs diff=lfs merge=lfs -text

.github/workflows/build-ripunzip.yml

Lines changed: 0 additions & 166 deletions
This file was deleted.

MODULE.bazel

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -269,24 +269,16 @@ go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
269269
go_deps.from_file(go_mod = "//go/extractor:go.mod")
270270
use_repo(go_deps, "org_golang_x_mod", "org_golang_x_tools")
271271

272-
lfs_archive = use_repo_rule("//misc/bazel:lfs.bzl", "lfs_archive")
272+
ripunzip_archive = use_repo_rule("//misc/ripunzip:ripunzip.bzl", "ripunzip_archive")
273273

274-
lfs_archive(
275-
name = "ripunzip-linux",
276-
src = "//misc/ripunzip:ripunzip-Linux.tar.zst",
277-
build_file = "//misc/ripunzip:BUILD.ripunzip.bazel",
278-
)
279-
280-
lfs_archive(
281-
name = "ripunzip-windows",
282-
src = "//misc/ripunzip:ripunzip-Windows.tar.zst",
283-
build_file = "//misc/ripunzip:BUILD.ripunzip.bazel",
284-
)
285-
286-
lfs_archive(
287-
name = "ripunzip-macos",
288-
src = "//misc/ripunzip:ripunzip-macOS.tar.zst",
289-
build_file = "//misc/ripunzip:BUILD.ripunzip.bazel",
274+
# go to https://github.com/GoogleChrome/ripunzip/releases to find latest version and corresponding sha256s
275+
ripunzip_archive(
276+
name = "ripunzip",
277+
sha256_linux = "ee0e8a957687a5dc3a66b2a4b25883bf762df4c9c07f0651af527a32a405054b",
278+
sha256_macos_arm = "8a88eea54eac232d162a72a42065e0429b82dbf4f05e9642915dff9d7a81f846",
279+
sha256_macos_intel = "4457a18bfcc5feabe09f5ea3d1157128e07b4873392cb404a870e611924abf64",
280+
sha256_windows = "66d0c1375301bf5ab815348048f43b110631d3fa7200acd50d50a8ed8655ca62",
281+
version = "2.0.3",
290282
)
291283

292284
register_toolchains(

actions/ql/lib/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.21
2+
3+
No user-facing changes.
4+
15
## 0.4.20
26

37
No user-facing changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.4.21
2+
3+
No user-facing changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
lastReleaseVersion: 0.4.20
2+
lastReleaseVersion: 0.4.21

actions/ql/lib/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: codeql/actions-all
2-
version: 0.4.21-dev
2+
version: 0.4.22-dev
33
library: true
44
warnOnImplicitThis: true
55
dependencies:

actions/ql/src/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.13
2+
3+
No user-facing changes.
4+
15
## 0.6.12
26

37
No user-facing changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.6.13
2+
3+
No user-facing changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
lastReleaseVersion: 0.6.12
2+
lastReleaseVersion: 0.6.13

0 commit comments

Comments
 (0)