There was an error while loading. Please reload this page.
1 parent 7ad146f commit 4a4c1a6Copy full SHA for 4a4c1a6
1 file changed
.github/workflows/ci.yml
@@ -31,6 +31,18 @@ jobs:
31
id: verify
32
continue-on-error: true
33
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
46
- name: Publish explicit commit status
47
if: always() && github.event_name == 'push'
48
env:
0 commit comments