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

melange/0.6.2 package update #13359

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions melange.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# When bumping the version check if the CVE/GHSA mitigations below can be removed.
package:
name: melange
version: 0.6.1
version: 0.6.2
epoch: 0
description: build APKs from source code
copyright:
Expand All @@ -22,7 +22,7 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: ec07bfbdff97042f5830e0026f30d96d6c188291
expected-commit: e957ab1c612bc7d3a3d7d55d191368151923275f
repository: https://github.com/chainguard-dev/melange
tag: v${{package.version}}

Expand Down
Loading