Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: kairos-io/kairos-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7b4ea0b7d9bb1ff260b916f41cf8161dbc3011ca
Choose a base ref
..
head repository: kairos-io/kairos-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 32faf23e2747cff41516766182d74293f06d2e88
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/osv-scanner-pr.yaml
  2. +1 −1 go.mod
2 changes: 1 addition & 1 deletion .github/workflows/osv-scanner-pr.yaml
Original file line number Diff line number Diff line change
@@ -18,4 +18,4 @@ permissions:

jobs:
scan-pr:
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.3"
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.4"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ require (

require (
github.com/distribution/reference v0.6.0
github.com/google/go-github/v63 v63.0.0
github.com/google/go-github/v64 v64.0.0
github.com/google/go-github/v64 v64.0.0
github.com/twpayne/go-vfs/v4 v4.3.0
github.com/twpayne/go-vfs/v5 v5.0.4