From 1e47fa580b69ca37236bb0fff8eb604c476d86ad Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sun, 17 May 2026 20:07:43 +0200 Subject: [PATCH] ci: fix deprecated input and align zizmor rule --- .github/workflows/test.yml | 2 +- .github/zizmor.yml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .github/zizmor.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3a50b1c..28cf8a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,7 +54,7 @@ jobs: name: Check container logs uses: crazy-max/.github/.github/actions/container-logs-check@9ba6e6f9450baf3b1237f8035c1fdc45932510bd # v1.8.0 with: - container_name: ${{ env.CONTAINER_NAME }} + name: ${{ env.CONTAINER_NAME }} log_check: "ready to handle connections" timeout: 120 - diff --git a/.github/zizmor.yml b/.github/zizmor.yml deleted file mode 100644 index 6aee3c5..0000000 --- a/.github/zizmor.yml +++ /dev/null @@ -1,4 +0,0 @@ -# https://docs.zizmor.sh/configuration/ -rules: - secrets-outside-env: - disable: true