René's URL Explorer Experiment


Title: build(deps): bump the npm group with 5 updates by dependabot[bot] · Pull Request #2916 · github/codeql-action · GitHub

Open Graph Title: build(deps): bump the npm group with 5 updates by dependabot[bot] · Pull Request #2916 · github/codeql-action

X Title: build(deps): bump the npm group with 5 updates by dependabot[bot] · Pull Request #2916 · github/codeql-action

Description: Bumps the npm group with 5 updates: Package From To octokit 5.0.2 5.0.3 @eslint/js 9.27.0 9.28.0 @typescript-eslint/eslint-plugin 8.32.1 8.33.1 @typescript-eslint/parser 8.32.1 8.33.1 nock 14.0.4 14.0.5 Updates octokit from 5.0.2 to 5.0.3 Release notes Sourced from octokit's releases. v5.0.3 5.0.3 (2025-05-27) Bug Fixes deps: update dependency @​octokit/plugin-rest-endpoint-methods to v16 (#2855) (310e4cb) Commits 310e4cb fix(deps): update dependency @​octokit/plugin-rest-endpoint-methods to v16 (#2... c949f0c build(deps): lock file maintenance (#2859) See full diff in compare view Updates @eslint/js from 9.27.0 to 9.28.0 Release notes Sourced from @​eslint/js's releases. v9.28.0 Features b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas) a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic) bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti) 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar) 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar) c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus) b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti) bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus) Bug Fixes eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic) a467de3 fix: update context.report types (#19751) (Nitin Kumar) fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus) 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.) 81c3c93 fix: curly types (#19750) (Eli) Documentation 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas) 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch) 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas) 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti) e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic) 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir) 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio) Chores 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta) 844f5a6 chore: package.json update for @​eslint/js release (Jenkins) 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar) e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar) 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas) 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic) 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir) f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas) 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta) 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot]) Changelog Sourced from @​eslint/js's changelog. v9.28.0 - May 30, 2025 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta) 844f5a6 chore: package.json update for @​eslint/js release (Jenkins) b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas) 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas) 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch) 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas) eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic) a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic) a467de3 fix: update context.report types (#19751) (Nitin Kumar) 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti) 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar) bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti) 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar) e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar) 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar) 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas) c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus) fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus) 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic) b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti) e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic) bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus) 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir) 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.) f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas) 81c3c93 fix: curly types (#19750) (Eli) 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir) 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta) 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot]) 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio) Commits 844f5a6 chore: package.json update for @​eslint/js release See full diff in compare view Updates @typescript-eslint/eslint-plugin from 8.32.1 to 8.33.1 Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v8.33.1 8.33.1 (2025-06-02) 🩹 Fixes exclude docs/ directory from eslint-plugin package (#11251) project-service: add missing typescript peer dependency (#11265) ❤️ Thank You JounQin roottool You can read about our versioning strategy and releases on our website. v8.33.0 8.33.0 (2025-05-26) 🚀 Features create standalone project-service, tsconfig-utils packages (#11182) ❤️ Thank You Josh Goldberg ✨ You can read about our versioning strategy and releases on our website. Changelog Sourced from @​typescript-eslint/eslint-plugin's changelog. 8.33.1 (2025-06-02) 🩹 Fixes exclude docs/ directory from eslint-plugin package (#11251) ❤️ Thank You roottool You can read about our versioning strategy and releases on our website. 8.33.0 (2025-05-26) This was a version bump only for eslint-plugin to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. Commits 936f350 chore(release): publish 8.33.1 c14bcac fix: exclude docs/ directory from eslint-plugin package (#11251) e493317 docs(eslint-plugin): add FAQ about JSDoc link usage with no-unused-vars (#11259) dca57b3 chore(release): publish 8.33.0 387eeb5 docs(eslint-plugin): [typedef] deprecate the rule (#11202) f9e0eb9 chore: clean up nx and other config (#11226) 1c0e1ae chore: update some package scripts and dependency config (#10765) 05014ff chore: use TLA in ESM scripts rather than async main().catch() (#11218) 220c38c chore: update eslint-plugin-perfectionist to v4 (#11185) See full diff in compare view Updates @typescript-eslint/parser from 8.32.1 to 8.33.1 Release notes Sourced from @​typescript-eslint/parser's releases. v8.33.1 8.33.1 (2025-06-02) 🩹 Fixes exclude docs/ directory from eslint-plugin package (#11251) project-service: add missing typescript peer dependency (#11265) ❤️ Thank You JounQin roottool You can read about our versioning strategy and releases on our website. v8.33.0 8.33.0 (2025-05-26) 🚀 Features create standalone project-service, tsconfig-utils packages (#11182) ❤️ Thank You Josh Goldberg ✨ You can read about our versioning strategy and releases on our website. Changelog Sourced from @​typescript-eslint/parser's changelog. 8.33.1 (2025-06-02) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 8.33.0 (2025-05-26) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. Commits 936f350 chore(release): publish 8.33.1 dca57b3 chore(release): publish 8.33.0 f9e0eb9 chore: clean up nx and other config (#11226) 1c0e1ae chore: update some package scripts and dependency config (#10765) 48a9835 chore(parser): finish migrating to vitest (#11191) See full diff in compare view Updates nock from 14.0.4 to 14.0.5 Release notes Sourced from nock's releases. v14.0.5 14.0.5 (2025-05-30) Bug Fixes use of a fetch() recording that uses gzip compression is missing the headers, Possible EventEmitter memory leak when used together with MongoDBContainer (#2869) (90b2a04) Commits 90b2a04 fix: use of a fetch() recording that uses gzip compression is missing the hea... e6a4ee5 Update readme examples for removeInterceptor (#2858) See full diff in compare view 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 5 updates: Package From To octokit 5.0.2 5.0.3 @eslint/js 9.27.0 9.28.0 @typescript-eslint/eslint-plugin 8.32.1 8.33.1 @typescript-eslint/parser 8.32.1 8.33.1 ...

X Description: Bumps the npm group with 5 updates: Package From To octokit 5.0.2 5.0.3 @eslint/js 9.27.0 9.28.0 @typescript-eslint/eslint-plugin 8.32.1 8.33.1 @typescript-eslint/parser 8.32.1 8.33.1 ...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:21dd6384-68ee-653f-7f15-16173d4ee49a
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCE3A:5CED0:E307C:1341EF:6A4D2744
html-safe-noncee0b119ea71ac2974bec8afae16b20fb122e926983bfdbc5b4ef91bf1bec759a7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDRTNBOjVDRUQwOkUzMDdDOjEzNDFFRjo2QTREMjc0NCIsInZpc2l0b3JfaWQiOiI2NTQ1MzQxOTI5NjUwNzI2NzI0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac84e54ad88b7f2c2512ac89a45558ed4a328f00a966b84175ba87240d9b4be802
hovercard-subject-tagpull_request:2561456828
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/2916/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 5 updates: Package From To octokit 5.0.2 5.0.3 @eslint/js 9.27.0 9.28.0 @typescript-eslint/eslint-plugin 8.32.1 8.33.1 @typescript-eslint/parser 8.32.1 8.33.1 ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None92571a8944142227b7e19cd10918b1ddd06e5066c1ad5bc7e4769cf6140a87e6
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
release93f17a978ee60bc4668e1d7b90e6bd2d622261fd
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/github/codeql-action/pull/2916/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fcodeql-action%2Fpull%2F2916%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/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/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/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%2F2916%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/2916/files
Reloadhttps://github.com/github/codeql-action/pull/2916/files
Reloadhttps://github.com/github/codeql-action/pull/2916/files
Please reload this pagehttps://github.com/github/codeql-action/pull/2916/files
github https://github.com/github
codeql-actionhttps://github.com/github/codeql-action
Notifications https://github.com/login?return_to=%2Fgithub%2Fcodeql-action
Fork 470 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 27 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
mbghttps://github.com/mbg
mainhttps://github.com/github/codeql-action/tree/main
dependabot/npm_and_yarn/npm-5cdccdc43fhttps://github.com/github/codeql-action/tree/dependabot/npm_and_yarn/npm-5cdccdc43f
Conversation 2 https://github.com/github/codeql-action/pull/2916
Findings https://github.com/github/codeql-action/pull/2916/findings
Commits 2 https://github.com/github/codeql-action/pull/2916/commits
Checks 267 https://github.com/github/codeql-action/pull/2916/checks
Files changed https://github.com/github/codeql-action/pull/2916/files
Please reload this pagehttps://github.com/github/codeql-action/pull/2916/files
build(deps): bump the npm group with 5 updates https://github.com/github/codeql-action/pull/2916/files#top
Show all changes 2 commits https://github.com/github/codeql-action/pull/2916/files
55ff016 build(deps): bump the npm group with 5 updates dependabot[bot] Jun 2, 2025 https://github.com/github/codeql-action/pull/2916/commits/55ff016766c999ebd9b70a4e5be78b7446d0d0b1
313daef Update checked-in dependencies github-actions[bot] Jun 2, 2025 https://github.com/github/codeql-action/pull/2916/commits/313daefcef731021c8e97c5d05643cc41f39a0f1
Clear filters https://github.com/github/codeql-action/pull/2916/files
Please reload this pagehttps://github.com/github/codeql-action/pull/2916/files
Please reload this pagehttps://github.com/github/codeql-action/pull/2916/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
node_modules/.bin/tldtshttps://github.com/github/codeql-action/pull/2916/files#diff-5fb28cd850063d63b3cb5fbbeeab6ea312c308118773f931f7de9ce5e8356d48
View file https://github.com/github/codeql-action/blob/4a00331d4ecf79a214751520faf8e540e60c7567/node_modules/.bin/tldts
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/github/codeql-action/pull/2916/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
node_modules/.package-lock.jsonhttps://github.com/github/codeql-action/pull/2916/files#diff-4a2a59625b3d0885b2b53ebeddf2ea1ef51d1842735cf3501e1e7212b89f0345
View file https://github.com/github/codeql-action/blob/313daefcef731021c8e97c5d05643cc41f39a0f1/node_modules/.package-lock.json
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/github/codeql-action/pull/2916/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
node_modules/@asamuzakjp/css-color/README.mdhttps://github.com/github/codeql-action/pull/2916/files#diff-2e248928888e3fa24e68b11e10544751b344b62f66221f5d9df1ca34681bb18f
View file https://github.com/github/codeql-action/blob/4a00331d4ecf79a214751520faf8e540e60c7567/node_modules/%40asamuzakjp/css-color/README.md
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/github/codeql-action/pull/2916/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
node_modules/@asamuzakjp/css-color/dist/browser/css-color.min.jshttps://github.com/github/codeql-action/pull/2916/files#diff-2a80fae9232df1ccfc7a5b7423c72a97aa1620a2c8d81aff816704614193f0a2
View file https://github.com/github/codeql-action/blob/4a00331d4ecf79a214751520faf8e540e60c7567/node_modules/%40asamuzakjp/css-color/dist/browser/css-color.min.js
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/github/codeql-action/pull/2916/files
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
node_modules/@asamuzakjp/css-color/dist/browser/css-color.min.js.maphttps://github.com/github/codeql-action/pull/2916/files#diff-96240308aa99ea6421b0caba82127ecfbe0de46b43271163a23621228f6988ae
View file https://github.com/github/codeql-action/blob/4a00331d4ecf79a214751520faf8e540e60c7567/node_modules/%40asamuzakjp/css-color/dist/browser/css-color.min.js.map
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/github/codeql-action/pull/2916/files
Please reload this pagehttps://github.com/github/codeql-action/pull/2916/files
Please reload this pagehttps://github.com/github/codeql-action/pull/2916/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.