You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Template to quickly spin up a Go module project.
14
14
-`dependabot.yaml`, `automerge-dependabot.yaml`: automatically update dependencies and merge PRs from dependabot.
15
15
-`ci.yaml`: automatically run tests and generate code coverage report.
16
16
-`release.yaml`: automatically create a new release.
17
+
-`codeql.yaml`: automatically run CodeQL analysis.
17
18
18
19
## Usage
19
20
@@ -32,6 +33,7 @@ Template to quickly spin up a Go module project.
32
33
Workflows implemented by this template are as the following:
33
34
34
35
-`dependabot.yaml` configures dependencies are checked and updated weekly. `dependabot` will create a PR for each dependency update. `automerge-dependabot.yaml` is triggered to automatically merged PRs to `main` branch.
36
+
-`codeql.yaml` is triggered on every push, pr and periodically to run CodeQL analysis.
35
37
-`ci.yaml` is triggered on every push to any branch to run tests and generate code coverage report.
36
38
- Once PR is approved and merged to `release` branch, `release.yaml` is triggered to create a new release. Then a new PR is created to merge `release` branch to `main` branch.
0 commit comments