Skip to content

Commit 71ee32b

Browse files
committed
ci: pin GitHub Action references
Makes `zizmor` happy.
1 parent 84161f4 commit 71ee32b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run: rustup override set $RUST_VERSION
4141
shell: bash
4242
- name: Cache rust cargo artifacts
43-
uses: swatinem/rust-cache@v2
43+
uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
4444
- name: Run rustfmt
4545
run: cargo fmt --all -- --check
4646
- name: Run clippy
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
show-progress: false
6161
persist-credentials: false
62-
- uses: EmbarkStudios/cargo-deny-action@v2
62+
- uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918
6363
with:
6464
arguments: --all-features --workspace
6565
command: check
@@ -91,7 +91,7 @@ jobs:
9191
show-progress: false
9292
persist-credentials: false
9393
- name: Cache rust cargo artifacts
94-
uses: swatinem/rust-cache@v2
94+
uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
9595
- name: Rustdoc
9696
run: cargo doc --document-private-items --no-deps
9797

@@ -134,10 +134,10 @@ jobs:
134134
shell: bash
135135

136136
- name: Cache rust cargo artifacts
137-
uses: swatinem/rust-cache@v2
137+
uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
138138

139139
- name: Install nextest
140-
uses: taiki-e/install-action@v2
140+
uses: taiki-e/install-action@69e777b377e4ec209ddad9426ae3e0c1008b0ef3
141141
with:
142142
tool: nextest
143143

@@ -168,7 +168,7 @@ jobs:
168168
persist-credentials: false
169169

170170
- name: Cache rust cargo artifacts
171-
uses: swatinem/rust-cache@v2
171+
uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
172172

173173
- name: Build C library
174174
run: cargo build -p deltachat_ffi
@@ -194,7 +194,7 @@ jobs:
194194
persist-credentials: false
195195

196196
- name: Cache rust cargo artifacts
197-
uses: swatinem/rust-cache@v2
197+
uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
198198

199199
- name: Build deltachat-rpc-server
200200
run: cargo build -p deltachat-rpc-server

.github/workflows/deltachat-rpc-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ jobs:
382382
383383
- name: Publish deltachat-rpc-server to PyPI
384384
if: github.event_name == 'release'
385-
uses: pypa/gh-action-pypi-publish@release/v1
385+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
386386

387387
publish_npm_package:
388388
name: Build & Publish npm prebuilds and deltachat-rpc-server

.github/workflows/jsonrpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: 18.x
2727
- name: Add Rust cache
28-
uses: Swatinem/rust-cache@v2
28+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
2929
- name: npm install
3030
working-directory: deltachat-jsonrpc/typescript
3131
run: npm install

.github/workflows/publish-deltachat-rpc-client-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
name: python-package-distributions
4848
path: dist/
4949
- name: Publish deltachat-rpc-client to PyPI
50-
uses: pypa/gh-action-pypi-publish@release/v1
50+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e

0 commit comments

Comments
 (0)