Skip to content

Commit

Permalink
Fix anchors for GHA docs (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Aug 29, 2023
1 parent 07b6fdc commit c6c6a0d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions building/github/gha-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
This _working_ document serves as a collection of best practices for making use of GitHub Actions.
If you have any suggestions or additions, [please open a pull request on GitHub!](https://github.com/exercism/docs/edit/main/building/github/gha-best-practices.md)

- [GitHub Actions: Best Practices](#github-actions-best-practices)
- [Collection of Best Practices](#collection-of-best-practices)
- [Set timeouts for workflows](#set-timeouts-for-workflows)
- [Example](#example)
- [Consider if (third-party) actions are really needed](#consider-if-third-party-actions-are-really-needed)
- [Limit scope of workflow token](#limit-scope-of-workflow-token)
- [Example](#example-1)
- [Pin actions to SHAs](#pin-actions-to-shas)
- [Finding the commit SHA](#finding-the-commit-sha)
- [Example](#example-2)
- [Consider setting up a concurrency strategy](#consider-setting-up-a-concurrency-strategy)
- [Example](#example-3)
- [Consider which triggers are really needed](#consider-which-triggers-are-really-needed)
- [Read the "Security hardening for GitHub Actions" guide](#read-the-security-hardening-for-github-actions-guide)
- [Workflow Checklist](#workflow-checklist)
- [GitHub Actions: Best Practices](#h-github-actions-best-practices)
- [Collection of Best Practices](#h-collection-of-best-practices)
- [Set timeouts for workflows](#h-set-timeouts-for-workflows)
- [Example](#h-example)
- [Consider if (third-party) actions are really needed](#h-consider-if-third-party-actions-are-really-needed)
- [Limit scope of workflow token](#h-limit-scope-of-workflow-token)
- [Example](#h-example-1)
- [Pin actions to SHAs](#h-pin-actions-to-shas)
- [Finding the commit SHA](#h-finding-the-commit-sha)
- [Example](#h-example-2)
- [Consider setting up a concurrency strategy](#h-consider-setting-up-a-concurrency-strategy)
- [Example](#h-example-3)
- [Consider which triggers are really needed](#h-consider-which-triggers-are-really-needed)
- [Read the "Security hardening for GitHub Actions" guide](#h-read-the-security-hardening-for-github-actions-guide)
- [Workflow Checklist](#h-workflow-checklist)

## Collection of Best Practices

Expand Down

0 comments on commit c6c6a0d

Please sign in to comment.