forked from angular/angular-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1138 from angular/main
Create a new pull request by comparing changes across two branches
- Loading branch information
Showing
259 changed files
with
7,407 additions
and
7,733 deletions.
There are no files selected for viewing
24 changes: 19 additions & 5 deletions
24
.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,22 @@ | ||
# @generated | ||
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml"). | ||
# This file should be checked into version control along with the pnpm-lock.yaml file. | ||
.npmrc=-2023857461 | ||
package.json=857732709 | ||
pnpm-lock.yaml=252219114 | ||
pnpm-workspace.yaml=1711114604 | ||
yarn.lock=-46638791 | ||
.npmrc=-1406867100 | ||
modules/testing/builder/package.json=973445093 | ||
package.json=118967274 | ||
packages/angular/build/package.json=-1342328419 | ||
packages/angular/cli/package.json=-1785130725 | ||
packages/angular/pwa/package.json=1108903917 | ||
packages/angular/ssr/package.json=-1038366877 | ||
packages/angular_devkit/architect/package.json=-1496633956 | ||
packages/angular_devkit/architect_cli/package.json=1551210941 | ||
packages/angular_devkit/build_angular/package.json=-209671030 | ||
packages/angular_devkit/build_webpack/package.json=373950017 | ||
packages/angular_devkit/core/package.json=339935828 | ||
packages/angular_devkit/schematics/package.json=673943597 | ||
packages/angular_devkit/schematics_cli/package.json=-169616762 | ||
packages/ngtools/webpack/package.json=1373072616 | ||
packages/schematics/angular/package.json=251715148 | ||
pnpm-lock.yaml=-968241303 | ||
pnpm-workspace.yaml=-1056556036 | ||
yarn.lock=1608250888 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: 'Angular CLI CodeQL config' | ||
|
||
query-filters: | ||
# TODO(josephperrott): reevaluate if these can be reenabled. | ||
- exclude: | ||
id: js/bad-code-sanitization | ||
- exclude: | ||
id: js/regex-injection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: 'CodeQL' | ||
|
||
on: | ||
push: | ||
branches: ['main', '*.*.x'] | ||
schedule: | ||
- cron: '39 9 * * 1' | ||
|
||
permissions: {} | ||
|
||
jobs: | ||
analyze: | ||
name: Analyze | ||
runs-on: 'ubuntu-latest' | ||
permissions: | ||
security-events: write | ||
packages: read | ||
strategy: | ||
fail-fast: false | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
persist-credentials: false | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@1a7989f3955e0c69f0e0ccc14aee54a387a0fd31 #v3.28.8 | ||
with: | ||
languages: javascript-typescript | ||
build-mode: none | ||
config-file: .github/codeql/config.yml | ||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@86b04fb0e47484f7282357688f21d5d0e32175fe #v3.28.8 | ||
with: | ||
category: '/language:javascript-typescript' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.