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

Optimize GitHub Actions Workflow for Code Quality and Security #822

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Jun 12, 2024

  1. Optimize GitHub Actions workflow for code quality and security - Reus…

    …e checkout step from shared-setup job to reduce duplication - Add caching for Rust toolchain to improve build times - These changes should improve the overall efficiency and performance of the workflow without compromising the code quality and security checks
    
    This pull request optimizes the existing GitHub Actions workflow for code quality and security checks. The key changes include:
    
    1. Reusing the checkout step from the `shared-setup` job in both the `devskim` and `rust-clippy` jobs to reduce duplication.
    2. Adding caching for the Rust toolchain in the `rust-clippy` job to speed up the installation process.
    
    These changes should help improve the overall efficiency and performance of the workflow, while maintaining the same level of code quality and security checks.
    niStee authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    11b7566 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    3966cd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1de504 View commit details
    Browse the repository at this point in the history
  3. feat: Update GitHub Actions workflow to support multiple operating sy…

    …stems
    
    The GitHub Actions workflow has been updated to support multiple operating systems. This change allows the workflow to run on Ubuntu, macOS, and Windows. The matrix strategy has been added to specify the different operating systems. This optimization improves code quality and security.
    niStee committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    b57544d View commit details
    Browse the repository at this point in the history
  4. Update GitHub Actions DevSkim workflow to use Ubuntu Latest as defaul…

    …t operating system, as it is only supported on Linux
    niStee committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    132a49a View commit details
    Browse the repository at this point in the history
  5. Optimize GitHub Actions workflow by checking if clippy-sarif and sari…

    …f-fmt are already installed before installing them
    niStee committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    9a53874 View commit details
    Browse the repository at this point in the history
  6. Optimize GitHub Actions workflow by checking if clippy-sarif and sari…

    …f-fmt are already installed before installing them
    niStee committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    af59afe View commit details
    Browse the repository at this point in the history
  7. Optimize GitHub Actions workflow by checking if clippy-sarif and sari…

    …f-fmt are already installed before installing them
    niStee committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    8edf481 View commit details
    Browse the repository at this point in the history
  8. Optimize GitHub Actions workflow by installing clippy-sarif and sarif…

    …-fmt without checking if they are already installed
    niStee committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    67bb921 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea4306d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa73af4 View commit details
    Browse the repository at this point in the history
  11. Optimize insert_startup_scripts function for Windows

    The insert_startup_scripts function in the windows.rs file has been optimized to improve performance and readability. The unnecessary conversion of the path variable to a Path object has been removed, resulting in more efficient code execution. This change enhances the overall functionality of the function and ensures smoother operation on Windows systems.
    niStee committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    71cd840 View commit details
    Browse the repository at this point in the history
  12. Refactoring Shared Setup

    Adding OSV Scanner
    niStee committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    78428bd View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    0952a60 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    286596f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    82a8f5e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    7376295 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35299fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9ca075 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    303f9b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e45229f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Merge branch 'topgrade-rs:main' into Optimize-GitHub-Actions-Workflow…

    …-for-Code-Quality-and-Security
    niStee authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    813b398 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    e0de116 View commit details
    Browse the repository at this point in the history