Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/containerd/…
Browse files Browse the repository at this point in the history
…errdefs-1.0.0
  • Loading branch information
jakobmoellerdev authored Nov 4, 2024
2 parents dc58aa1 + b1ab4c5 commit 286a237
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mend_scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:

- name: Comment Mend Status on PR
if: ${{ github.event_name != 'schedule' && steps.pr_exists.outputs.pr_found == 'true' }}
uses: thollander/[email protected].0
uses: thollander/[email protected].1
with:
message: |
## Mend Scan Summary: :${{ steps.report.outputs.status }}:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
cache_name: release-go-cache

- name: Setup Syft
uses: anchore/sbom-action/download-syft@1ca97d9028b51809cf6d3c934c3e160716e1b605 # v0.17.5
uses: anchore/sbom-action/download-syft@251a468eed47e5082b105c3ba6ee500c0e65a764 # v0.17.6

- name: Setup Cosign
uses: sigstore/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
state = if (self ? rev) then "clean" else "dirty";

# This vendorHash represents a derivative of all go.mod dependencies and needs to be adjusted with every change
vendorHash = "sha256-MvQl2/jaIIjrz9e9L8NbzDW+Ozgx8XI9XI1jFFulRWs=";
vendorHash = "sha256-dYEotkFKbJuUdlPee9tZTZttpcy/YAXX3VQSnkewy2I=";

src = ./.;

Expand Down

0 comments on commit 286a237

Please sign in to comment.