Skip to content
Closed
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
persist-credentials: false

- name: Download libdeltachat.a
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: ubuntu-latest-libdeltachat.a
path: target/debug
Expand Down Expand Up @@ -293,7 +293,7 @@
persist-credentials: false

- name: Download libdeltachat.a
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: ${{ matrix.os }}-libdeltachat.a
path: target/debug
Expand Down Expand Up @@ -355,7 +355,7 @@
run: pip install tox

- name: Download deltachat-rpc-server
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: ${{ matrix.os }}-deltachat-rpc-server
path: target/debug
Expand Down
62 changes: 31 additions & 31 deletions .github/workflows/deltachat-rpc-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,121 +211,121 @@
- uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1

- name: Download Linux aarch64 binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-aarch64-linux
path: deltachat-rpc-server-aarch64-linux.d

- name: Download Linux aarch64 wheel
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-aarch64-linux-wheel
path: deltachat-rpc-server-aarch64-linux-wheel.d

- name: Download Linux armv7l binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-armv7l-linux
path: deltachat-rpc-server-armv7l-linux.d

- name: Download Linux armv7l wheel
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-armv7l-linux-wheel
path: deltachat-rpc-server-armv7l-linux-wheel.d

- name: Download Linux armv6l binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-armv6l-linux
path: deltachat-rpc-server-armv6l-linux.d

- name: Download Linux armv6l wheel
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-armv6l-linux-wheel
path: deltachat-rpc-server-armv6l-linux-wheel.d

- name: Download Linux i686 binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-i686-linux
path: deltachat-rpc-server-i686-linux.d

- name: Download Linux i686 wheel
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-i686-linux-wheel
path: deltachat-rpc-server-i686-linux-wheel.d

- name: Download Linux x86_64 binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-x86_64-linux
path: deltachat-rpc-server-x86_64-linux.d

- name: Download Linux x86_64 wheel
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-x86_64-linux-wheel
path: deltachat-rpc-server-x86_64-linux-wheel.d

- name: Download Win32 binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-win32
path: deltachat-rpc-server-win32.d

- name: Download Win32 wheel
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-win32-wheel
path: deltachat-rpc-server-win32-wheel.d

- name: Download Win64 binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-win64
path: deltachat-rpc-server-win64.d

- name: Download Win64 wheel
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-win64-wheel
path: deltachat-rpc-server-win64-wheel.d

- name: Download macOS binary for x86_64
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-x86_64-macos
path: deltachat-rpc-server-x86_64-macos.d

- name: Download macOS binary for aarch64
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-aarch64-macos
path: deltachat-rpc-server-aarch64-macos.d

- name: Download Android binary for arm64-v8a
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-arm64-v8a-android
path: deltachat-rpc-server-arm64-v8a-android.d

- name: Download Android wheel for arm64-v8a
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-arm64-v8a-android-wheel
path: deltachat-rpc-server-arm64-v8a-android-wheel.d

- name: Download Android binary for armeabi-v7a
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-armeabi-v7a-android
path: deltachat-rpc-server-armeabi-v7a-android.d

- name: Download Android wheel for armeabi-v7a
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-armeabi-v7a-android-wheel
path: deltachat-rpc-server-armeabi-v7a-android-wheel.d
Expand Down Expand Up @@ -406,67 +406,67 @@
python-version: "3.11"

- name: Download Linux aarch64 binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-aarch64-linux
path: deltachat-rpc-server-aarch64-linux.d

- name: Download Linux armv7l binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-armv7l-linux
path: deltachat-rpc-server-armv7l-linux.d

- name: Download Linux armv6l binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-armv6l-linux
path: deltachat-rpc-server-armv6l-linux.d

- name: Download Linux i686 binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-i686-linux
path: deltachat-rpc-server-i686-linux.d

- name: Download Linux x86_64 binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-x86_64-linux
path: deltachat-rpc-server-x86_64-linux.d

- name: Download Win32 binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-win32
path: deltachat-rpc-server-win32.d

- name: Download Win64 binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-win64
path: deltachat-rpc-server-win64.d

- name: Download macOS binary for x86_64
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-x86_64-macos
path: deltachat-rpc-server-x86_64-macos.d

- name: Download macOS binary for aarch64
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-aarch64-macos
path: deltachat-rpc-server-aarch64-macos.d

- name: Download Android binary for arm64-v8a
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-arm64-v8a-android
path: deltachat-rpc-server-arm64-v8a-android.d

- name: Download Android binary for armeabi-v7a
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: deltachat-rpc-server-armeabi-v7a-android
path: deltachat-rpc-server-armeabi-v7a-android.d
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-deltachat-rpc-client-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

steps:
- name: Download all the dists
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8

Check failure

Code scanning / zizmor

unpinned action reference Error

unpinned action reference
with:
name: python-package-distributions
path: dist/
Expand Down
Loading