File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 steps :
3030 # ── 1. Checkout ────────────────────────────────────────────
3131 - name : Checkout repository
32- uses : actions/checkout@v6
32+ uses : actions/checkout@v7
3333
3434 # ── 2. Node.js ─────────────────────────────────────────────
3535 - name : Set up Node.js
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v7
2323
2424 - name : Dependency Review
2525 uses : actions/dependency-review-action@v5
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : ⬇️ Checkout Repository
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
2020 with :
2121 fetch-depth : 0
2222
Original file line number Diff line number Diff line change 5252 # Checkout des Tags (falls vorhanden) bzw. des angegebenen Branches (für neue Tags).
5353 # fetch-depth: 0 holt komplette History + alle Tags.
5454 - name : Checkout
55- uses : actions/checkout@v6
55+ uses : actions/checkout@v7
5656 with :
5757 ref : ${{ inputs.ref || github.ref }}
5858 fetch-depth : 0
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v6
24+ uses : actions/checkout@v7
2525 with :
2626 # Fetch full history so TruffleHog can scan all commits in the push/PR
2727 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments