mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Update github actions dependencies (#274)
This commit is contained in:
parent
51a0c746ca
commit
ccaad5e482
2
.github/actions/gcp_login/action.yml
vendored
2
.github/actions/gcp_login/action.yml
vendored
@ -10,6 +10,6 @@ runs:
|
||||
# As described at:
|
||||
# https://github.com/google-github-actions/setup-gcloud#service-account-key-json
|
||||
- name: Authorize GCP access
|
||||
uses: google-github-actions/auth@2671692c371cbef34ed8ded9f197670c88c9d343 # tag=v0.8.2
|
||||
uses: google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72 # tag=v0.8.3
|
||||
with:
|
||||
credentials_json: ${{ inputs.gcp_service_account_json }}
|
||||
|
2
.github/actions/setup_linux/action.yml
vendored
2
.github/actions/setup_linux/action.yml
vendored
@ -50,7 +50,7 @@ runs:
|
||||
shell: bash
|
||||
|
||||
- name: Set up gcloud CLI
|
||||
uses: google-github-actions/setup-gcloud@877d4953d2c70a0ba7ef3290ae968eb24af233bb # tag=v0.6.0
|
||||
uses: google-github-actions/setup-gcloud@ee9693ff89cdf73862b8a13988f6a71070e8fc58 # tag=v0.6.2
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: docker-setup
|
||||
|
2
.github/actions/sonobuoy/action.yml
vendored
2
.github/actions/sonobuoy/action.yml
vendored
@ -36,7 +36,7 @@ runs:
|
||||
path: "**/junit_01.xml"
|
||||
if: ${{ always() && !env.ACT }}
|
||||
- name: Publish test results
|
||||
uses: mikepenz/action-junit-report@9d7e8d109968bf1cd319822043687171efae7de7 # tag=v3.5.1
|
||||
uses: mikepenz/action-junit-report@ab07dd7abefd456d92ecbeb22f81392fafe3d528 # tag=v3.5.2
|
||||
if: ${{ !env.ACT }}
|
||||
with:
|
||||
report_paths: "**/junit_01.xml"
|
||||
|
2
.github/workflows/e2e-test-manual-macos.yml
vendored
2
.github/workflows/e2e-test-manual-macos.yml
vendored
@ -112,7 +112,7 @@ jobs:
|
||||
|
||||
- name: Set up gcloud CLI
|
||||
if: ${{ github.event.inputs.cloudProvider == 'gcp' }}
|
||||
uses: google-github-actions/setup-gcloud@877d4953d2c70a0ba7ef3290ae968eb24af233bb # tag=v0.6.0
|
||||
uses: google-github-actions/setup-gcloud@ee9693ff89cdf73862b8a13988f6a71070e8fc58 # tag=v0.6.2
|
||||
|
||||
- name: Run manual E2E test
|
||||
uses: ./.github/actions/e2e_test
|
||||
|
Loading…
Reference in New Issue
Block a user