Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oxidize-rb/rb-sys
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.114
Choose a base ref
...
head repository: oxidize-rb/rb-sys
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.115
Choose a head ref
  • 7 commits
  • 30 files changed
  • 4 contributors

Commits on May 9, 2025

  1. Add trivy scanning to docker images (#533)

    * Add trivy scanning to docker images
    
    * Prevent workflow failure on EOL OS Trivy warnings
    
    Changed Trivy exit-code from "1" to "0" to avoid failing the workflow due to end-of-life OS warnings.
    
    * Update Trivy scan upload for security events
    
    Grant security-events permission and use upload-sarif v3 for Trivy scan results to enable uploading to GitHub Security tab.
    ianks authored May 9, 2025
    Configuration menu
    Copy the full SHA
    7e51cb7 View commit details
    Browse the repository at this point in the history
  2. Bump rustix in /bench in the cargo group across 1 directory (#537)

    Bumps the cargo group with 1 update in the /bench directory: [rustix](https://github.com/bytecodealliance/rustix).
    
    
    Updates `rustix` from 0.38.3 to 0.38.8
    - [Release notes](https://github.com/bytecodealliance/rustix/releases)
    - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md)
    - [Commits](bytecodealliance/rustix@v0.38.3...v0.38.8)
    
    ---
    updated-dependencies:
    - dependency-name: rustix
      dependency-version: 0.38.8
      dependency-type: indirect
      dependency-group: cargo
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 9, 2025
    Configuration menu
    Copy the full SHA
    39fb7c7 View commit details
    Browse the repository at this point in the history
  3. Bump shlex in /fuzz in the cargo group across 1 directory (#536)

    Bumps the cargo group with 1 update in the /fuzz directory: [shlex](https://github.com/comex/rust-shlex).
    
    
    Updates `shlex` from 1.1.0 to 1.3.0
    - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
    - [Commits](comex/rust-shlex@1.1.0...1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: shlex
      dependency-version: 1.3.0
      dependency-type: indirect
      dependency-group: cargo
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 9, 2025
    Configuration menu
    Copy the full SHA
    fe2f70c View commit details
    Browse the repository at this point in the history
  4. Fix some security warnings (#539)

    * Potential fix for code scanning alert no. 4338: Workflow does not contain permissions
    
    Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
    
    * Potential fix for code scanning alert no. 4334: Workflow does not contain permissions
    
    Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
    
    * Pin gh actions
    
    * Add more permissions
    
    * Fix cache delete action
    
    * Remove flagged files
    
    * Remove more flagged files
    
    ---------
    
    Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
    ianks and github-advanced-security[bot] authored May 9, 2025
    Configuration menu
    Copy the full SHA
    e5ac0fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3e6538 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Configuration menu
    Copy the full SHA
    fa5ca0d View commit details
    Browse the repository at this point in the history
  2. Bump to v0.9.115

    ianks committed May 14, 2025
    Configuration menu
    Copy the full SHA
    b677a05 View commit details
    Browse the repository at this point in the history
Loading