diff --git a/.github/workflows/fix_lint.yaml b/.github/workflows/fix_lint.yaml index 7771a02c82..4217326af4 100644 --- a/.github/workflows/fix_lint.yaml +++ b/.github/workflows/fix_lint.yaml @@ -24,6 +24,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + # zizmor: ignore[artipacked] + # The git-auto-commit-action step below reuses the GITHUB_TOKEN - name: Install Rust uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master