Skip to content

Commit fe7ff80

Browse files
committed
Merge branch 'main' into pathi
2 parents 08cb038 + 5e65c40 commit fe7ff80

File tree

253 files changed

+3586
-705
lines changed

Some content is hidden

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

253 files changed

+3586
-705
lines changed

.bazelrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ common --@rules_dotnet//dotnet/settings:strict_deps=false
3333
# we only configure a nightly toolchain
3434
common --@rules_rust//rust/toolchain/channel=nightly
3535

36-
# rust does not like the gold linker, while bazel does by default, so let's avoid using it
37-
common:linux --linkopt=-fuse-ld=lld
38-
common:macos --linkopt=-fuse-ld=lld
39-
4036
# Reduce this eventually to empty, once we've fixed all our usages of java, and https://github.com/bazel-contrib/rules_go/issues/4193 is fixed
4137
common --incompatible_autoload_externally="+@rules_java,+@rules_shell"
4238

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ local_path_override(
1414

1515
# see https://registry.bazel.build/ for a list of available packages
1616

17-
bazel_dep(name = "platforms", version = "0.0.11")
17+
bazel_dep(name = "platforms", version = "1.0.0")
1818
bazel_dep(name = "rules_go", version = "0.56.1")
1919
bazel_dep(name = "rules_pkg", version = "1.0.1")
2020
bazel_dep(name = "rules_nodejs", version = "6.2.0-codeql.1")

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.15
2+
3+
No user-facing changes.
4+
15
## 0.4.14
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.15
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.14
2+
lastReleaseVersion: 0.4.15

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.15-dev
2+
version: 0.4.16-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.7
2+
3+
No user-facing changes.
4+
15
## 0.6.6
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.7
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.6
2+
lastReleaseVersion: 0.6.7

actions/ql/src/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: codeql/actions-queries
2-
version: 0.6.7-dev
2+
version: 0.6.8-dev
33
library: false
44
warnOnImplicitThis: true
55
groups: [actions, queries]

0 commit comments

Comments
 (0)