Skip to content

Commit 60bd45b

Browse files
authored
Merge branch 'main' into repo-sync
2 parents d862636 + 8d757ee commit 60bd45b

147 files changed

Lines changed: 14496 additions & 1043 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/allowed-actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ module.exports = [
3939
"repo-sync/pull-request@33777245b1aace1a58c87a29c90321aa7a74bd7d",
4040
"someimportantcompany/github-actions-slack-message@0b470c14b39da4260ed9e3f9a4f1298a74ccdefd",
4141
"tjenkinson/gh-action-auto-merge-dependency-updates@4d7756c04d9d999c5968697a621b81c47f533d61",
42-
"EndBug/add-and-commit@9358097a71ad9fb9e2f9624c6098c89193d83575",
42+
"EndBug/add-and-commit@b3c7c1e078a023d75fb0bd326e02962575ce0519",
4343
"dorny/paths-filter@eb75a1edc117d3756a18ef89958ee59f9500ba58",
4444
];

.github/workflows/openapi-decorate.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,10 @@ jobs:
2525
run: script/rest/update-files.js --decorate-only
2626

2727
- name: Check in the decorated files
28-
uses: EndBug/add-and-commit@9358097a71ad9fb9e2f9624c6098c89193d83575
28+
uses: EndBug/add-and-commit@b3c7c1e078a023d75fb0bd326e02962575ce0519
2929
with:
3030
# The arguments for the `git add` command
3131
add: 'lib/rest/static/decorated'
3232

3333
# The message for the commit
3434
message: 'Add decorated OpenAPI schema files'
35-
36-
env:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
36.1 KB
Loading
107 KB
Loading
36.7 KB
Loading
45.9 KB
Loading

content/github/administering-a-repository/about-securing-your-repository.md renamed to content/code-security/getting-started/about-securing-your-repository.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: About securing your repository
33
intro: '{% data variables.product.product_name %} provides a number of ways that you can help keep your repository secure.'
4+
redirect_from:
5+
- /github/administering-a-repository/about-securing-your-repository
46
versions:
57
free-pro-team: '*'
68
enterprise-server: '>=3.0'
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Getting started with code security
3+
shortTitle: Getting started
4+
intro: 'Introduction to code security with {% data variables.product.product_name %}.'
5+
versions:
6+
free-pro-team: '*'
7+
enterprise-server: '>=3.0'
8+
github-ae: '*'
9+
---
10+
11+
### Table of Contents
12+
13+
{% link_in_list /about-securing-your-repository %}

content/code-security/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Code security
3+
shortTitle: Code security
4+
intro: 'Learn how to keep the code stored in your repositories secure.'
5+
versions:
6+
free-pro-team: '*'
7+
enterprise-server: '>=3.0'
8+
github-ae: '*'
9+
---
10+
11+
{% link_with_intro /getting-started %}
12+
13+
{% link_with_intro /secret-security %}
14+
15+
{% link_with_intro /secure-coding %}
16+
17+
{% link_with_intro /security-advisories %}
18+
19+
{% link_with_intro /supply-chain-security %}

content/github/administering-a-repository/about-secret-scanning.md renamed to content/code-security/secret-security/about-secret-scanning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /github/administering-a-repository/about-token-scanning
77
- /articles/about-token-scanning
88
- /articles/about-token-scanning-for-private-repositories
9+
- /github/administering-a-repository/about-secret-scanning
910
versions:
1011
free-pro-team: '*'
1112
enterprise-server: '>=3.0'

0 commit comments

Comments
 (0)