Commit Graph

66 Commits

Author SHA1 Message Date
R. Ryantm
39132f4ee8 codeql: 2.14.1 -> 2.14.2 2023-08-21 06:06:02 +00:00
R. Ryantm
3a60b170e9 codeql: 2.14.0 -> 2.14.1 2023-08-01 09:03:41 +00:00
R. Ryantm
b75f4d748c codeql: 2.13.5 -> 2.14.0 2023-07-23 19:31:30 +00:00
R. Ryantm
3279a248ab codeql: 2.13.3 -> 2.13.5 2023-07-09 01:22:00 +00:00
Arnout Engelen
f468c07e5f
codeql: fix passing in nix JDK
The old approach only set CODEQL_JAVA_HOME in codeql, but apparently
that didn't propagate to other tools such as the various
`autobuild.sh` scripts. Setting it in a wrapper did seem to work
for `codeql database create testdb --language javascript` but not
for `codeql database analyze ...`.

This approach based on the earlier PR by Bas fixed both commands
for me.

Co-Authored-By: Bas Alberts <bas@anti.computer>
2023-06-21 12:48:41 +02:00
R. Ryantm
f9959e8a6e codeql: 2.13.1 -> 2.13.3 2023-06-02 22:11:23 +00:00
R. Ryantm
82f05c49f1 codeql: 2.13.0 -> 2.13.1 2023-05-06 04:33:43 +00:00
R. Ryantm
d2797ded5f codeql: 2.12.6 -> 2.13.0 2023-04-23 04:56:40 +00:00
R. Ryantm
df620d7d66 codeql: 2.12.5 -> 2.12.6 2023-04-18 01:53:50 +00:00
R. Ryantm
ecc7acabe6 codeql: 2.12.4 -> 2.12.5 2023-03-31 19:45:43 +00:00
Max Ammann
27cbc35640 codeql: make substitution include the aarch path
Before this commit the path to the JDK was set wrong on aarch64. This
was because the script just appends -aarch64 on aarch64. But this is
wrong. This patch forces the script to use the nix JDK.
2023-03-20 14:50:29 -04:00
Weijia Wang
952327b3b0 codeql: jdk11 -> jdk17 2023-03-18 12:52:18 +02:00
R. Ryantm
291a1ae485 codeql: 2.12.3 -> 2.12.4 2023-03-14 18:14:02 +00:00
R. Ryantm
5d1d52b01a codeql: 2.12.2 -> 2.12.3 2023-03-02 00:59:09 +00:00
R. Ryantm
31cb8274e3 codeql: 2.12.1 -> 2.12.2 2023-02-10 03:32:29 +00:00
R. Ryantm
719765485f codeql: 2.12.0 -> 2.12.1 2023-01-29 20:05:31 +00:00
R. Ryantm
adaa528967 codeql: 2.11.0 -> 2.12.0 2023-01-15 07:31:19 +00:00
R. Ryantm
cd7660311f codeql: 2.10.5 -> 2.11.0 2022-09-29 11:15:39 +00:00
R. Ryantm
a287889c3b codeql: 2.8.5 -> 2.10.5 2022-09-15 03:07:16 +00:00
Mario Rodas
6b1a68c045
Merge pull request #168228 from r-ryantm/auto-update/codeql
codeql: 2.8.2 -> 2.8.5
2022-05-04 07:16:42 -05:00
Harry Maclean
b529464b75 codeql: remove autoPatchelfHook dependency
An earlier commit (d2f2687) restricted the platforms for this tool to
just linux because the derivation depends on autoPatchelfHook. It turns
out that this dependency is not actually used, so we can remove it and
expand the supported platforms to include darwin.
2022-04-28 15:33:05 +12:00
R. Ryantm
e1b299949e codeql: 2.8.2 -> 2.8.5 2022-04-11 05:06:27 +00:00
github-actions[bot]
55db28db36
Merge staging-next into staging 2022-04-09 18:01:56 +00:00
OPNA2608
d2f268745a treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00
R. Ryantm
12341ef535 codeql: 2.8.1 -> 2.8.2 2022-03-01 03:06:42 +00:00
R. Ryantm
c7ef4bdcb3 codeql: 2.8.0 -> 2.8.1 2022-02-18 03:52:43 +00:00
R. RyanTM
b37bf4cdf6
codeql: 2.7.5 -> 2.8.0
(#159174)
2022-02-16 13:51:18 +01:00
R. Ryantm
c6d7a29ab6 codeql: 2.7.3 -> 2.7.5 2022-01-24 05:52:02 +00:00
R. Ryantm
2d55a4bcec codeql: 2.7.2 -> 2.7.3 2021-12-24 04:22:53 +00:00
R. Ryantm
c54390f318 codeql: 2.7.0 -> 2.7.2 2021-12-06 10:33:42 +00:00
R. Ryantm
43206de439 codeql: 2.6.2 -> 2.7.0 2021-10-29 08:00:04 +00:00
Harry Maclean
1d369f0963 codeql: 2.5.9 -> 2.6.2
This requires a minor change to accommodate a different path to Java in
the codeql script.
2021-10-07 11:57:57 +01:00
Harry Maclean
f9ae94032f codeql: update homepage 2021-10-07 11:57:56 +01:00
Harry Maclean
7aa5a5eb8f codeql: trim nativeBuildInputs
These dependencies are not needed for recent CodeQL versions. Removing
them also makes this package buildable on darwin.
2021-10-07 11:57:56 +01:00
R. RyanTM
369cb4e7ce codeql: 2.5.8 -> 2.5.9 2021-08-10 12:20:18 +00:00
R. RyanTM
d7423272a8 codeql: 2.5.7 -> 2.5.8 2021-07-26 23:26:11 +00:00
R. RyanTM
2b42d61cef codeql: 2.5.6 -> 2.5.7 2021-07-07 10:15:57 -07:00
R. RyanTM
19194c50a2 codeql: 2.5.5 -> 2.5.6 2021-06-23 02:07:44 +00:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
R. RyanTM
354538f507 codeql: 2.5.4 -> 2.5.5 2021-05-20 14:43:37 -07:00
R. RyanTM
af7e2ffec4 codeql: 2.5.3 -> 2.5.4 2021-05-17 13:45:57 -07:00
R. RyanTM
f0521b2416 codeql: 2.5.2 -> 2.5.3 2021-05-08 15:33:50 -07:00
R. RyanTM
aefb947051 codeql: 2.5.0 -> 2.5.2 2021-04-25 23:09:35 -04:00
R. RyanTM
4d1b488f2f codeql: 2.4.6 -> 2.5.0 2021-03-27 07:54:39 +00:00
R. RyanTM
f8f11cba77 codeql: 2.4.5 -> 2.4.6 2021-03-22 06:03:47 +00:00
R. RyanTM
25a14d4d87 codeql: 2.4.4 -> 2.4.5 2021-03-10 19:28:43 +00:00
R. RyanTM
c01376f960 codeql: 2.4.3 -> 2.4.4 2021-03-04 13:54:07 +00:00
R. RyanTM
febc74888e codeql: 2.4.2 -> 2.4.3 2021-03-03 01:10:57 -05:00
R. RyanTM
40c99513eb codeql: 2.4.1 -> 2.4.2 2021-01-28 23:48:20 +00:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00