diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8b00326f..afb1c95e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - run: rustup override set $RUST_VERSION shell: bash - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@v2 + uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 - name: Run rustfmt run: cargo fmt --all -- --check - name: Run clippy @@ -59,7 +59,7 @@ jobs: with: show-progress: false persist-credentials: false - - uses: EmbarkStudios/cargo-deny-action@v2 + - uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918 with: arguments: --all-features --workspace command: check @@ -91,7 +91,7 @@ jobs: show-progress: false persist-credentials: false - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@v2 + uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 - name: Rustdoc run: cargo doc --document-private-items --no-deps @@ -134,10 +134,10 @@ jobs: shell: bash - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@v2 + uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 - name: Install nextest - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@69e777b377e4ec209ddad9426ae3e0c1008b0ef3 with: tool: nextest @@ -168,7 +168,7 @@ jobs: persist-credentials: false - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@v2 + uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 - name: Build C library run: cargo build -p deltachat_ffi @@ -194,7 +194,7 @@ jobs: persist-credentials: false - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@v2 + uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 - name: Build deltachat-rpc-server run: cargo build -p deltachat-rpc-server diff --git a/.github/workflows/deltachat-rpc-server.yml b/.github/workflows/deltachat-rpc-server.yml index 5dc30a174..d8b02d942 100644 --- a/.github/workflows/deltachat-rpc-server.yml +++ b/.github/workflows/deltachat-rpc-server.yml @@ -382,7 +382,7 @@ jobs: - name: Publish deltachat-rpc-server to PyPI if: github.event_name == 'release' - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e publish_npm_package: name: Build & Publish npm prebuilds and deltachat-rpc-server diff --git a/.github/workflows/jsonrpc.yml b/.github/workflows/jsonrpc.yml index 877b98bc2..35daf49e9 100644 --- a/.github/workflows/jsonrpc.yml +++ b/.github/workflows/jsonrpc.yml @@ -25,7 +25,7 @@ jobs: with: node-version: 18.x - name: Add Rust cache - uses: Swatinem/rust-cache@v2 + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 - name: npm install working-directory: deltachat-jsonrpc/typescript run: npm install diff --git a/.github/workflows/publish-deltachat-rpc-client-pypi.yml b/.github/workflows/publish-deltachat-rpc-client-pypi.yml index e74299876..714f782ea 100644 --- a/.github/workflows/publish-deltachat-rpc-client-pypi.yml +++ b/.github/workflows/publish-deltachat-rpc-client-pypi.yml @@ -47,4 +47,4 @@ jobs: name: python-package-distributions path: dist/ - name: Publish deltachat-rpc-client to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e