Skip to content

Commit

Permalink
Revert "CI: Ignore unpinned-uses to github cleanup actions (alpenlabs…
Browse files Browse the repository at this point in the history
…#608)"

This reverts commit 0864d5f.
  • Loading branch information
OlegBayrak committed Jan 15, 2025
1 parent e3af4b1 commit 3938502
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
persist-credentials: false

- name: Cleanup Space
uses: ./.github/actions/cleanup # zizmor: ignore[unpinned-uses]
uses: ./.github/actions/cleanup

- name: Install bitcoind
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
persist-credentials: false

- name: Cleanup space
uses: ./.github/actions/cleanup # zizmor: ignore[unpinned-uses]
uses: ./.github/actions/cleanup

- uses: dtolnay/rust-toolchain@nightly
- name: Install latest nextest release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
persist-credentials: false

- name: Cleanup space
uses: ./.github/actions/cleanup # zizmor: ignore[unpinned-uses]
uses: ./.github/actions/cleanup

- uses: dtolnay/rust-toolchain@nightly
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
persist-credentials: false

- name: Cleanup space
uses: ./.github/actions/cleanup # zizmor: ignore[unpinned-uses]
uses: ./.github/actions/cleanup

- uses: dtolnay/rust-toolchain@nightly
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
persist-credentials: false

- name: Cleanup space
uses: ./.github/actions/cleanup # zizmor: ignore[unpinned-uses]
uses: ./.github/actions/cleanup

- uses: dtolnay/rust-toolchain@nightly
with:
Expand Down

0 comments on commit 3938502

Please sign in to comment.