mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
Compare commits
2 commits
92eb3abcdf
...
d65c18cf32
Author | SHA1 | Date | |
---|---|---|---|
d65c18cf32 | |||
a9e5e27aab |
2 changed files with 5 additions and 13 deletions
5
.github/workflows/check-leaks.yml
vendored
5
.github/workflows/check-leaks.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: "Trufflehog: check for exposed secrets"
|
name: "Trufflehog: check for exposed secrets"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
@ -18,10 +19,8 @@ jobs:
|
||||||
name: Run trufflehog
|
name: Run trufflehog
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- uses: actions/checkout@main
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.ref_name }}
|
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- id: trufflehog
|
- id: trufflehog
|
||||||
|
|
13
.github/workflows/deadnix.yml
vendored
13
.github/workflows/deadnix.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: "Nix: check for unused code"
|
name: "Nix: check for unused code"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
@ -12,17 +13,9 @@ jobs:
|
||||||
name: Run deadnix
|
name: Run deadnix
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- uses: actions/checkout@main
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
ref: ${{ github.ref_name }}
|
|
||||||
persist-credentials: false
|
|
||||||
|
|
||||||
- name: Install lix
|
- name: Install lix
|
||||||
uses: ./.github/actions/install-lix
|
uses: ./.github/actions/install-lix
|
||||||
|
|
||||||
- uses: cachix/cachix-action@v14
|
|
||||||
with:
|
|
||||||
name: deadnix
|
|
||||||
|
|
||||||
- uses: phucleeuwu/deadnix-action@v1
|
- uses: phucleeuwu/deadnix-action@v1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue