Skip to content

Commit c61b6c6

Browse files
committed
ci: fix warnings
1 parent 2a82984 commit c61b6c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-binaries.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040

41-
- uses: taiki-e/upload-rust-binary-action@v1
41+
- uses: taiki-e/upload-rust-binary-action@v1 # zizmor: ignore[ref-confusion]
4242
with:
4343
bin: client
4444
target: ${{ matrix.target }}
@@ -50,7 +50,7 @@ jobs:
5050
CARGO_PROFILE_RELEASE_CODEGEN_UNITS: 1
5151
CARGO_PROFILE_RELEASE_LTO: true
5252

53-
- uses: taiki-e/upload-rust-binary-action@v1
53+
- uses: taiki-e/upload-rust-binary-action@v1 # zizmor: ignore[ref-confusion]
5454
with:
5555
bin: server
5656
target: ${{ matrix.target }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
GITHUB_REPO: ${{ github.repository }}
5454

5555
- name: Create github release
56-
uses: taiki-e/create-gh-release-action@v1
56+
uses: taiki-e/create-gh-release-action@v1 # zizmor: ignore[ref-confusion]
5757
with:
5858
branch: main
5959
changelog: CHANGES.md

0 commit comments

Comments
 (0)