mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 12:50:05 +00:00
👷 Update CI actions to use Lix and fix trufflehog version
This commit is contained in:
parent
2743a9d143
commit
02bf31fa25
4 changed files with 13 additions and 42 deletions
12
.github/workflows/deadnix.yml
vendored
12
.github/workflows/deadnix.yml
vendored
|
@ -12,9 +12,17 @@ jobs:
|
|||
name: Run deadnix
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v25
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.ref_name }}
|
||||
persist-credentials: false
|
||||
|
||||
- name: Install lix
|
||||
uses: ./.github/actions/install-lix
|
||||
|
||||
- uses: cachix/cachix-action@v14
|
||||
with:
|
||||
name: deadnix
|
||||
|
||||
- uses: phucleeuwu/deadnix-action@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue