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
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
persist-credentials: false
- name: Checkout vcpkg
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
path: "build/vcpkg"
repository: "microsoft/vcpkg"
Expand Down Expand Up @@ -72,7 +72,7 @@
--clean-after-build

- name: Initialize CodeQL
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4

Check warning on line 75 in .github/workflows/codeql-analysis.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

codeql-analysis.yml:75: action's hash pin has mismatched or missing version comment: points to commit f205ea1c3313
with:
languages: ${{ matrix.language }}

Expand All @@ -92,4 +92,4 @@
cmake --build build/output

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4

Check warning on line 95 in .github/workflows/codeql-analysis.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

codeql-analysis.yml:95: action's hash pin has mismatched or missing version comment: points to commit f205ea1c3313
2 changes: 1 addition & 1 deletion .github/workflows/external-account-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
ref: ${{ inputs.checkout-ref || github.sha }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
targets:
- //google/cloud/storage/...
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
ref: ${{ inputs.checkout-ref }}
persist-credentials: false
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,7 +59,7 @@ jobs:
- exclude-from-full-trick: ${{ ! inputs.full-matrix }}
shard: Other
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
ref: ${{ inputs.checkout-ref }}
persist-credentials: false
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,7 +40,7 @@ jobs:
targets:
- //google/cloud/storage/...
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
ref: ${{ inputs.checkout-ref }}
persist-credentials: false
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,7 +65,7 @@ jobs:
- shard: Core4
build_type: Debug
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
ref: ${{ inputs.checkout-ref }}
persist-credentials: false
Expand Down
Loading