Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static analysis workflow #4344

Merged
merged 4 commits into from
Oct 14, 2020
Merged

Commits on Oct 14, 2020

  1. Restrict workflows to protected branches

    When we push to a branch on origin and make a PR, we see double the
    normal amount of jobs because of this.
    greg0ire committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    85a3fdc View commit details
    Browse the repository at this point in the history
  2. Use cache action v2

    I somehow missed another occurrence.
    greg0ire committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    30218ee View commit details
    Browse the repository at this point in the history
  3. Extract SA jobs to a separate workflow

    The end goal is to have a generic workflow that can be contributed back
    to our .github repository.
    greg0ire committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    9033b95 View commit details
    Browse the repository at this point in the history
  4. Use official Github Action

    It is more concise.
    greg0ire committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    78850f4 View commit details
    Browse the repository at this point in the history