Ben Ahmady
a4913b5935
New structure for troubleshooting docs ( #37635 )
...
Co-authored-by: Felicity Chapman <felicitymay@github.com >
2023-06-26 17:06:27 +00:00
Rachael Sewell
151285093e
Fix Markdown list indentation ( #37388 )
2023-06-01 17:04:18 +00:00
Felicity Chapman
f74d61b5d8
Fix a broken link reported by the field team ( #35728 )
2023-03-21 12:07:34 +00:00
Peter Bengtsson
b7c7dbf672
Update all internal links ( #34787 )
2023-02-15 15:16:18 +00:00
Kevin Heis
ac2cd0e47d
Deprecate GHES 3.3 ( #34328 )
...
Co-authored-by: Felicity Chapman <felicitymay@github.com >
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com >
Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com >
2023-02-03 17:05:11 +00:00
Felicity Chapman
b617c4a7a1
Improve comments for code security variables ( #32445 )
2022-11-11 09:31:37 +00:00
Hana Harencarova
0d90f84879
Merge branch 'main' into hharen/code-scanning-consistent-file-paths-7017
2022-08-22 16:42:31 +02:00
Andrew Eisenberg
10c492e5d4
Fix incorrect link ( #29848 )
...
* Fix incorrect link
Lins to the codeql-action should always be to v2.
* Conditionally link to v1 or v2 of the codeql-action
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com >
2022-08-12 16:12:10 +00:00
Hana Harencarova
c928c39bd4
Update uploading-a-sarif-file-to-github.md
...
Change the link to 'About SARIF support for code scanning'
2022-08-08 15:36:10 +02:00
Hector Alfaro
95e6f3d3ab
Deprecate GHES 3.1 ( #28798 )
...
* add 3.1 to deprecated versions
* rewrite img src to use azure blob storage in archive script
Co-authored-by: rachmari <rachmari@users.noreply.github.com >
* remove static files for ghes 3.1
* remove liquid conditionals and content for ghes 3.1
* remove outdated hardware reqs reusable
* Fix liquid conditional uncaught by script
* Close liquid conditionals missed by script
* Apply @mattpollard's suggestions
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com >
Co-authored-by: rachmari <rachmari@users.noreply.github.com >
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com >
2022-07-11 21:17:09 +00:00
Sarah Schneider
f44578572c
Ran script/content-migrations/convert-if-to-ifversion.js
2022-06-06 18:13:12 -04:00
Lucas Costi
b49c768777
Version actions for GHES, use reusables ( #26004 )
...
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com >
Co-authored-by: Sarah Edwards <skedwards88@github.com >
2022-04-01 09:36:17 +10:00
Rasmus Wriedt Larsen
d11f852453
CodeQL: Update SARIF uploading example ( #25702 )
...
* CodeQL: Update SARIF uploading example
2022-03-01 11:06:56 +00:00
Steve Guntrip
76027fd8d3
CodeQL changes
2022-02-14 10:25:31 +00:00
Felicity Chapman
ee2f75619e
CodeQL ML-powered JavaScript queries (public beta) ( #24363 )
2022-02-03 12:16:12 +00:00
Sam Partington
b94a43061f
Elaborate on specifying Code Scanning category ( #24179 )
2022-01-19 16:32:02 +00:00
Matt Pollard
b3e1ff4e89
Update documentation for GitHub AE's December 2021 release ( #23405 )
2021-12-07 10:36:37 +01:00
Kevin Heis
3b092b4cb8
Deprecate 2.22 b ( #22366 )
...
* Update enterprise-server-releases.js
* Run deprecation script
* Remove finding / managing security vulnerabilities
* remove vuln from translations
* remove more dead pages
* Restore heavily used files
* Remove 2.22 refs in tests
* Update working-with-the-npm-registry.md
2021-10-22 13:23:16 -07:00
Laura Coursen
8f964ea2cb
GHEC version ( #20947 )
...
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com >
Co-authored-by: Grace Park <gracepark@github.com >
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com >
Co-authored-by: Robert Sese <sese@github.com >
Co-authored-by: Peter Bengtsson <peterbe@github.com >
Co-authored-by: Rachael Sewell <rachmari@github.com >
2021-10-15 15:41:33 -05:00
AlonaHlobina
5f01af06ec
Update beta-codeql-runner.md ( #21605 )
...
* Update beta-codeql-runner.md
* Rename beta-codeql-runner.md to deprecation-codeql-runner.md
* update reusable name
* Update about-codeql-code-scanning-in-your-ci-system.md
* Update running-codeql-code-scanning-in-a-container.md
* Update uploading-a-sarif-file-to-github.md
* Update sarif-support-for-code-scanning.md
* Update running-codeql-runner-in-your-ci-system.md
* Update configuring-codeql-cli-in-your-ci-system.md
* Update configuring-codeql-runner-in-your-ci-system.md
* Update running-codeql-runner-in-your-ci-system.md
* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-code-scanning-in-your-ci-system.md
* Update configuring-codeql-cli-in-your-ci-system.md
* Apply suggestions from code review
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com >
* update codeql runner reusable
* add new article about runner to cli migration
* fix typo in new article title
* Update deprecation-codeql-runner.md
* Update deprecation-codeql-runner.md
* Apply suggestions from code review
* fix failing test
* fix failing test
* Update versioning to fix failing test
* add `codeql-cli-binaries` to allow list
Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com >
Co-authored-by: Felicity Chapman <felicitymay@github.com >
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com >
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
2021-09-21 13:12:11 -07:00
Felicity Chapman
bea8d8d5cb
Rename code security directories to match features ( #20726 )
2021-08-16 09:14:25 +00:00