Skip to content

Commit

Permalink
Update CodeQL CLI from v2.14.5 to v2.15.4
Browse files Browse the repository at this point in the history
Updates to latest to fix numerous bugs. Complete set of changes:

github/codeql-cli-binaries@v2.14.5...v2.15.4

Signed-off-by: Michael Kubacki <[email protected]>
  • Loading branch information
makubacki committed Dec 14, 2023
1 parent 384e529 commit 78632a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .pytool/Plugin/CodeQL/codeqlcli_ext_dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"scope": "codeql-ext-dep",
"type": "web",
"name": "codeql_cli",
"source": "https://github.com/github/codeql-cli-binaries/releases/download/v2.12.4/codeql.zip",
"version": "2.12.4",
"sha256": "f682f1155d627ad97f10b1bcad97f682011986717bd3823e9cf831ed83ac96e7",
"source": "https://github.com/github/codeql-cli-binaries/releases/download/v2.15.4/codeql.zip",
"version": "2.15.4",
"sha256": "b39c47fee4374b1b5960b116193672ba577cca8af3dcbc7a4f327e1894197dbb",
"compression_type": "zip",
"internal_path": "/codeql/",
"flags": ["set_shell_var", ],
Expand Down
6 changes: 3 additions & 3 deletions .pytool/Plugin/CodeQL/codeqlcli_linux_ext_dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"scope": "codeql-linux-ext-dep",
"type": "web",
"name": "codeql_linux_cli",
"source": "https://github.com/github/codeql-cli-binaries/releases/download/v2.14.5/codeql-linux64.zip",
"version": "2.14.5",
"sha256": "72aa5d748ff9ab57cfd86045560683bdc4897e0fe6d9f9a2786d9394674ae733",
"source": "https://github.com/github/codeql-cli-binaries/releases/download/v2.15.4/codeql-linux64.zip",
"version": "2.15.4",
"sha256": "f1a3fe9e83289cf24a69d964710860211c5a9be26da14bab08f240e273a1f5a2",
"compression_type": "zip",
"internal_path": "/codeql/",
"flags": ["set_shell_var", ],
Expand Down
6 changes: 3 additions & 3 deletions .pytool/Plugin/CodeQL/codeqlcli_windows_ext_dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"scope": "codeql-windows-ext-dep",
"type": "web",
"name": "codeql_windows_cli",
"source": "https://github.com/github/codeql-cli-binaries/releases/download/v2.14.5/codeql-win64.zip",
"version": "2.14.5",
"sha256": "861fcb38365cc311efee0c3a28c77494e93c69a969885b72e53173ad473f61aa",
"source": "https://github.com/github/codeql-cli-binaries/releases/download/v2.15.4/codeql-win64.zip",
"version": "2.15.4",
"sha256": "eb3d014f036dc5c4fee1b90b9a2b3066bb7e0c92b33035a0e23c08ba04dd4e9c",
"compression_type": "zip",
"internal_path": "/codeql/",
"flags": ["set_shell_var", ],
Expand Down

0 comments on commit 78632a1

Please sign in to comment.