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
ci: switch from self-hosted to GitHub-hosted runners
Now that the repo is public, GitHub-hosted runners are free and unlimited.
- unit-test and build: ubuntu-latest
- integration-test: macos-latest (needs macOS for UI test patches)
- npm-audit: ubuntu-latest
- trivy: ubuntu-latest with aquasecurity/trivy-action
- gitleaks: ubuntu-latest with gitleaks/gitleaks-action
- links: ubuntu-latest with lycheeverse/lychee-action
- Remove fork PR guards (no longer needed on GitHub-hosted runners)
- Remove private-repo guards on CodeQL, dependency-review, scorecard, FOSSA
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
0 commit comments