-
Couldn't load subscription status.
- Fork 64k
THX. #40986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
+189
−127
Closed
THX. #40986
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
690b5a5
Update README.md
escbeargew99-stack 34e6f0f
Update README.md
escbeargew99-stack daaae8d
Update ghes-collectd-metrics.csv
escbeargew99-stack ce66f51
Update server-statistics-csv-example.csv
escbeargew99-stack 9337f08
Update CHANGELOG.md
escbeargew99-stack ea21436
Update index.md
escbeargew99-stack 455216c
Update ghes-collectd-metrics.csv
escbeargew99-stack 9c5747f
Update README.md
escbeargew99-stack 69adc52
Update CHANGELOG.md
escbeargew99-stack 4048328
Create blank.yml
escbeargew99-stack 3a3b096
Create Mods-co.E
escbeargew99-stack ce1b259
Update README.md
escbeargew99-stack 140099f
Update config.yml
escbeargew99-stack c72213b
Update improve-existing-docs.yaml
escbeargew99-stack 85aebea
Update improve-the-site.yml
escbeargew99-stack ef78610
Update partner-contributed-documentation.yml
escbeargew99-stack 776d183
Update action.yml
escbeargew99-stack 5af0910
Update action.yml
escbeargew99-stack 3f3febc
Update action.yml
escbeargew99-stack 1430db7
Create Bearcodeql.yml
escbeargew99-stack ff39331
Update .dockerignore
escbeargew99-stack 1c6b7a7
Update .editorconfig
escbeargew99-stack 7ebbdcb
Update .env.example
escbeargew99-stack b3eb1e3
Update .gitattributes
escbeargew99-stack e07880d
Update .gitignore
escbeargew99-stack 17481db
Update index.md
escbeargew99-stack 1c8de3b
Update index.md
escbeargew99-stack 7b12cfb
Update using-your-github-profile-to-enhance-your-resume.md
escbeargew99-stack b7c252e
Update personalize-your-profile.md
escbeargew99-stack 35405da
Update index.md
escbeargew99-stack c1d0545
Update index.md
escbeargew99-stack 21c10c4
Update using-your-github-profile-to-enhance-your-resume.md
escbeargew99-stack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -8,3 +8,4 @@ docs-early-access/ | |
| node_modules/ | ||
| README.md | ||
| tests/ | ||
|
|
||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -9,3 +9,4 @@ insert_final_newline = true | |
|
|
||
| [*.md] | ||
| trim_trailing_whitespace = false | ||
|
|
||
This file contains hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -4,3 +4,4 @@ | |
| # to native line endings on checkout. | ||
| *.md text diff=markdown | ||
| *.json.br filter=lfs diff=lfs merge=lfs -text | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,4 +1,4 @@ | ||
| name: Get changed files | ||
| name: Get changed files | ||
| description: Get a list of changed files | ||
|
|
||
| inputs: | ||
|
|
||
This file contains hidden or 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,101 @@ | ||
| # For most projects, this workflow file will not need changing; you simply need | ||
| # to commit it to your repository. | ||
| # | ||
| # You may wish to alter this file to override the set of languages analyzed, | ||
| # or to provide custom queries or build logic. | ||
| # | ||
| # ******** NOTE ******** | ||
| # We have attempted to detect the languages in your repository. Please check | ||
| # the `language` matrix defined below to confirm you have the correct set of | ||
| # supported CodeQL languages. | ||
| # | ||
| name: "CodeQL Advanced" | ||
|
|
||
| on: | ||
| push: | ||
| branches: [ "main" ] | ||
| pull_request: | ||
| branches: [ "main" ] | ||
| schedule: | ||
| - cron: '22 22 * * 2' | ||
|
|
||
| jobs: | ||
| analyze: | ||
| name: Analyze (${{ matrix.language }}) | ||
| # Runner size impacts CodeQL analysis time. To learn more, please see: | ||
| # - https://gh.io/recommended-hardware-resources-for-running-codeql | ||
| # - https://gh.io/supported-runners-and-hardware-resources | ||
| # - https://gh.io/using-larger-runners (GitHub.com only) | ||
| # Consider using larger runners or machines with greater resources for possible analysis time improvements. | ||
| runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} | ||
| permissions: | ||
| # required for all workflows | ||
| security-events: write | ||
|
|
||
| # required to fetch internal or private CodeQL packs | ||
| packages: read | ||
|
|
||
| # only required for workflows in private repositories | ||
| actions: read | ||
| contents: read | ||
|
|
||
| strategy: | ||
| fail-fast: false | ||
| matrix: | ||
| include: | ||
| - language: actions | ||
| build-mode: none | ||
| - language: javascript-typescript | ||
| build-mode: none | ||
| # CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift' | ||
| # Use `c-cpp` to analyze code written in C, C++ or both | ||
| # Use 'java-kotlin' to analyze code written in Java, Kotlin or both | ||
| # Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both | ||
| # To learn more about changing the languages that are analyzed or customizing the build mode for your analysis, | ||
| # see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning. | ||
| # If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how | ||
| # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages | ||
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v4 | ||
|
|
||
| # Add any setup steps before running the `github/codeql-action/init` action. | ||
| # This includes steps like installing compilers or runtimes (`actions/setup-node` | ||
| # or others). This is typically only required for manual builds. | ||
| # - name: Setup runtime (example) | ||
| # uses: actions/setup-example@v1 | ||
|
|
||
| # Initializes the CodeQL tools for scanning. | ||
| - name: Initialize CodeQL | ||
| uses: github/codeql-action/init@v4 | ||
| with: | ||
| languages: ${{ matrix.language }} | ||
| build-mode: ${{ matrix.build-mode }} | ||
| # If you wish to specify custom queries, you can do so here or in a config file. | ||
| # By default, queries listed here will override any specified in a config file. | ||
| # Prefix the list here with "+" to use these queries and those in the config file. | ||
|
|
||
| # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs | ||
| # queries: security-extended,security-and-quality | ||
|
|
||
| # If the analyze step fails for one of the languages you are analyzing with | ||
| # "We were unable to automatically build your code", modify the matrix above | ||
| # to set the build mode to "manual" for that language. Then modify this step | ||
| # to build your code. | ||
| # ℹ️ Command-line programs to run using the OS shell. | ||
| # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun | ||
| - name: Run manual build steps | ||
| if: matrix.build-mode == 'manual' | ||
| shell: bash | ||
| run: | | ||
| echo 'If you are using a "manual" build mode for one or more of the' \ | ||
| 'languages you are analyzing, replace this with the commands to build' \ | ||
| 'your code, for example:' | ||
| echo ' make bootstrap' | ||
| echo ' make release' | ||
| exit 1 | ||
|
|
||
| - name: Perform CodeQL Analysis | ||
| uses: github/codeql-action/analyze@v4 | ||
| with: | ||
| category: "/language:${{matrix.language}}" |
This file contains hidden or 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,36 @@ | ||
| # This is a basic workflow to help you get started with Actions | ||
|
|
||
| name: CI | ||
|
|
||
| # Controls when the workflow will run | ||
| on: | ||
| # Triggers the workflow on push or pull request events but only for the "main" branch | ||
| push: | ||
| branches: [ "main" ] | ||
| pull_request: | ||
| branches: [ "main" ] | ||
|
|
||
| # Allows you to run this workflow manually from the Actions tab | ||
| workflow_dispatch: | ||
|
|
||
| # A workflow run is made up of one or more jobs that can run sequentially or in parallel | ||
| jobs: | ||
| # This workflow contains a single job called "build" | ||
| build: | ||
| # The type of runner that the job will run on | ||
| runs-on: ubuntu-latest | ||
|
|
||
| # Steps represent a sequence of tasks that will be executed as part of the job | ||
| steps: | ||
| # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
| - uses: actions/checkout@v4 | ||
|
|
||
| # Runs a single command using the runners shell | ||
| - name: Run a one-line script | ||
| run: echo Hello, world! | ||
|
|
||
| # Runs a set of commands using the runners shell | ||
| - name: Run a multi-line script | ||
| run: | | ||
| echo Add other actions to build, | ||
| echo test, and deploy your project. | ||
This file contains hidden or 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,109 +1,29 @@ | ||
| # Test coverage reports | ||
| .coverage/ | ||
|
|
||
| # macOS system files | ||
| .DS_Store | ||
|
|
||
| # Environment variables (contains secrets) | ||
| .env | ||
|
|
||
| # ESLint cache for faster linting | ||
| .eslintcache | ||
|
|
||
| # JetBrains IDE files | ||
| .idea/ | ||
|
|
||
| # Tracks package-lock.json installation state | ||
| .installed.package-lock.json | ||
|
|
||
| # Linkinator full site link check results | ||
| .linkinator/ | ||
|
|
||
| # Next.js build output | ||
| .next/ | ||
|
|
||
| # Node.js version specification | ||
| .node-version | ||
|
|
||
| # Precomputed page info cache (brotli compressed) | ||
| .pageinfo-cache.json.br | ||
|
|
||
| # getRemoteJSON() disk cache for archived content | ||
| .remotejson-cache/ | ||
|
|
||
| # VS Code workspace settings | ||
| .vscode/settings.json | ||
|
|
||
| # TypeScript incremental build info | ||
| *.tsbuildinfo | ||
|
|
||
| # Accidentally committed file that should be ignored | ||
| assets/images/help/writing/unordered-list-rendered (1).png | ||
|
|
||
| # Old broken link checker output | ||
| blc_output.log | ||
|
|
||
| # Old internal broken link checker output | ||
| blc_output_internal.log | ||
|
|
||
| # Old broken links report | ||
| broken_links.md | ||
|
|
||
| # Directories from the docs-early-access repo. Used for symlinks in local docs-internal checkouts. Don't add trailing slashes. | ||
| content/early-access | ||
| data/early-access | ||
| assets/images/early-access | ||
|
|
||
| # Test coverage reports | ||
| coverage/ | ||
|
|
||
| # Cloned for Elasticsearch indexing data | ||
| docs-internal-data/ | ||
|
|
||
| # External link checker cache database | ||
| external-link-checker-db.json | ||
|
|
||
| # Historical redirects cache (legacy) | ||
| lib/redirects/.redirects-cache*.json | ||
|
|
||
| # Script execution logs | ||
| logs/ | ||
|
|
||
| # GitHub Models API descriptions | ||
| models-gateway/ | ||
|
|
||
| # Next.js TypeScript environment definitions | ||
| next-env.d.ts | ||
|
|
||
| # Node.js dependencies | ||
| node_modules/ | ||
|
|
||
| # Background process output | ||
| nohup.out | ||
|
|
||
| # NPM debug logs | ||
| npm-debug.log | ||
|
|
||
| # Playwright test reports | ||
| playwright-report/ | ||
|
|
||
| # Playwright browser cache | ||
| playwright/.cache/ | ||
|
|
||
| # REST API OpenAPI descriptions | ||
| rest-api-description/ | ||
|
|
||
| # CodeQL CLI documentation source | ||
| semmle-code/ | ||
|
|
||
| # Development table of contents static HTML files | ||
| src/dev-toc/static/ | ||
|
|
||
| # Playwright test result artifacts | ||
| test-results/ | ||
|
|
||
| # Temporary data files | ||
| tmp/ | ||
|
|
||
| # Localized content from translation repositories | ||
| translations/ | ||
| # See https://www.dartlang.org/guides/libraries/private-files | ||
|
|
||
| # Files and directories created by pub | ||
| .dart_tool/ | ||
| .packages | ||
| build/ | ||
| # If you're building an application, you may want to check-in your pubspec.lock | ||
| pubspec.lock | ||
|
|
||
| # Directory created by dartdoc | ||
| # If you don't generate documentation locally you can remove this line. | ||
| doc/api/ | ||
|
|
||
| # dotenv environment variables file | ||
| .env* | ||
|
|
||
| # Avoid committing generated Javascript files: | ||
| *.dart.js | ||
| # Produced by the --dump-info flag. | ||
| *.info.json | ||
| # When generated by dart2js. Don't specify *.js if your | ||
| # project includes source files written in JavaScript. | ||
| *.js | ||
| *.js_ | ||
| *.js.deps | ||
| *.js.map | ||
|
|
||
| .flutter-plugins | ||
| .flutter-plugins-dependencies |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,5 +1,5 @@ | ||
| # Images | ||
| The `/assets/images` directory holds all the site's images. | ||
| # Images | ||
| The `/assets/images` directory holds all the site's images. | ||
|
|
||
|
|
||
| See [imaging and versioning](https://github.com/github/docs/blob/main/contributing/images-and-versioning.md) from the contributing docs for more information. |
This file contains hidden or 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,2 +1,2 @@ | ||
| github_connect.features_enabled,host_name,dormant_users.dormancy_threshold,dormant_users.total_dormant_users,ghes_version,server_id,collection_date,schema_version,ghe_stats.comments.total_commit_comments,ghe_stats.comments.total_gist_comments,ghe_stats.comments.total_issue_comments,ghe_stats.comments.total_pull_request_comments,ghe_stats.gists.total_gists,ghe_stats.gists.private_gists,ghe_stats.gists.public_gists,ghe_stats.hooks.total_hooks,ghe_stats.hooks.active_hooks,ghe_stats.hooks.inactive_hooks,ghe_stats.issues.total_issues,ghe_stats.issues.open_issues,ghe_stats.issues.closed_issues,ghe_stats.milestones.total_milestones,ghe_stats.milestones.open_milestones,ghe_stats.milestones.closed_milestones,ghe_stats.orgs.total_orgs,ghe_stats.orgs.disabled_orgs,ghe_stats.orgs.total_teams,ghe_stats.orgs.total_team_members,ghe_stats.pages.total_pages,ghe_stats.pulls.total_pulls,ghe_stats.pulls.merged_pulls,ghe_stats.pulls.mergeable_pulls,ghe_stats.pulls.unmergeable_pulls,ghe_stats.repos.total_repos,ghe_stats.repos.root_repos,ghe_stats.repos.fork_repos,ghe_stats.repos.org_repos,ghe_stats.repos.total_pushes,ghe_stats.repos.total_wikis,ghe_stats.users.total_users,ghe_stats.users.admin_users,ghe_stats.users.suspended_users,actions_stats.number_of_repos_using_actions,actions_stats.percentage_of_repos_using_actions,packages_stats.registry_enabled,packages_stats.registry_v2_enabled,packages_stats.ecosystems.docker.registry_enabled,packages_stats.ecosystems.docker.published_packages_count,packages_stats.ecosystems.docker.private_packages_count,packages_stats.ecosystems.docker.public_packages_count,packages_stats.ecosystems.docker.internal_packages_count,packages_stats.ecosystems.docker.user_packages_count,packages_stats.ecosystems.docker.organization_packages_count,packages_stats.ecosystems.docker.daily_download_count,packages_stats.ecosystems.docker.daily_update_count,packages_stats.ecosystems.docker.daily_delete_count,packages_stats.ecosystems.docker.daily_create_count,packages_stats.ecosystems.maven.registry_enabled,packages_stats.ecosystems.maven.published_packages_count,packages_stats.ecosystems.maven.private_packages_count,packages_stats.ecosystems.maven.public_packages_count,packages_stats.ecosystems.maven.internal_packages_count,packages_stats.ecosystems.maven.user_packages_count,packages_stats.ecosystems.maven.organization_packages_count,packages_stats.ecosystems.maven.daily_download_count,packages_stats.ecosystems.maven.daily_update_count,packages_stats.ecosystems.maven.daily_delete_count,packages_stats.ecosystems.maven.daily_create_count,packages_stats.ecosystems.npm.registry_enabled,packages_stats.ecosystems.npm.published_packages_count,packages_stats.ecosystems.npm.private_packages_count,packages_stats.ecosystems.npm.public_packages_count,packages_stats.ecosystems.npm.internal_packages_count,packages_stats.ecosystems.npm.user_packages_count,packages_stats.ecosystems.npm.organization_packages_count,packages_stats.ecosystems.npm.daily_download_count,packages_stats.ecosystems.npm.daily_update_count,packages_stats.ecosystems.npm.daily_delete_count,packages_stats.ecosystems.npm.daily_create_count,packages_stats.ecosystems.nuget.registry_enabled,packages_stats.ecosystems.nuget.published_packages_count,packages_stats.ecosystems.nuget.private_packages_count,packages_stats.ecosystems.nuget.public_packages_count,packages_stats.ecosystems.nuget.internal_packages_count,packages_stats.ecosystems.nuget.user_packages_count,packages_stats.ecosystems.nuget.organization_packages_count,packages_stats.ecosystems.nuget.daily_download_count,packages_stats.ecosystems.nuget.daily_update_count,packages_stats.ecosystems.nuget.daily_delete_count,packages_stats.ecosystems.nuget.daily_create_count,packages_stats.ecosystems.ruby_gems.registry_enabled,packages_stats.ecosystems.ruby_gems.published_packages_count,packages_stats.ecosystems.ruby_gems.private_packages_count,packages_stats.ecosystems.ruby_gems.public_packages_count,packages_stats.ecosystems.ruby_gems.internal_packages_count,packages_stats.ecosystems.ruby_gems.user_packages_count,packages_stats.ecosystems.ruby_gems.organization_packages_count,packages_stats.ecosystems.ruby_gems.daily_download_count,packages_stats.ecosystems.ruby_gems.daily_update_count,packages_stats.ecosystems.ruby_gems.daily_delete_count,packages_stats.ecosystems.ruby_gems.daily_create_count,packages_stats.ecosystems.containers.registry_enabled,packages_stats.ecosystems.containers.published_packages_count,packages_stats.ecosystems.containers.private_packages_count,packages_stats.ecosystems.containers.public_packages_count,packages_stats.ecosystems.containers.internal_packages_count,packages_stats.ecosystems.containers.user_packages_count,packages_stats.ecosystems.containers.organization_packages_count,packages_stats.ecosystems.containers.daily_download_count,packages_stats.ecosystems.containers.daily_update_count,packages_stats.ecosystems.containers.daily_delete_count,packages_stats.ecosystems.containers.daily_create_count | ||
| feature1 feature2 feature3,notmymachine,90 days,5,9.99.9,deadbeef1,2023-04-05T00:00:00Z,20230306,1000,1000,0,0,100,59,41,3,2,1,3421,1234,1222,50,20,30,100,22,299,400,10,1232,223,435,0,12,1,2,1,42,1,2000,299,423,1,11.11,TRUE,TRUE,TRUE,21,22,23,24,25,26,27,28,29,30,readonly,11,12,13,14,15,16,17,18,19,20,TRUE,1,2,3,4,5,6,7,8,9,10,TRUE,31,32,33,34,35,36,37,38,39,40,TRUE,41,42,43,44,45,46,47,48,49,50,FALSE,51,52,53,54,55,56,57,58,59,60 | ||
| feature1 feature2 feature3,notmymachine,90 days,5,9.99.9,deadbeef1,2023-04-05T00:00:00Z,20230306,1000,1000,0,0,100,59,41,3,2,1,3421,1234,1222,50,20,30,100,22,299,400,10,1232,223,435,0,12,1,2,1,42,1,2000,299,423,1,11.11,TRUE,TRUE,TRUE,21,22,23,24,25,26,27,28,29,30,readonly,11,12,13,14,15,16,17,18,19,20,TRUE,1,2,3,4,5,6,7,8,9,10,TRUE,31,32,33,34,35,36,37,38,39,40,TRUE,41,42,43,44,45,46,47,48,49,50,FALSE,51,52,53,54,55,56,57,58,59,60 |
This file contains hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium