.forgejo/workflows/nyxscanner.yml aktualisiert
Some checks failed
NYX Security Scan / nyx-scan (pull_request) Failing after 6m56s
Some checks failed
NYX Security Scan / nyx-scan (pull_request) Failing after 6m56s
This commit is contained in:
parent
7d874842e1
commit
8f33944a65
1 changed files with 8 additions and 2 deletions
|
|
@ -10,12 +10,18 @@ jobs:
|
|||
|
||||
steps:
|
||||
- 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
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue