...
| https://github.com/apps/dco |
| Linting GitHub Action workflow .yaml Files: https://github.com/rhysd/actionlint |
| |
| |
| |
| Example - ReadTheDocs webhook: |
| Example - CodeQL: Example - Snyk: https://docs.snyk.io/integrations/git-repository-scm-integrations/github-integration |
| Dependabot: Trivy: https://github.com/aquasecurity/trivy It supports pom.xml files but not build.gradle files. If you have a Gradle project you can use the Maven Publish Gradle plugin to generate an equivalent pom.xml file. |
| https://docs.github.com/en/actions/using-workflows/reusing-workflows |
...
| https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-concurrency-to-cancel-any-in-progress-job-or-run |
| Via built-in GitHub YAML syntax: Via third-party GitHub Action: https://github.com/dorny/paths-filter |
| https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet |
| |
| |
| The simplest way to do this is to simply open the pull request for your own fork's main branch the same way as you would open it for the upstream repository's. |
| |
| https://code.visualstudio.com/docs/devcontainers/containers |
|
...