Skip to content

Commit 4619128

Browse files
author
Alvaro Muñoz
committed
Move from githubsecuritylab packages to github
1 parent c764b39 commit 4619128

File tree

748 files changed

+777
-777
lines changed

Some content is hidden

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

748 files changed

+777
-777
lines changed

.github/action/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28606,7 +28606,7 @@ async function newCodeQL() {
2860628606
return {
2860728607
language: "javascript",
2860828608
path: await findCodeQL(),
28609-
pack: "githubsecuritylab/actions-queries",
28609+
pack: "github/actions-queries",
2861028610
suite: `codeql-suites/${core.getInput("suite") || "actions-code-scanning"}.qls`,
2861128611
source_root: core.getInput("source-root"),
2861228612
output: core.getInput("sarif"),

.github/action/src/codeql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export async function newCodeQL(): Promise<CodeQLConfig> {
2626
return {
2727
language: "javascript",
2828
path: await findCodeQL(),
29-
pack: "githubsecuritylab/actions-queries",
29+
pack: "github/actions-queries",
3030
suite: `codeql-suites/${core.getInput("suite") || "actions-code-scanning"}.qls`,
3131
source_root: core.getInput("source-root"),
3232
output: core.getInput("sarif"),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extensions:
22
- addsTo:
3-
pack: githubsecuritylab/actions-all
3+
pack: github/actions-all
44
extensible: actionsSinkModel
55
data:
66
- ["8398a7/action-slack", "*", "input.custom_payload", "code-injection", "manual"]

ql/lib/ext/SonarSource_sonarcloud-github-action.model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extensions:
22
- addsTo:
3-
pack: githubsecuritylab/actions-all
3+
pack: github/actions-all
44
extensible: actionsSinkModel
55
data:
66
- ["SonarSource/sonarcloud-github-action", "*", "input.args", "secret-exfiltration", "manual"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extensions:
22
- addsTo:
3-
pack: githubsecuritylab/actions-all
3+
pack: github/actions-all
44
extensible: actionsSinkModel
55
data:
66
- ["actions/github-script", "*", "input.script", "code-injection", "manual"]

ql/lib/ext/ahmadnassri_action-changed-files.model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extensions:
22
- addsTo:
3-
pack: githubsecuritylab/actions-all
3+
pack: github/actions-all
44
extensible: actionsSourceModel
55
data:
66
- ["ahmadnassri/action-changed-files", "*", "output.files", "filename", "manual"]

ql/lib/ext/akhileshns_heroku-deploy.model.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
extensions:
22
- addsTo:
3-
pack: githubsecuritylab/actions-all
3+
pack: github/actions-all
44
extensible: actionsSummaryModel
55
data:
66
- ["akhileshns/heroku-deploy", "*", "input.branch", "output.status", "taint", "manual"]
77
- addsTo:
8-
pack: githubsecuritylab/actions-all
8+
pack: github/actions-all
99
extensible: actionsSinkModel
1010
data:
1111
- ["akhileshns/heroku-deploy", "*", "input.heroku_app_name", "command-injection", "manual"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extensions:
22
- addsTo:
3-
pack: githubsecuritylab/actions-all
3+
pack: github/actions-all
44
extensible: actionsSourceModel
55
data:
66
- ["amannn/action-semantic-pull-request", "*", "output.error_message", "text", "manual"]

ql/lib/ext/anchore_sbom-action.model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extensions:
22
- addsTo:
3-
pack: githubsecuritylab/actions-all
3+
pack: github/actions-all
44
extensible: actionsSinkModel
55
data:
66
- ["anchore/sbom-action", "*", "input.syft-version", "command-injection", "manual"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extensions:
22
- addsTo:
3-
pack: githubsecuritylab/actions-all
3+
pack: github/actions-all
44
extensible: actionsSinkModel
55
data:
66
- ["anchore/scan-action", "*", "input.grype-version", "command-injection", "manual"]

0 commit comments

Comments
 (0)