mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
Compare commits
No commits in common. "d65c18cf323877499f8b4bcf33333ebb28e232bd" and "92eb3abcdff5895f38187680d04e215dee2deba2" have entirely different histories.
d65c18cf32
...
92eb3abcdf
2 changed files with 13 additions and 5 deletions
5
.github/workflows/check-leaks.yml
vendored
5
.github/workflows/check-leaks.yml
vendored
|
@ -1,7 +1,6 @@
|
|||
name: "Trufflehog: check for exposed secrets"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
paths:
|
||||
|
@ -19,8 +18,10 @@ jobs:
|
|||
name: Run trufflehog
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.ref_name }}
|
||||
fetch-depth: 0
|
||||
|
||||
- id: trufflehog
|
||||
|
|
13
.github/workflows/deadnix.yml
vendored
13
.github/workflows/deadnix.yml
vendored
|
@ -1,7 +1,6 @@
|
|||
name: "Nix: check for unused code"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
paths:
|
||||
|
@ -13,9 +12,17 @@ jobs:
|
|||
name: Run deadnix
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
|
||||
- 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