-
Notifications
You must be signed in to change notification settings - Fork 0
79 lines (68 loc) · 2.08 KB
/
ci.yml
File metadata and controls
79 lines (68 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
name: CI
on:
push:
pull_request:
merge_group:
schedule:
- cron: '0 6 * * 1'
permissions: {}
jobs:
ci:
uses: netresearch/typo3-ci-workflows/.github/workflows/ci.yml@main
permissions:
contents: read
with:
php-versions: '["8.2","8.3","8.4","8.5"]'
typo3-versions: '["^13.4","^14.0"]'
run-functional-tests: true
upload-coverage: true
php-extensions: intl, mbstring, xml, sodium, json
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
security:
uses: netresearch/typo3-ci-workflows/.github/workflows/security.yml@main
permissions:
contents: read
security-events: write
secrets:
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
fuzz:
uses: netresearch/typo3-ci-workflows/.github/workflows/fuzz.yml@main
permissions:
contents: read
license-check:
uses: netresearch/typo3-ci-workflows/.github/workflows/license-check.yml@main
permissions:
contents: read
codeql:
uses: netresearch/typo3-ci-workflows/.github/workflows/codeql.yml@main
permissions:
contents: read
security-events: write
actions: read
scorecard:
if: github.event_name == 'schedule' || (github.event_name == 'push' && github.ref_name == github.event.repository.default_branch)
uses: netresearch/typo3-ci-workflows/.github/workflows/scorecard.yml@main
permissions:
contents: read
security-events: write
id-token: write
actions: read
dependency-review:
if: github.event_name == 'pull_request'
uses: netresearch/typo3-ci-workflows/.github/workflows/dependency-review.yml@main
permissions:
contents: read
pull-requests: write
pr-quality:
if: github.event_name == 'pull_request'
uses: netresearch/typo3-ci-workflows/.github/workflows/pr-quality.yml@main
permissions:
contents: read
pull-requests: write
labeler:
if: github.event_name == 'pull_request'
uses: netresearch/typo3-ci-workflows/.github/workflows/labeler.yml@main
permissions:
contents: read
pull-requests: write