---- e2e::issue_1745 stdout ----
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Snapshot: issue_1745
Source: crates/zizmor/tests/integration/e2e.rs:640
────────────────────────────────────────────────────────────────────────────────
Expression: zizmor()
.offline(true)
.no_config(true)
.working_dir(input_under_test("issue-1745-repro"))
.input(".github")
.args(["--format=github"])
.run()?
────────────────────────────────────────────────────────────────────────────────
-old snapshot
+new results
────────────┬───────────────────────────────────────────────────────────────────
1 │-::warning file=@@WORKING_DIR@@/@@TEST_PREFIX@@/issue-1745-repro/@@INPUT@@/workflows/test.yml,line=10,title=artipacked::test.yml:10: credential persistence through GitHub Actions artifacts: does not set persist-credentials: false
2 │-::error file=@@WORKING_DIR@@/@@TEST_PREFIX@@/issue-1745-repro/@@INPUT@@/workflows/test.yml,line=10,title=unpinned-uses::test.yml:10: unpinned action reference: action is not pinned to a hash (required by blanket policy)
1 │+::warning file=workflows/test.yml,line=10,title=artipacked::test.yml:10: credential persistence through GitHub Actions artifacts: does not set persist-credentials: false
2 │+::error file=workflows/test.yml,line=10,title=unpinned-uses::test.yml:10: unpinned action reference: action is not pinned to a hash (required by blanket policy)
────────────┴───────────────────────────────────────────────────────────────────
To update snapshots run `cargo insta review`
Stopped on the first failure. Run `cargo insta test` to run all snapshots.
thread 'e2e::issue_1745' (47673) panicked at /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.47.2/src/runtime.rs:719:13:
snapshot assertion for 'issue_1745' failed in line 640
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Pre-submission checks
zizmor version
1.26.1
Expected behavior
cargo testworksActual behavior
Reproduction steps
cargo test --frozenLogs
Additional context
No response