Skip to content
Open
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/macos-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
targets:
- //google/cloud/storage/...
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

Check warning on line 40 in .github/workflows/macos-bazel.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

macos-bazel.yml:40: action's hash pin has mismatched or missing version comment: points to commit 3d3c42e5aac5
with:
ref: ${{ inputs.checkout-ref }}
persist-credentials: false
allow-unsafe-pr-checkout: true
- uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3
if: ${{ inputs.bazel-cache-mode == 'READ_WRITE' }}
with:
create_credentials_file: true
Expand All @@ -55,7 +55,7 @@
- name: Build google-cloud-cpp
# zizmor: ignore[template-injection]
run: |
export BAZEL_REMOTE_CACHE_RW_MODE=${{ inputs.bazel-cache-mode }}

Check failure on line 58 in .github/workflows/macos-bazel.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/template-injection

code injection via template expansion: may expand into attacker-controllable code
export EXECUTE_INTEGRATION_TESTS=${{ inputs.execute-integration-tests }}
ci/gha/builds/macos-bazel.sh ${{ join(matrix.targets, ' ') }}
- name: Post Tests Disk Space
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
- exclude-from-full-trick: ${{ ! inputs.full-matrix }}
shard: Other
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

Check warning on line 62 in .github/workflows/macos-cmake.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

macos-cmake.yml:62: action's hash pin has mismatched or missing version comment: points to commit 3d3c42e5aac5
with:
ref: ${{ inputs.checkout-ref }}
persist-credentials: false
allow-unsafe-pr-checkout: true
- uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3
if: ${{ inputs.sccache-mode == 'READ_WRITE' && inputs.vcpkg-cache-mode == 'readwrite' }}
with:
create_credentials_file: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
targets:
- //google/cloud/storage/...
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

Check warning on line 43 in .github/workflows/windows-bazel.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

windows-bazel.yml:43: action's hash pin has mismatched or missing version comment: points to commit 3d3c42e5aac5
with:
ref: ${{ inputs.checkout-ref }}
persist-credentials: false
allow-unsafe-pr-checkout: true
- uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3
if: ${{ inputs.bazel-cache-mode == 'READ_WRITE' }}
with:
create_credentials_file: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
- shard: Core4
build_type: Debug
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

Check warning on line 68 in .github/workflows/windows-cmake.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

windows-cmake.yml:68: action's hash pin has mismatched or missing version comment: points to commit 3d3c42e5aac5
with:
ref: ${{ inputs.checkout-ref }}
persist-credentials: false
allow-unsafe-pr-checkout: true
- uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3
if: ${{ inputs.sccache-mode == 'READ_WRITE' && inputs.vcpkg-cache-mode == 'readwrite' }}
with:
create_credentials_file: true
Expand Down
Loading