.forgejo/workflows/nyxscanner.yml aktualisiert
Some checks failed
NYX Security Scan / nyx-scan (pull_request) Failing after 6m56s

This commit is contained in:
Alpha Nerd 2026-05-13 07:36:50 +02:00
parent 7d874842e1
commit 8f33944a65

View file

@ -10,12 +10,18 @@ jobs:
steps: steps:
- name: Checkout PR - name: Checkout PR
uses: https://code.forgejo.org/actions/checkout@v4 run: |
git clone --depth=1 \
"https://oauth2:${{ github.token }}@bitfreedom.net/code/${{ github.repository }}.git" \
.
git fetch --depth=1 origin ${{ github.sha }}
git checkout ${{ github.sha }}
- name: Clone nyx from Forgejo mirror - name: Clone nyx from Forgejo mirror
run: | run: |
git clone --depth=1 --branch master \ git clone --depth=1 --branch master \
https://bitfreedom.net/code/apunkt/nyx .nyx-src "https://oauth2:${{ github.token }}@bitfreedom.net/code/apunkt/nyx.git" \
.nyx-src
- name: Install Rust - name: Install Rust
run: | run: |