mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-01 10:57:49 +00:00
chore: upgrade deps
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -85,7 +85,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Add yq (for reading recipe.yml)
|
- name: Add yq (for reading recipe.yml)
|
||||||
uses: mikefarah/yq@v4.40.5
|
uses: mikefarah/yq@v4.42.1
|
||||||
|
|
||||||
- name: Gather image data from recipe
|
- name: Gather image data from recipe
|
||||||
run: |
|
run: |
|
||||||
@@ -109,7 +109,7 @@ jobs:
|
|||||||
pubkey: 'https://raw.githubusercontent.com/wayblueorg/wayblue/live/cosign.pub'
|
pubkey: 'https://raw.githubusercontent.com/wayblueorg/wayblue/live/cosign.pub'
|
||||||
|
|
||||||
- name: Build secureblue
|
- name: Build secureblue
|
||||||
uses: blue-build/github-action@v1.0.2
|
uses: blue-build/github-action@v1.2.0
|
||||||
with:
|
with:
|
||||||
recipe: ${{ matrix.recipe }}
|
recipe: ${{ matrix.recipe }}
|
||||||
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
|
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
keep until upstream removes the need for this file
|
|
||||||
Reference in New Issue
Block a user