mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-24 23:19:39 -05:00
Update GitHub action dependencies (#665)
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
a32f9ae752
commit
2e2bcb15e1
2
.github/actions/e2e_sonobuoy/action.yml
vendored
2
.github/actions/e2e_sonobuoy/action.yml
vendored
@ -49,7 +49,7 @@ runs:
|
||||
|
||||
- name: Publish test results
|
||||
if: ${{ !env.ACT }}
|
||||
uses: mikepenz/action-junit-report@ab07dd7abefd456d92ecbeb22f81392fafe3d528 # tag=v3.5.2
|
||||
uses: mikepenz/action-junit-report@6e9933f4a97f4d2b99acef4d7b97924466037882 # v3.6.1
|
||||
with:
|
||||
report_paths: "**/junit_01.xml"
|
||||
fail_on_failure: true
|
||||
|
1
.github/workflows/release-cli.yml
vendored
1
.github/workflows/release-cli.yml
vendored
@ -36,7 +36,6 @@ jobs:
|
||||
name: constellation-${{ matrix.os }}-${{ matrix.arch }}
|
||||
path: build/constellation-${{ matrix.os }}-${{ matrix.arch }}
|
||||
|
||||
|
||||
provenance-subjects:
|
||||
runs-on: ubuntu-22.04
|
||||
needs:
|
||||
|
Loading…
Reference in New Issue
Block a user