Skip to content

Commit d7a9763

Browse files
committed
fix sha
1 parent 028c4a3 commit d7a9763

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/bindings_python_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
9696
with:
9797
python-version: 3.12
98-
- uses: PyO3/maturin-action@db323e2cf5679b7feb8bcb561a36b27a0bc19e79 # v1
98+
- uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1
9999
with:
100100
working-directory: "bindings/python"
101101
command: build

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: ./.github/actions/setup-builder
6262

6363
- name: Check License Header
64-
uses: apache/skywalking-eyes/header@e9f91c35e4d4ae4420f722aa6598c4a13cc69093 # v0.8.0
64+
uses: apache/skywalking-eyes/header@61275cc80d0798a405cb070f7d3a8aaf7cf2c2c1 # v0.8.0
6565

6666
- name: Check toml format
6767
run: make check-toml
@@ -101,7 +101,7 @@ jobs:
101101
uses: ./.github/actions/setup-builder
102102

103103
- name: Cache Rust artifacts
104-
uses: swatinem/rust-cache@42dc69e1aa15d09112580998cf2ef0119e2e91ae # v2
104+
uses: swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
105105

106106
- name: Install protoc
107107
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3
@@ -129,7 +129,7 @@ jobs:
129129
uses: ./.github/actions/setup-builder
130130

131131
- name: Cache Rust artifacts
132-
uses: swatinem/rust-cache@42dc69e1aa15d09112580998cf2ef0119e2e91ae # v2
132+
uses: swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
133133

134134
- name: Build
135135
run: cargo build -p iceberg --no-default-features
@@ -157,7 +157,7 @@ jobs:
157157
repo-token: ${{ secrets.GITHUB_TOKEN }}
158158

159159
- name: Cache Rust artifacts
160-
uses: swatinem/rust-cache@42dc69e1aa15d09112580998cf2ef0119e2e91ae # v2
160+
uses: swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
161161
with:
162162
key: ${{ matrix.test-suite.name }}
163163

.github/workflows/ci_typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
with:
4848
persist-credentials: false
4949
- name: Check typos
50-
uses: crate-ci/typos@a8d8e187146634c459c27ade2d3e338569378720 # v1.44.0
50+
uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d # v1.44.0

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
persist-credentials: false
4747

4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@d4b3ca9fa7f69d38bfcd667bdc45bc373d16277e # v4
49+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
5050
with:
5151
languages: actions
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@d4b3ca9fa7f69d38bfcd667bdc45bc373d16277e # v4
54+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
5555
with:
5656
category: "/language:actions"

.github/workflows/release_python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
env:
123123
NEEDS_VALIDATE_RELEASE_TAG_OUTPUTS_CARGO_VERSION: ${{ needs.validate-release-tag.outputs.cargo-version }}
124124

125-
- uses: PyO3/maturin-action@db323e2cf5679b7feb8bcb561a36b27a0bc19e79 # v1
125+
- uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1
126126
with:
127127
working-directory: "bindings/python"
128128
command: sdist
@@ -181,7 +181,7 @@ jobs:
181181
uses: ./.github/actions/setup-builder
182182
with:
183183
rust-version: ${{ steps.get-msrv.outputs.msrv }}
184-
- uses: PyO3/maturin-action@db323e2cf5679b7feb8bcb561a36b27a0bc19e79 # v1
184+
- uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1
185185
with:
186186
target: ${{ matrix.target }}
187187
manylinux: ${{ matrix.manylinux || 'auto' }}

.github/workflows/release_python_nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
timestamp: ${{ needs.set-version.outputs.TIMESTAMP }}
5050

51-
- uses: PyO3/maturin-action@db323e2cf5679b7feb8bcb561a36b27a0bc19e79 # v1
51+
- uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1
5252
with:
5353
working-directory: "bindings/python"
5454
command: sdist
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
rust-version: ${{ steps.get-msrv.outputs.msrv }}
101101

102-
- uses: PyO3/maturin-action@db323e2cf5679b7feb8bcb561a36b27a0bc19e79 # v1
102+
- uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1
103103
with:
104104
target: ${{ matrix.target }}
105105
manylinux: ${{ matrix.manylinux || 'auto' }}

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
persist-credentials: false
4545

4646
- name: Setup mdBook
47-
uses: peaceiris/actions-mdbook@062dc9e3eab0bad35531417c6bb6c6a7a184764f # v2
47+
uses: peaceiris/actions-mdbook@ee69d230fe19748b7abf22df32acaa93833fad08 # v2
4848
with:
4949
mdbook-version: "0.4.36"
5050

@@ -66,7 +66,7 @@ jobs:
6666
cp -r target/doc ./website/book/api
6767
6868
- name: Deploy to gh-pages
69-
uses: peaceiris/actions-gh-pages@47f197a2200bb9de68ba5f48fad1c088eb1c4a32 # v4.0.0
69+
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
7070
if: github.event_name == 'push' && github.ref_name == 'main'
7171
with:
7272
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files.
3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
38+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3939
with:
4040
persist-credentials: false
4141

0 commit comments

Comments
 (0)