René's URL Explorer Experiment


Title: Bump the npm group with 10 updates by dependabot[bot] · Pull Request #1966 · github/codeql-action · GitHub

Open Graph Title: Bump the npm group with 10 updates by dependabot[bot] · Pull Request #1966 · github/codeql-action

X Title: Bump the npm group with 10 updates by dependabot[bot] · Pull Request #1966 · github/codeql-action

Description: Bumps the npm group with 10 updates: Package From To @types/uuid 9.0.5 9.0.6 @types/adm-zip 0.5.2 0.5.3 @types/js-yaml 4.0.7 4.0.8 @types/semver 7.5.3 7.5.4 @typescript-eslint/eslint-plugin 6.8.0 6.9.0 @typescript-eslint/parser 6.8.0 6.9.0 eslint 8.51.0 8.52.0 eslint-plugin-import 2.28.1 2.29.0 nock 13.3.4 13.3.6 sinon 16.1.0 17.0.0 Updates @types/uuid from 9.0.5 to 9.0.6 Commits See full diff in compare view Updates @types/adm-zip from 0.5.2 to 0.5.3 Commits See full diff in compare view Updates @types/js-yaml from 4.0.7 to 4.0.8 Commits See full diff in compare view Updates @types/semver from 7.5.3 to 7.5.4 Commits See full diff in compare view Updates @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.0 Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v6.9.0 6.9.0 (2023-10-23) Bug Fixes eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#7674) (7e52f27) eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#7708) (c6124b2) rule-tester: fix parser fallback logic (#7754) (34c23e0) type-utils: treat custom type roots as external (#6870) (b85f744) Features eslint-plugin: [max-params] don't count this: void parameter (#7696) (6398d3f), closes #7538 eslint-plugin: [naming-convention] add support for default and namespace imports (#7269) (bb15aae) eslint-plugin: [no-restricted-imports] support import = require (#7709) (4c8edcf) eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#7691) (53d5263), closes #7643 eslint-plugin: [prefer-readonly] private fields support (#7686) (0e875bf) You can read about our versioning strategy and releases on our website. Changelog Sourced from @​typescript-eslint/eslint-plugin's changelog. 6.9.0 (2023-10-23) Bug Fixes eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#7674) (7e52f27) eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#7708) (c6124b2) Features eslint-plugin: [max-params] don't count this: void parameter (#7696) (6398d3f), closes #7538 eslint-plugin: [naming-convention] add support for default and namespace imports (#7269) (bb15aae) eslint-plugin: [no-restricted-imports] support import = require (#7709) (4c8edcf) eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#7691) (53d5263), closes #7643 eslint-plugin: [prefer-readonly] private fields support (#7686) (0e875bf) You can read about our versioning strategy and releases on our website. Commits 101563b chore: publish v6.9.0 066ccf7 chore: update to nx 17 (#7815) 9f85e67 docs(website): add Open in Playground button to code examples (#7482) 53d5263 feat(eslint-plugin): [no-unsafe-enum-comparison] add switch suggestion (#7691) 4972ecd chore: enabled most of strict-type-checked internally (#7339) 0e875bf feat(eslint-plugin): [prefer-readonly] private fields support (#7686) 76ab373 chore(website): auto-inject ban-types default options (#7714) 03b875d chore(eslint-plugin): fix post-merge issue around util namespace import (#7767) c6124b2 fix(eslint-plugin): [no-unsafe-return] allow returning anything if explicitly... ee4fe89 docs: better rules table (filter rules by extension, etc.) (#7666) Additional commits viewable in compare view Updates @typescript-eslint/parser from 6.8.0 to 6.9.0 Release notes Sourced from @​typescript-eslint/parser's releases. v6.9.0 6.9.0 (2023-10-23) Bug Fixes eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#7674) (7e52f27) eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#7708) (c6124b2) rule-tester: fix parser fallback logic (#7754) (34c23e0) type-utils: treat custom type roots as external (#6870) (b85f744) Features eslint-plugin: [max-params] don't count this: void parameter (#7696) (6398d3f), closes #7538 eslint-plugin: [naming-convention] add support for default and namespace imports (#7269) (bb15aae) eslint-plugin: [no-restricted-imports] support import = require (#7709) (4c8edcf) eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#7691) (53d5263), closes #7643 eslint-plugin: [prefer-readonly] private fields support (#7686) (0e875bf) You can read about our versioning strategy and releases on our website. Changelog Sourced from @​typescript-eslint/parser's changelog. 6.9.0 (2023-10-23) Note: Version bump only for package @​typescript-eslint/parser You can read about our versioning strategy and releases on our website. Commits 101563b chore: publish v6.9.0 066ccf7 chore: update to nx 17 (#7815) 0f11c18 chore(deps): update dependency prettier to v3 (#7425) See full diff in compare view Updates eslint from 8.51.0 to 8.52.0 Release notes Sourced from eslint's releases. v8.52.0 Features 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#17611) (Yosuke Ota) Bug Fixes 5de9637 fix: Ensure shared references in rule configs are separated (#17666) (Nicholas C. Zakas) dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#17649) (Francesco Trotta) Documentation 476d58a docs: Add note about invalid CLI flags when using flat config. (#17664) (Nicholas C. Zakas) 660ed3a docs: Plugin flat config migration guide (#17640) (Nicholas C. Zakas) a58aa20 docs: fix examples for several rules (#17645) (Milos Djermanovic) 179929b docs: Remove trailing newline from the code of Playground links (#17641) (Francesco Trotta) f8e5c30 docs: Update README (GitHub Actions Bot) b7ef2f3 docs: Enable pretty code formatter output (#17635) (Nicholas C. Zakas) 0bcb9a8 docs: Fix syntax errors in rule examples (#17633) (Francesco Trotta) 61b9083 docs: Make no-continue example code work (#17643) (Zhongyuan Zhou) 9fafe45 docs: upgrade to 11ty 2.0 (#17632) (Percy Ma) ff8e4bf docs: Update README (GitHub Actions Bot) fab249a docs: Update README (GitHub Actions Bot) 392305b docs: Update no-irregular-whitespace and fix examples (#17626) (Francesco Trotta) 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#17630) (Francesco Trotta) 1000187 docs: Fix examples in unicode-bom (#17631) (Francesco Trotta) 000290c docs: Update README (GitHub Actions Bot) Chores 6d1f0c2 chore: upgrade @​eslint/js@​8.52.0 (#17671) (Milos Djermanovic) d63d4fe chore: package.json update for @​eslint/js release (ESLint Jenkins) f30cefe test: fix FlatESLint tests for caching (#17658) (Milos Djermanovic) ef650cb test: update tests for no-promise-executor-return (#17661) (Milos Djermanovic) Changelog Sourced from eslint's changelog. v8.52.0 - October 20, 2023 6d1f0c2 chore: upgrade @​eslint/js@​8.52.0 (#17671) (Milos Djermanovic) d63d4fe chore: package.json update for @​eslint/js release (ESLint Jenkins) 476d58a docs: Add note about invalid CLI flags when using flat config. (#17664) (Nicholas C. Zakas) 5de9637 fix: Ensure shared references in rule configs are separated (#17666) (Nicholas C. Zakas) f30cefe test: fix FlatESLint tests for caching (#17658) (Milos Djermanovic) ef650cb test: update tests for no-promise-executor-return (#17661) (Milos Djermanovic) 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#17611) (Yosuke Ota) dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#17649) (Francesco Trotta) 660ed3a docs: Plugin flat config migration guide (#17640) (Nicholas C. Zakas) a58aa20 docs: fix examples for several rules (#17645) (Milos Djermanovic) 179929b docs: Remove trailing newline from the code of Playground links (#17641) (Francesco Trotta) f8e5c30 docs: Update README (GitHub Actions Bot) b7ef2f3 docs: Enable pretty code formatter output (#17635) (Nicholas C. Zakas) 0bcb9a8 docs: Fix syntax errors in rule examples (#17633) (Francesco Trotta) 61b9083 docs: Make no-continue example code work (#17643) (Zhongyuan Zhou) 9fafe45 docs: upgrade to 11ty 2.0 (#17632) (Percy Ma) ff8e4bf docs: Update README (GitHub Actions Bot) fab249a docs: Update README (GitHub Actions Bot) 392305b docs: Update no-irregular-whitespace and fix examples (#17626) (Francesco Trotta) 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#17630) (Francesco Trotta) 1000187 docs: Fix examples in unicode-bom (#17631) (Francesco Trotta) 000290c docs: Update README (GitHub Actions Bot) Commits 331cf62 8.52.0 7dc28ed Build: changelog update for 8.52.0 6d1f0c2 chore: upgrade @​eslint/js@​8.52.0 (#17671) d63d4fe chore: package.json update for @​eslint/js release 476d58a docs: Add note about invalid CLI flags when using flat config. (#17664) 5de9637 fix: Ensure shared references in rule configs are separated (#17666) f30cefe test: fix FlatESLint tests for caching (#17658) ef650cb test: update tests for no-promise-executor-return (#17661) 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#17611) dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#17649) Additional commits viewable in compare view Updates eslint-plugin-import from 2.28.1 to 2.29.0 Release notes Sourced from eslint-plugin-import's releases. v2.29.0 Full Changelog: import-js/eslint-plugin-import@v2.28.1...v2.29.0 Changelog Sourced from eslint-plugin-import's changelog. [2.29.0] - 2023-10-22 Added TypeScript config: add .cts and .mts extensions (#2851, thanks [@​Zamiell]) [newline-after-import]: new option exactCount and docs update (#1933, thanks [@​anikethsaha] and [@​reosarevok]) [newline-after-import]: fix exactCount with considerComments false positive, when there is a leading comment (#2884, thanks [@​kinland]) Commits 6d34c88 Bump to 2.29.0 ec6a8ea [Refactor] use hasown instead of has 78f50b8 [Deps] update array-includes, array.prototype.findlastindex, `array.proto... 6d2540f [resolvers/webpack] v0.13.8 30d61b6 [resolvers/webpack] [deps] update array.prototype.find, is-core-module, `... 2c281d1 [resolvers/webpack] [refactor] use hasown instead of has 66cb10f [Fix] newline-after-import: fix exactCount with considerComments false ... 8705121 [New] newline-after-import: new option exactCount and docs update 6b95a02 [resolvers/webpack] v0.13.7 04e68a2 [resolvers/webpack] [fix] use the dirname of the configPath as basedir Additional commits viewable in compare view Updates nock from 13.3.4 to 13.3.6 Release notes Sourced from nock's releases. v13.3.6 13.3.6 (2023-10-19) Bug Fixes remove semver usage (#2531) (f7216e9) v13.3.5 13.3.5 (2023-10-19) Bug Fixes deps: remove lodash (#2529) (7bfcb31) Commits f7216e9 fix: remove semver usage (#2531) dd417f0 docs: add Uzlopak as a contributor for code, test, and maintenance (#2537) 7bfcb31 fix(deps): remove lodash (#2529) 0ba089c chore(deps-dev): bump eslint from 8.46.0 to 8.51.0 8a26c79 chore(deps-dev): bump semantic-release from 21.0.7 to 22.0.5 e553553 chore(deps-dev): bump chai from 4.3.8 to 4.3.10 150a1ed chore(deps-dev): bump @​babel/traverse from 7.17.3 to 7.23.2 c897aa3 docs: add rawHeaders in mock docs (#2527) See full diff in compare view Updates sinon from 16.1.0 to 17.0.0 Changelog Sourced from sinon's changelog. 17.0.0 11a8e3f2 Remove Proxyquire as it did not handle newer syntax (Carl-Erik Kopseng) ec37d634 Drop Node 16, as it is out of maintenance (Carl-Erik Kopseng) 75e2b691 Upgrade fake-timers@11.2.2: new Intl mirroring and bugfixes (Carl-Erik Kopseng) Released by Carl-Erik Kopseng on 2023-10-20. 16.1.3 93e8aa93 Remove postinstall script as it causes issues for consumers (Carl-Erik Kopseng) Released by Carl-Erik Kopseng on 2023-10-19. Commits 8dbfd02 17.0.0 2a730ff Remove npm bin in favor of npx d2a16b9 Disable JSDoc requirements that are not upheld anyway 11a8e3f Remove Proxyquire as it did not handle newer syntax ec37d63 Drop Node 16, as it is out of maintenance f78e630 Remove Circle CI setup 19c779e Apply Prettier 3 defaults of trailing commas 9b69a1f Upgrade non-breaking packages 75e2b69 Upgrade fake-timers@11.2.2: new Intl mirroring and bugfixes 2997077 16.1.3 Additional commits viewable in compare view Maintainer changes This version was pushed to npm by fatso83, a new releaser for sinon since your current version. Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) @dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) @dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) @dependabot unignore will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions

Open Graph Description: Bumps the npm group with 10 updates: Package From To @types/uuid 9.0.5 9.0.6 @types/adm-zip 0.5.2 0.5.3 @types/js-yaml 4.0.7 4.0.8 @types/semver 7.5.3 7.5.4 @typescript-eslint/eslint...

X Description: Bumps the npm group with 10 updates: Package From To @types/uuid 9.0.5 9.0.6 @types/adm-zip 0.5.2 0.5.3 @types/js-yaml 4.0.7 4.0.8 @types/semver 7.5.3 7.5.4 @typescript-eslint/eslint...

Opengraph URL: https://github.com/github/codeql-action/pull/1966

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:9d094661-d399-8f2e-2162-3c2339bbf569
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC968:1EEA:A9F28C:EB90BB:6A4F3FC0
html-safe-nonce2fc1025391f43ab89c449cd03bbbef92ce2cb7c07dec027584c8e58b91022ec0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDOTY4OjFFRUE6QTlGMjhDOkVCOTBCQjo2QTRGM0ZDMCIsInZpc2l0b3JfaWQiOiI5NzcwMTQ5MzYwMjk4MzkyOTYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac4e186c234701ae9524f1b07e8777876a9230e21cc6bad1e3cc08c8f4595af417
hovercard-subject-tagpull_request:1569670992
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/github/codeql-action/pull/1966/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps the npm group with 10 updates: Package From To @types/uuid 9.0.5 9.0.6 @types/adm-zip 0.5.2 0.5.3 @types/js-yaml 4.0.7 4.0.8 @types/semver 7.5.3 7.5.4 @typescript-eslint/eslint...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/github/codeql-action git https://github.com/github/codeql-action.git
octolytics-dimension-user_id9919
octolytics-dimension-user_logingithub
octolytics-dimension-repository_id259445878
octolytics-dimension-repository_nwogithub/codeql-action
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id259445878
octolytics-dimension-repository_network_root_nwogithub/codeql-action
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release4b249b445842943ed31549e027f57a8ade9881ed
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/github/codeql-action/pull/1966/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fcodeql-action%2Fpull%2F1966%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fcodeql-action%2Fpull%2F1966%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=github%2Fcodeql-action
Reloadhttps://github.com/github/codeql-action/pull/1966/files
Reloadhttps://github.com/github/codeql-action/pull/1966/files
Reloadhttps://github.com/github/codeql-action/pull/1966/files
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
github https://github.com/github
codeql-actionhttps://github.com/github/codeql-action
Notifications https://github.com/login?return_to=%2Fgithub%2Fcodeql-action
Fork 471 https://github.com/login?return_to=%2Fgithub%2Fcodeql-action
Star 1.6k https://github.com/login?return_to=%2Fgithub%2Fcodeql-action
Code https://github.com/github/codeql-action
Issues 156 https://github.com/github/codeql-action/issues
Pull requests 29 https://github.com/github/codeql-action/pulls
Actions https://github.com/github/codeql-action/actions
Models https://github.com/github/codeql-action/models
Security and quality 2 https://github.com/github/codeql-action/security
Insights https://github.com/github/codeql-action/pulse
Code https://github.com/github/codeql-action
Issues https://github.com/github/codeql-action/issues
Pull requests https://github.com/github/codeql-action/pulls
Actions https://github.com/github/codeql-action/actions
Models https://github.com/github/codeql-action/models
Security and quality https://github.com/github/codeql-action/security
Insights https://github.com/github/codeql-action/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fgithub%2Fcodeql-action%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fgithub%2Fcodeql-action%2Fissues%2Fnew%2Fchoose
henrymercerhttps://github.com/henrymercer
mainhttps://github.com/github/codeql-action/tree/main
dependabot/npm_and_yarn/npm-0014e83eb7https://github.com/github/codeql-action/tree/dependabot/npm_and_yarn/npm-0014e83eb7
Conversation 1 https://github.com/github/codeql-action/pull/1966
Findings https://github.com/github/codeql-action/pull/1966/findings
Commits 2 https://github.com/github/codeql-action/pull/1966/commits
Checks 0 https://github.com/github/codeql-action/pull/1966/checks
Files changed https://github.com/github/codeql-action/pull/1966/files
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
Bump the npm group with 10 updates https://github.com/github/codeql-action/pull/1966/files#top
Show all changes 2 commits https://github.com/github/codeql-action/pull/1966/files
79817eb Bump the npm group with 10 updates dependabot[bot] Oct 23, 2023 https://github.com/github/codeql-action/pull/1966/commits/79817eb67971a8b69ee2c5357ffc4a66ad7870b6
9c3b394 Update checked-in dependencies github-actions[bot] Oct 23, 2023 https://github.com/github/codeql-action/pull/1966/commits/9c3b394d7f87cb407698224c4faa1881f78e8291
Clear filters https://github.com/github/codeql-action/pull/1966/files
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
node_modules/.package-lock.jsonhttps://github.com/github/codeql-action/pull/1966/files#diff-4a2a59625b3d0885b2b53ebeddf2ea1ef51d1842735cf3501e1e7212b89f0345
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/.package-lock.json
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
node_modules/@eslint/js/package.jsonhttps://github.com/github/codeql-action/pull/1966/files#diff-1cb3c0777c38edb3cdb6239a6594245857e486c24a29f6379d48afbf445c2292
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40eslint/js/package.json
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
node_modules/@humanwhocodes/config-array/api.jshttps://github.com/github/codeql-action/pull/1966/files#diff-37c4ed0ec7554e4eaa8a6b26acfe42b71bf7318eacebf8e89322c6ce42246501
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40humanwhocodes/config-array/api.js
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
node_modules/@humanwhocodes/config-array/package.jsonhttps://github.com/github/codeql-action/pull/1966/files#diff-305418665f5be954a4c72d09f514bb027f0d9e8ad7a72d47f07c6b008568f3f8
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40humanwhocodes/config-array/package.json
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
node_modules/@humanwhocodes/object-schema/.github/workflows/nodejs-test.ymlhttps://github.com/github/codeql-action/pull/1966/files#diff-ca72d7d453f535738d37044a141b1fb11438c58fbf58d29c058edb28b685cfc9
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40humanwhocodes/object-schema/.github/workflows/nodejs-test.yml
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
node_modules/@humanwhocodes/object-schema/.github/workflows/release-please.ymlhttps://github.com/github/codeql-action/pull/1966/files#diff-12abeff6bc0c6f22377eba01ec2c1c3f5c504b7fb63744fdb3b04c721beaab2b
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40humanwhocodes/object-schema/.github/workflows/release-please.yml
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
node_modules/@humanwhocodes/object-schema/CHANGELOG.mdhttps://github.com/github/codeql-action/pull/1966/files#diff-198e4f34932ddf1883f7d746ae29b9617be65da5303b06c2283077c7bb3406c6
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40humanwhocodes/object-schema/CHANGELOG.md
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
node_modules/@humanwhocodes/object-schema/package.jsonhttps://github.com/github/codeql-action/pull/1966/files#diff-eebe26d7d6b751a6ede635d89358f394ca4280031f8b1d6e5e8d8acd4065df8b
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40humanwhocodes/object-schema/package.json
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
node_modules/@humanwhocodes/object-schema/src/object-schema.jshttps://github.com/github/codeql-action/pull/1966/files#diff-5788f247601fc1711484726db73d837969cf28bb46e9dc37e7ea7248231d4647
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40humanwhocodes/object-schema/src/object-schema.js
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
node_modules/@humanwhocodes/object-schema/tests/object-schema.jshttps://github.com/github/codeql-action/pull/1966/files#diff-3b2ed93b3d9fbc15899ea6f8ca76c88ed69c8807397f996e075462ccae5bd60a
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40humanwhocodes/object-schema/tests/object-schema.js
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...non/node_modules/@sinonjs/commons/LICENSE → node_modules/@sinonjs/commons/LICENSEhttps://github.com/github/codeql-action/pull/1966/files#diff-a7687f7c3c7c7e912b68e1966ea2ff32cd2fdf9c05ab184056fee389fe7cb88f
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/LICENSE
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...n/node_modules/@sinonjs/commons/README.md → node_modules/@sinonjs/commons/README.mdhttps://github.com/github/codeql-action/pull/1966/files#diff-d6d94c44c6f64a63382be463dd823ed2e752923861f7d8b2153b0c439d4d7d1d
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/README.md
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...s/@sinonjs/commons/lib/called-in-order.js → ...s/@sinonjs/commons/lib/called-in-order.jshttps://github.com/github/codeql-action/pull/1966/files#diff-8188d12b5dc354fb9d0fb8277eba978df1eac5dd0cc461c6161603222f2a116a
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/called-in-order.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...nonjs/commons/lib/called-in-order.test.js → ...nonjs/commons/lib/called-in-order.test.jshttps://github.com/github/codeql-action/pull/1966/files#diff-f10f38762143a83764ae673b9e2aa4a9942de4ecf4f3f0c8e8123e9a7887c5eb
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/called-in-order.test.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...odules/@sinonjs/commons/lib/class-name.js → ...odules/@sinonjs/commons/lib/class-name.jshttps://github.com/github/codeql-action/pull/1966/files#diff-e7cce73aa45c53ee305399b3a564a7030fb853c21094dc51d3e2d9b848b64e7e
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/class-name.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...s/@sinonjs/commons/lib/class-name.test.js → ...s/@sinonjs/commons/lib/class-name.test.jshttps://github.com/github/codeql-action/pull/1966/files#diff-d41e32d81914d2930b77f0c83555fd09a3f554d5848f0e011f7ef9bba582327a
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/class-name.test.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...odules/@sinonjs/commons/lib/deprecated.js → ...odules/@sinonjs/commons/lib/deprecated.jshttps://github.com/github/codeql-action/pull/1966/files#diff-dd1b63db1ab173857b57bb4ec1cece1c6da46595cb30630ccc862ca4ec3f2559
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/deprecated.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...s/@sinonjs/commons/lib/deprecated.test.js → ...s/@sinonjs/commons/lib/deprecated.test.jshttps://github.com/github/codeql-action/pull/1966/files#diff-79d6e249336de773dab9fb39e3c4a781e9a4cc32872b91941d220b1d3650fe4d
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/deprecated.test.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...ode_modules/@sinonjs/commons/lib/every.js → node_modules/@sinonjs/commons/lib/every.jshttps://github.com/github/codeql-action/pull/1966/files#diff-3f68d66f8e75c3624296763dd66d8e76ed744be6629390085442eed003f95f1f
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/every.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...odules/@sinonjs/commons/lib/every.test.js → ...odules/@sinonjs/commons/lib/every.test.jshttps://github.com/github/codeql-action/pull/1966/files#diff-0f67c522bcbfb7e6a319f58da836c69855380e67b32f1bd8b8c9757eefd89530
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/every.test.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...les/@sinonjs/commons/lib/function-name.js → ...les/@sinonjs/commons/lib/function-name.jshttps://github.com/github/codeql-action/pull/1966/files#diff-e9cea232acda14f4bb5bb9602d17649aaab0964e7d9d973dcec8eecfeb425dbc
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/function-name.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...sinonjs/commons/lib/function-name.test.js → ...sinonjs/commons/lib/function-name.test.jshttps://github.com/github/codeql-action/pull/1966/files#diff-7c571c468da15abb33067456c37daeba1b35506584de1c2aa6b2d84814cfc4d7
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/function-name.test.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...de_modules/@sinonjs/commons/lib/global.js → node_modules/@sinonjs/commons/lib/global.jshttps://github.com/github/codeql-action/pull/1966/files#diff-10e2777f517b62a2354203514b06fb3a32ed92b2fc1fe32bdf032e6bde990a45
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/global.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...dules/@sinonjs/commons/lib/global.test.js → ...dules/@sinonjs/commons/lib/global.test.jshttps://github.com/github/codeql-action/pull/1966/files#diff-a2585f467249f53d63bf8408a4d5de5c64cb85f76a11b5c51828f6dd031ad982
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/global.test.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...ode_modules/@sinonjs/commons/lib/index.js → node_modules/@sinonjs/commons/lib/index.jshttps://github.com/github/codeql-action/pull/1966/files#diff-8fcc054bf85904ccaedeb8b29308994edbd0bd948c332d7fdb06e887c6478fba
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/index.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...odules/@sinonjs/commons/lib/index.test.js → ...odules/@sinonjs/commons/lib/index.test.jshttps://github.com/github/codeql-action/pull/1966/files#diff-51cd90288e8a72f9998171a5cdfc3f5dac500af04989fe22e0cede208510b2e5
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/index.test.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...inonjs/commons/lib/order-by-first-call.js → ...inonjs/commons/lib/order-by-first-call.jshttps://github.com/github/codeql-action/pull/1966/files#diff-17eeeb97023d41a3f3ea5450f32acddad507b4bc84fb99998f2568b72f0132a3
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/order-by-first-call.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...s/commons/lib/order-by-first-call.test.js → ...s/commons/lib/order-by-first-call.test.jshttps://github.com/github/codeql-action/pull/1966/files#diff-cb192ee5c4e357285eb3f7c305b1b07b64a867a6483c33dc5b36bcd6c6ef5a97
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/order-by-first-call.test.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...@sinonjs/commons/lib/prototypes/README.md → ...@sinonjs/commons/lib/prototypes/README.mdhttps://github.com/github/codeql-action/pull/1966/files#diff-88ca2d5730988f41d3c5af617e3e01fc8d3e96552da6e05fc1be351bbbaae587
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/prototypes/README.md
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
.../@sinonjs/commons/lib/prototypes/array.js → .../@sinonjs/commons/lib/prototypes/array.jshttps://github.com/github/codeql-action/pull/1966/files#diff-e5b1ca9d86a299765468c3840b91e13264e4784fac3f1a2f4e41b97ecb196937
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/prototypes/array.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
.../lib/prototypes/copy-prototype-methods.js → .../lib/prototypes/copy-prototype-methods.jshttps://github.com/github/codeql-action/pull/1966/files#diff-6faa6deb2fa88021e51922ba8aed21ce330a89b5d3273d5ca265d6b97bba087c
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/prototypes/copy-prototype-methods.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...prototypes/copy-prototype-methods.test.js → ...prototypes/copy-prototype-methods.test.jshttps://github.com/github/codeql-action/pull/1966/files#diff-3ab3f94d20d451dff4a65027ad06409a5ca7d3c102be88516355af41d89719d4
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/prototypes/copy-prototype-methods.test.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...inonjs/commons/lib/prototypes/function.js → ...inonjs/commons/lib/prototypes/function.jshttps://github.com/github/codeql-action/pull/1966/files#diff-2fcfd19ee5aad7640b7448a7ab439afc1dca0cbec2c05765a955c8e7f9b8d888
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/prototypes/function.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
.../@sinonjs/commons/lib/prototypes/index.js → .../@sinonjs/commons/lib/prototypes/index.jshttps://github.com/github/codeql-action/pull/1966/files#diff-207c34e61e89c8a55d89dc5622a6b6ce2408b29e15bf5ccc87fe73b6fd270533
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/prototypes/index.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...onjs/commons/lib/prototypes/index.test.js → ...onjs/commons/lib/prototypes/index.test.jshttps://github.com/github/codeql-action/pull/1966/files#diff-b5a7ad1c617d34bf8b99a603d607070c1bdb05c08a0b80398d4a344db5de1226
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/prototypes/index.test.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...es/@sinonjs/commons/lib/prototypes/map.js → ...es/@sinonjs/commons/lib/prototypes/map.jshttps://github.com/github/codeql-action/pull/1966/files#diff-99b0622ad84ad8c0f75fac8c3cde84f284a8807569cb39f541d775bffc90d2f8
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/prototypes/map.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...@sinonjs/commons/lib/prototypes/object.js → ...@sinonjs/commons/lib/prototypes/object.jshttps://github.com/github/codeql-action/pull/1966/files#diff-29087e95631f742fcd5e977f58a3c63d67015b298b04aeaa59826505025f5526
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/prototypes/object.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...es/@sinonjs/commons/lib/prototypes/set.js → ...es/@sinonjs/commons/lib/prototypes/set.jshttps://github.com/github/codeql-action/pull/1966/files#diff-3dd5913652ca1f6ac22589adc8e31462018f854c2b1eb308fb681d0550c74f27
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/prototypes/set.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...@sinonjs/commons/lib/prototypes/string.js → ...@sinonjs/commons/lib/prototypes/string.jshttps://github.com/github/codeql-action/pull/1966/files#diff-005fb7560a22ead19b9b87c2193890e2d77548cc7cfd332bda6fc6090b6715f4
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/prototypes/string.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...commons/lib/prototypes/throws-on-proto.js → ...commons/lib/prototypes/throws-on-proto.jshttps://github.com/github/codeql-action/pull/1966/files#diff-dc900a83bd60752f25d0dad0d6a1d2a7da16e0889cd9a18949eb04956f4aa9a7
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/prototypes/throws-on-proto.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...e_modules/@sinonjs/commons/lib/type-of.js → node_modules/@sinonjs/commons/lib/type-of.jshttps://github.com/github/codeql-action/pull/1966/files#diff-a2178f53342f11e205d0fd2426d0c7aac4b53dbbeca0194f76ec88757c296b13
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/type-of.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...ules/@sinonjs/commons/lib/type-of.test.js → ...ules/@sinonjs/commons/lib/type-of.test.jshttps://github.com/github/codeql-action/pull/1966/files#diff-d7bbcf51c7fa5211599bbd09f0404034082b8ec463bbadcec68bbc16bd54b40f
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/type-of.test.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...s/@sinonjs/commons/lib/value-to-string.js → ...s/@sinonjs/commons/lib/value-to-string.jshttps://github.com/github/codeql-action/pull/1966/files#diff-47a8598ede0032da729f1889f9800771b9849d4f89a12bceb3e20f3abea5ecd6
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/value-to-string.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...nonjs/commons/lib/value-to-string.test.js → ...nonjs/commons/lib/value-to-string.test.jshttps://github.com/github/codeql-action/pull/1966/files#diff-aa6f8b22897cb9dd2a2bc39474febb230138fba44fc3f2119b077289155af7af
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/lib/value-to-string.test.js
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...ode_modules/@sinonjs/commons/package.json → node_modules/@sinonjs/commons/package.jsonhttps://github.com/github/codeql-action/pull/1966/files#diff-3628719474f3d4e65e1b1a22b3726e92ed49249efd3e8e47d94ae1ca04449327
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/package.json
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...inonjs/commons/types/called-in-order.d.ts → ...inonjs/commons/types/called-in-order.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-23488fe95cf96667fee0220b8d982e675984bcca5cc52b98b484b94a8104709a
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/called-in-order.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...es/@sinonjs/commons/types/class-name.d.ts → ...es/@sinonjs/commons/types/class-name.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-6d76c91dfd1cfe46930f5d0253fa7a42d859344b3a7c33a66775676b9adba7f0
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/class-name.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...es/@sinonjs/commons/types/deprecated.d.ts → ...es/@sinonjs/commons/types/deprecated.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-435f0fd008a5bac9c6adc3c1509a1db9a89f5f88a17deccd101878214a6c2c79
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/deprecated.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...modules/@sinonjs/commons/types/every.d.ts → ...modules/@sinonjs/commons/types/every.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-5d7dda41c5f280b27b830f5a6c87abbea0dc9da533b01b0f609494df8cece7fc
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/every.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...@sinonjs/commons/types/function-name.d.ts → ...@sinonjs/commons/types/function-name.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-3a5bf8d6b5045ce131545407920228e03647d749a26ec2481638ede89a25c2d2
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/function-name.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...odules/@sinonjs/commons/types/global.d.ts → ...odules/@sinonjs/commons/types/global.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-eb32c176bc57c99a8fdd376fe37b847151f5c8c21d944c90ce4101d47de8a1c0
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/global.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...modules/@sinonjs/commons/types/index.d.ts → ...modules/@sinonjs/commons/types/index.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-34c6be0974b8f1b5d113d906aa8ff4e6e0a7b5c72b5064d0873155b8e948e9c6
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/index.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...js/commons/types/order-by-first-call.d.ts → ...js/commons/types/order-by-first-call.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-504acab52bd2c908a64344849e14e10a6b3288818af15dccc24c46c61e56845f
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/order-by-first-call.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...nonjs/commons/types/prototypes/array.d.ts → ...nonjs/commons/types/prototypes/array.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-cfe3ac4ae3cedb30c99742fbe3faa77d210b166ae3caaa58843f92e7b9502406
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/prototypes/array.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...es/prototypes/copy-prototype-methods.d.ts → ...es/prototypes/copy-prototype-methods.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-ece296fd28c1cfef5b11b3a433e14775a5dfb25d6cb8897ae1fb38131b971611
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/prototypes/copy-prototype-methods.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...js/commons/types/prototypes/function.d.ts → ...js/commons/types/prototypes/function.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-dac09218808331015457669061b1197e29564175a9575cc8af3995a64a7377b0
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/prototypes/function.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...nonjs/commons/types/prototypes/index.d.ts → ...nonjs/commons/types/prototypes/index.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-4dc69495822e8b2a1ddcd4b1526c1c0ccb43d30c8e1c6c7c479766c549ce8317
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/prototypes/index.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...sinonjs/commons/types/prototypes/map.d.ts → ...sinonjs/commons/types/prototypes/map.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-9106d2d7a9fd72352dc70e8048d576d4ed393acde785769e9af874240f5c22e8
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/prototypes/map.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...onjs/commons/types/prototypes/object.d.ts → ...onjs/commons/types/prototypes/object.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-40bb754a8ee04af700da031829b341d82db79efa6a16526786e820daef76e4a2
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/prototypes/object.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...sinonjs/commons/types/prototypes/set.d.ts → ...sinonjs/commons/types/prototypes/set.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-0b3ec886100a790b1422d53daa9796738eb2dd9e96070de2ac2c1ddba3aa1555
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/prototypes/set.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...onjs/commons/types/prototypes/string.d.ts → ...onjs/commons/types/prototypes/string.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-6ac2218c6a3fa766e9a4818115f1fd6f2f41046a2d67bd03f8bd5264e26440c7
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/prototypes/string.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...ons/types/prototypes/throws-on-proto.d.ts → ...ons/types/prototypes/throws-on-proto.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-972c0f0b0dfe3da2dcc4c7b6631d7c428b916de2ffebdab7003d2170ee2c525b
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/prototypes/throws-on-proto.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...dules/@sinonjs/commons/types/type-of.d.ts → ...dules/@sinonjs/commons/types/type-of.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-62a0795f0476b6d57af6edab3a39f5c0b5ee29d3bb197f0c1c4e0aee6275c110
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/type-of.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...inonjs/commons/types/value-to-string.d.ts → ...inonjs/commons/types/value-to-string.d.tshttps://github.com/github/codeql-action/pull/1966/files#diff-bf6a76a14ae93b2d533bb99f6575061a9365ecefccd0ec6ce5eb2777e54815bb
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/commons/types/value-to-string.d.ts
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...node_modules/@sinonjs/fake-timers/LICENSE → node_modules/@sinonjs/fake-timers/LICENSEhttps://github.com/github/codeql-action/pull/1966/files#diff-06d731f408e9d082db497d9d97aa61d72f06c45f879b575794605be472c3f5f7
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/fake-timers/LICENSE
Open in desktop https://desktop.github.com
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...de_modules/@sinonjs/fake-timers/README.md → node_modules/@sinonjs/fake-timers/README.mdhttps://github.com/github/codeql-action/pull/1966/files#diff-6b0af428bc5b4ad660a8000f67e37c588fa93f52039eb13cd89d196d640254ae
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/fake-timers/README.md
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
...modules/@sinonjs/fake-timers/package.json → ...modules/@sinonjs/fake-timers/package.jsonhttps://github.com/github/codeql-action/pull/1966/files#diff-bbd652aa0c8ec22bd2d04f893095e71e045c4dfff500b9b8eb8b847b3d7f4969
View file https://github.com/github/codeql-action/blob/9c3b394d7f87cb407698224c4faa1881f78e8291/node_modules/%40sinonjs/fake-timers/package.json
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
Please reload this pagehttps://github.com/github/codeql-action/pull/1966/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.