Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mchmarny/vimp
Browse files Browse the repository at this point in the history
  • Loading branch information
mchmarny committed May 10, 2023
2 parents f6a7ff7 + 72041b5 commit 980d446
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- id: auth
name: Auth GCP
uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # v1.1.0
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
with:
token_format: "access_token"
workload_identity_provider: ${{ inputs.auth_provider }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- id: auth
name: Auth GCP
uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # v1.1.0
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
with:
token_format: "access_token"
workload_identity_provider: ${{ inputs.auth_provider }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slsa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- id: auth
name: Auth GCP
uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # v1.1.0
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
with:
token_format: "access_token"
workload_identity_provider: ${{ inputs.auth_provider }}
Expand Down

0 comments on commit 980d446

Please sign in to comment.