Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/.ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
# running inside of a container action with the workspace mounted in.
git config --global --add safe.directory "$GITHUB_WORKSPACE"

- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
- uses: step-security/google-github-auth@57c51210cb4d85d8a5d39dc4c576c79bd693f914 # v3.0.1
if: ${{ inputs.enterprise == 'true' }}
with:
workload_identity_provider: ${{ inputs.workload_identity_provider }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
echo "files=${yamls}" >> "$GITHUB_OUTPUT"

- name: Action lint
uses: reviewdog/action-actionlint@0d952c597ef8459f634d7145b0b044a9699e5e43 # v1.71.0
uses: step-security/action-actionlint@d364e70a116a460ed220d67b1ca2f2579c48a40a # v1.69.1
with:
actionlint_flags: ${{ steps.get_yamls.outputs.files }}
4 changes: 2 additions & 2 deletions build-and-publish-osv/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ runs:
steps:
- id: auth
name: 'Authenticate to Google Cloud'
uses: google-github-actions/auth@v2
uses: step-security/google-github-auth@57c51210cb4d85d8a5d39dc4c576c79bd693f914 # v3.0.1
with:
workload_identity_provider: ${{ inputs.workload_identity_provider }}
service_account: ${{ inputs.service_account }}

- uses: google-github-actions/setup-gcloud@v2
- uses: google-github-actions/setup-gcloud@e427ad8a34f8676edf47cf7d7925499adf3eb74f # v2.2.1
with:
project_id: ${{ inputs.gcp_project_id }}

Expand Down
4 changes: 2 additions & 2 deletions build-and-publish-secdb/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ runs:
steps:
- id: auth
name: 'Authenticate to Google Cloud'
uses: google-github-actions/auth@v2
uses: step-security/google-github-auth@57c51210cb4d85d8a5d39dc4c576c79bd693f914 # v3.0.1
with:
workload_identity_provider: ${{ inputs.workload_identity_provider }}
service_account: ${{ inputs.service_account }}

- uses: google-github-actions/setup-gcloud@v2
- uses: google-github-actions/setup-gcloud@e427ad8a34f8676edf47cf7d7925499adf3eb74f # v2.2.1
with:
project_id: ${{ inputs.gcp_project_id }}

Expand Down
4 changes: 2 additions & 2 deletions build-and-publish-yaml/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ runs:
steps:
- id: auth
name: 'Authenticate to Google Cloud'
uses: google-github-actions/auth@v2
uses: step-security/google-github-auth@57c51210cb4d85d8a5d39dc4c576c79bd693f914 # v3.0.1
with:
workload_identity_provider: ${{ inputs.workload_identity_provider }}
service_account: ${{ inputs.service_account }}

- uses: google-github-actions/setup-gcloud@v2
- uses: google-github-actions/setup-gcloud@e427ad8a34f8676edf47cf7d7925499adf3eb74f # v2.2.1
with:
project_id: ${{ inputs.gcp_project_id }}

Expand Down
Loading