Skip to content

Commit 4a4c1a6

Browse files
committed
ci(auth): export remediation checkout
1 parent 7ad146f commit 4a4c1a6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@ jobs:
3131
id: verify
3232
continue-on-error: true
3333
run: bash tools/verify.sh
34+
- name: Export exact source checkout for remediation
35+
if: always() && matrix.php == '8.4' && matrix.di == '2.*'
36+
uses: actions/upload-artifact@v4
37+
with:
38+
name: auth-v2-source-${{ github.sha }}
39+
path: |
40+
.
41+
!.git/**
42+
!vendor/**
43+
!composer.lock
44+
include-hidden-files: true
45+
retention-days: 1
3446
- name: Publish explicit commit status
3547
if: always() && github.event_name == 'push'
3648
env:

0 commit comments

Comments
 (0)