Commit df23b56
Unpin CodeQL pack dependencies by removing committed lock files (#45)
* Initial plan
* Remove pinned codeql-pack.lock.yml files and ignore future ones
Agent-Logs-Url: https://github.com/advanced-security/codeql-development-template/sessions/a6282c16-1661-4d3b-b8ae-3a50f516d757
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
* Add install script, ${workspace} refs, bump to v0.0.2
- Add scripts/install-codeql-packs.sh using codeql pack ls
for dynamic pack discovery with retry and --language filter
- Use ${workspace} for intra-workspace deps in test packs
- Bump all 32 workspace packs from 0.0.1 to 0.0.2
- Add pack install step to copilot-setup-steps workflow
- Add README Step 2 for post-clone pack installation
- Revert .gitignore: keep lock files in template-derived repos
Resolves review feedback from #45. See also #43.
* Fixes for prompt tidy/lint
* Fixes for install-codeql-packs.sh
* Update copilot-setup-steps workflow "on:{push,pull_request}paths"
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
Co-authored-by: Nathan Randall <data-douser@github.com>1 parent 344b82a commit df23b56
67 files changed
Lines changed: 231 additions & 973 deletions
File tree
- .github/workflows
- languages
- actions
- custom
- src
- test
- tools
- src
- test
- cpp
- custom
- src
- test
- tools
- src
- test
- csharp
- custom
- src
- test
- tools
- src
- test
- go
- custom
- src
- test
- tools
- src
- test
- javascript
- custom
- src
- test
- tools
- src
- test
- java
- custom
- src
- test
- tools
- src
- test
- python
- custom
- src
- test
- tools
- src
- test
- ruby
- custom
- src
- test
- tools
- src
- test
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
38 | 50 | | |
39 | 51 | | |
40 | 52 | | |
| |||
46 | 58 | | |
47 | 59 | | |
48 | 60 | | |
49 | | - | |
| 61 | + | |
50 | 62 | | |
51 | 63 | | |
52 | 64 | | |
53 | 65 | | |
54 | 66 | | |
55 | | - | |
| 67 | + | |
56 | 68 | | |
57 | 69 | | |
58 | 70 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
0 commit comments