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

chore(deps): bump actions/upload-artifact from 3 to 4 (#27) #1040

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

Conversation

niStee
Copy link
Contributor

@niStee niStee commented Feb 15, 2025

What does this PR do

Standards checklist

  • The PR title is descriptive
  • I have read CONTRIBUTING.md
  • Optional: I have tested the code myself
  • If this PR introduces new user-facing messages they are translated

For new steps

  • Optional: Topgrade skips this step where needed
  • Optional: The --dry-run option works with this step
  • Optional: The --yes option works with this step if it is supported by
    the underlying command

If you developed a feature or a bug fix for someone else and you do not have the
means to test it, please tag this person here.
@SteveLauC

dependabot bot and others added 2 commits February 15, 2025 13:32
* Optimize GitHub Actions workflow for code quality and security  - Reuse 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.

* Optimize GitHub Actions workflow for code quality and security

* feat: Update GitHub Actions workflow to support multiple operating systems

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.

* Update GitHub Actions DevSkim workflow to use Ubuntu Latest as default operating system, as it is only supported on Linux

* Optimize GitHub Actions workflow by checking if clippy-sarif and sarif-fmt are already installed before installing them

* Optimize GitHub Actions workflow by checking if clippy-sarif and sarif-fmt are already installed before installing them

* Optimize GitHub Actions workflow by checking if clippy-sarif and sarif-fmt are already installed before installing them

* Optimize GitHub Actions workflow by installing clippy-sarif and sarif-fmt without checking if they are already installed

* Optimize GitHub Actions workflow by forcing installation of clippy-sarif and sarif-fmt

* Optimize GitHub Actions workflow by updating codeql-action to v3

* 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.

* Refactoring Shared Setup
Adding OSV Scanner

* chore: improve Windows Update step and add PSWindowsUpdate Module

* Optimize GitHub Actions workflow for code quality and security

* Optimize GitHub Actions workflow by adding DevSkim linting step

* Revert "Optimize GitHub Actions workflow by adding DevSkim linting step"

This reverts commit e9ca075.

* feat: add fail-on-vuln option to OSV Scanner workflow

* feat: enhance security workflow with DevSkim and Clippy analysis

* feat: update security vulnerability workflow with explicit permissions and token

---------

Co-authored-by: nistee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant