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 Apr 22, 2023
2 parents 9146d0c + 91fcd0a commit b1a66df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.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@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d # v1.0.0
uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # v1.1.0
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 @@ -40,7 +40,7 @@ jobs:

- id: auth
name: Auth GCP
uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d # v1.0.0
uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # v1.1.0
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 @@ -69,7 +69,7 @@ jobs:

- id: auth
name: Auth GCP
uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d # v1.0.0
uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # v1.1.0
with:
token_format: "access_token"
workload_identity_provider: ${{ inputs.auth_provider }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
make test
- name: Parse Coverage
uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865 # v3.1.2
uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3
with:
flags: unittests # optional

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.4.0
- name: Scan Repo
uses: aquasecurity/trivy-action@1f0aa582c8c8f5f7639610d6d38baddfea4fdcee # v0.9.2
uses: aquasecurity/trivy-action@e5f43133f6e8736992c9f3c1b3296e24b37e17f2 # v0.10.0
with:
scan-type: 'fs'
ignore-unfixed: true
Expand Down

0 comments on commit b1a66df

Please sign in to comment.