8000 Move to the codeql-testing org · github/codeql-action@2754e10 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2754e10

Browse files
committed
Move to the codeql-testing org
Refer to the packages in codeql-testing, not in dsp-testing.
1 parent ae0109a commit 2754e10

25 files changed

+61
-51
lines changed

.github/workflows/__init-with-registries.yml

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-codescanning-config-inputs-js.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-config-inputs-js.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-inputs-js.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__split-workflow.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/codescanning-config-cli.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
with:
6565
expected-config-file-contents: |
6666
{
67-
"packs": ["dsp-testing/codeql-pack1@1.0.0", "dsp-testing/codeql-pack2" ]
67+
"packs": ["codeql-testing/codeql-pack1@1.0.0", "codeql-testing/codeql-pack2" ]
6868
}
6969
languages: javascript
70-
packs: dsp-testing/codeql-pack1@1.0.0, dsp-testing/codeql-pack2
70+
packs: codeql-testing/codeql-pack1@1.0.0, codeql-testing/codeql-pack2
7171
tools: ${{ steps.prepare-test.outputs.tools-url }}
7272

7373
- name: Packs from input with +
@@ -76,10 +76,10 @@ jobs:
7676
with:
7777
expected-config-file-contents: |
7878
{
79-
"packs": ["dsp-testing/codeql-pack1@1.0.0", "dsp-testing/codeql-pack2" ]
79+
"packs": ["codeql-testing/codeql-pack1@1.0.0", "codeql-testing/codeql-pack2" ]
8080
}
8181
languages: javascript
82-
packs: + dsp-testing/codeql-pack1@1.0.0, dsp-testing/codeql-pack2
82+
packs: + codeql-testing/codeql-pack1@1.0.0, codeql-testing/codeql-pack2
8383
tools: ${{ steps.prepare-test.outputs.tools-url }}
8484

8585
- name: Queries from input
@@ -113,11 +113,11 @@ jobs:
113113
expected-config-file-contents: |
114114
{
115115
"queries": [{ "uses": "./codeql-qlpacks/complex-javascript-qlpack/show_ifs.ql" }],
116-
"packs": ["dsp-testing/codeql-pack1@1.0.0", "dsp-testing/codeql-pack2" ]
116+
"packs": ["codeql-testing/codeql-pack1@1.0.0", "codeql-testing/codeql-pack2" ]
117117
}
118118
languages: javascript
119119
queries: + ./codeql-qlpacks/complex-javascript-qlpack/show_ifs.ql
120-
packs: + dsp-testing/codeql-pack1@1.0.0, dsp-testing/codeql-pack2
120+
packs: + codeql-testing/codeql-pack1@1.0.0, codeql-testing/codeql-pack2
121121
tools: ${{ steps.prepare-test.outputs.tools-url }}
122122

123123
- name: Queries and packs from config
@@ -128,7 +128,7 @@ jobs:
128128
{
129129
"queries": [{ "uses": "./codeql-qlpacks/complex-javascript-qlpack/foo2/show_ifs.ql" }],
130130
"packs": {
131-
"javascript": ["dsp-testing/codeql-pack1@1.0.0", "dsp-testing/codeql-pack2" ]
131+
"javascript": ["codeql-testing/codeql-pack1@1.0.0", "codeql-testing/codeql-pack2" ]
132132
}
133133
}
134134
languages: javascript
@@ -161,7 +161,7 @@ jobs:
161161
{ "uses": "./codeql-qlpacks/complex-javascript-qlpack/show_ifs.ql" }
162162
],
163163
"packs": {
164-
"javascript": ["dsp-testing/codeql-pack1@1.0.0", "dsp-testing/codeql-pack2", "codeql/javascript-queries" ]
164+
"javascript": ["codeql-testing/codeql-pack1@1.0.0", "codeql-testing/codeql-pack2", "codeql/javascript-queries" ]
165165
}
166166
}
167167
languages: javascript
@@ -177,7 +177,7 @@ jobs:
177177
expected-config-file-contents: |
178178
{
179179
"packs": {
180-
"javascript": ["dsp-testing/codeql-pack1@1.0.0", "dsp-testing/codeql-pack2" ],
180+
"javascript": ["codeql-testing/codeql-pack1@1.0.0", "codeql-testing/codeql-pack2" ],
181181
"ruby": ["codeql/ruby-queries"]
182182
},
183183
"queries": [

lib/codeql.test.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codeql.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/config-utils.test.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/config-utils.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0