Rename master branch to main (#820)

Per #312
This commit is contained in:
Tony Arcieri
2021-03-07 10:29:41 -08:00
committed by GitHub
parent ad84df90d7
commit 2c43b7001e
5 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ name: Assign IDs
on:
push:
branches: master
branches: main
jobs:
assign-ids:

View File

@@ -4,7 +4,7 @@ name: Mirror 'main' branch to 'master'
on:
push:
branches: master
branches: main
jobs:
publish-web:

View File

@@ -2,7 +2,7 @@ name: Publish Web
on:
push:
branches: master
branches: main
jobs:
publish-web:

View File

@@ -3,7 +3,7 @@ name: Validate
on:
pull_request: {}
push:
branches: master
branches: main
jobs:
lint:

View File

@@ -21,7 +21,7 @@ and reporting (send PRs to add yours):
To report a new vulnerability, open a pull request using the template below.
See [CONTRIBUTING.md] for more information.
<a href="https://github.com/RustSec/advisory-db/blob/master/CONTRIBUTING.md">
<a href="https://github.com/RustSec/advisory-db/blob/main/CONTRIBUTING.md">
<img alt="Report Vulnerability" width="250px" height="60px" src="https://rustsec.org/img/report-vuln-button.svg">
</a>
@@ -106,7 +106,7 @@ patched = [">= 1.2.0"]
All content in this repository is placed in the public domain.
[![Public Domain](http://i.creativecommons.org/p/zero/1.0/88x31.png)](https://github.com/RustSec/advisory-db/blob/master/LICENSE.txt)
[![Public Domain](http://i.creativecommons.org/p/zero/1.0/88x31.png)](https://github.com/RustSec/advisory-db/blob/main/LICENSE.txt)
[//]: # (badges)
@@ -118,9 +118,9 @@ All content in this repository is placed in the public domain.
[//]: # (general links)
[EXAMPLE_ADVISORY.md]: https://github.com/RustSec/advisory-db/blob/master/EXAMPLE_ADVISORY.md
[EXAMPLE_ADVISORY.md]: https://github.com/RustSec/advisory-db/blob/main/EXAMPLE_ADVISORY.md
[Markdown]: https://www.markdownguide.org/
[TOML]: https://github.com/toml-lang/toml
[cargo-audit]: https://github.com/rustsec/cargo-audit
[cargo-deny]: https://github.com/EmbarkStudios/cargo-deny
[CONTRIBUTING.md]: https://github.com/RustSec/advisory-db/blob/master/CONTRIBUTING.md
[CONTRIBUTING.md]: https://github.com/RustSec/advisory-db/blob/main/CONTRIBUTING.md