Marcus Hert Da Coregio
e0758dd388
Include samples_branch into job output
...
Issue gh-14127
2 years ago
Marcus Hert Da Coregio
0f24194418
Rename cloneSamples to cloneRepository
...
Closes gh-14127
2 years ago
Steve Riesenberg
9db33f33c7
Revert unnecessary merges on 6.0.x
...
This commit removes unnecessary main-branch merges starting from
8750608b5b and adds the following
needed commit(s) that were made afterward:
- 5dce82c48b
2 years ago
Marcus Hert Da Coregio
30e3f9d932
Revert "Run CI on fork"
...
This reverts commit 1c7828f2d4 .
2 years ago
Marcus Hert Da Coregio
1c7828f2d4
Run CI on fork
2 years ago
Marcus Da Coregio
b9836d618a
Fix Workflows
...
Issue gh-13873
2 years ago
Marcus Da Coregio
2505c08e8f
Do Not Run Some Workflows on Dependabot's PRs
...
Issue gh-13873
(cherry picked from commit 3aae03b1b2 )
2 years ago
Marcus Da Coregio
9e877c9bc6
Do not run some workflows for Dependabot branches
...
Issue gh-13873
(cherry picked from commit ab812b2b53 )
2 years ago
Marcus Da Coregio
3aae03b1b2
Do Not Run Some Workflows on Dependabot's PRs
...
Issue gh-13873
2 years ago
Marcus Da Coregio
ab812b2b53
Do not run some workflows for Dependabot branches
...
Issue gh-13873
2 years ago
Marcus Da Coregio
650692964e
Fix snapshot_tests on CI workflow
...
Closes gh-13876
2 years ago
Marcus Da Coregio
e29ea47ff7
Use Gradle's Version Catalog
...
Issue gh-13868
2 years ago
Steve Riesenberg
4905b91bdd
Run tests on JDK 21
...
Closes gh-13811
(cherry picked from commit 1dcc73ad1f )
2 years ago
Steve Riesenberg
2a80048340
Revert "Run tests on JDK 21"
...
This reverts commit 875096ff77 .
2 years ago
Steve Riesenberg
875096ff77
Run tests on JDK 21
...
Closes gh-13811
(cherry picked from commit 1dcc73ad1f )
2 years ago
Steve Riesenberg
d76e15d708
Revert "Run tests on JDK 21"
...
This reverts commit 1dcc73ad1f .
2 years ago
Steve Riesenberg
1dcc73ad1f
Run tests on JDK 21
...
Closes gh-13811
2 years ago
Josh Cummings
c9b0e3cc11
Align Snapshot Data and Reactor with Boot
...
Issue gh-13627
2 years ago
Josh Cummings
5fc042f0c0
Update Snapshot Build
...
Closes gh-13627
2 years ago
jongwooo
aad3e61f4d
chore: Use cache in continuous-integration-workflow.yml
...
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
3 years ago
Kirk Lin
9c6d90490d
ci: fix GitHub Actions Deprecating save-state and set-output commands
...
Closes gh-12032
3 years ago
Josh Cummings
ff055cf07a
Remote antoraUpdateVersion task from CI
3 years ago
Marcus Da Coregio
7756247c3a
Simplify checkSamples task
...
Closes gh-11814
3 years ago
Steve Riesenberg
57d212ddca
Use cache and user.name system property on Windows
3 years ago
Steve Riesenberg
539b17f6da
Only run prerequisites job if on upstream repo
3 years ago
Steve Riesenberg
37e1ad27fe
Simplify dependency graph
3 years ago
Steve Riesenberg
043fdd6f03
Use Spring Gradle Build Action
...
Closes gh-11630
3 years ago
Steve Riesenberg
3234e05085
Polish gh-11367
3 years ago
naveen
f957e3c051
Set permissions for GitHub actions
...
Restrict the GitHub token permissions only to the required ones; this
way, even if the attackers will succeed in compromising your workflow,
they won’t be able to do much.
- Included permissions for the action.
https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests
https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
Closes gh-11367
3 years ago
Steve Riesenberg
47a5665767
Use cache and user.name system property on Windows
3 years ago
Steve Riesenberg
aad60cc6af
Only run prerequisites job if on upstream repo
3 years ago
Steve Riesenberg
13e94935ae
Simplify dependency graph
3 years ago
Steve Riesenberg
6c29007fac
Use Spring Gradle Build Action
...
Closes gh-11630
3 years ago
Steve Riesenberg
6ad567f0fa
Polish gh-11367
3 years ago
naveen
8c634f8a9d
Set permissions for GitHub actions
...
Restrict the GitHub token permissions only to the required ones; this
way, even if the attackers will succeed in compromising your workflow,
they won’t be able to do much.
- Included permissions for the action.
https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests
https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
Closes gh-11367
3 years ago
Steve Riesenberg
66da4301fc
Use cache and user.name system property on Windows
3 years ago
Steve Riesenberg
8929bd5abc
Only run prerequisites job if on upstream repo
3 years ago
Steve Riesenberg
e3d1405f67
Simplify dependency graph
3 years ago
Steve Riesenberg
e756a1df19
Use Spring Gradle Build Action
...
Closes gh-11630
3 years ago
Steve Riesenberg
81fae2db2c
Polish gh-11367
3 years ago
naveen
054a3f0bc0
Set permissions for GitHub actions
...
Restrict the GitHub token permissions only to the required ones; this
way, even if the attackers will succeed in compromising your workflow,
they won’t be able to do much.
- Included permissions for the action.
https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests
https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
Closes gh-11367
3 years ago
Steve Riesenberg
865bf23ecc
Use cache and user.name system property on Windows
3 years ago
Steve Riesenberg
f86d30f4a1
Only run prerequisites job if on upstream repo
3 years ago
Steve Riesenberg
dc59d12405
Simplify dependency graph
3 years ago
Steve Riesenberg
bdeb32854e
Use Spring Gradle Build Action
...
Closes gh-11630
3 years ago
Steve Riesenberg
3f4efedd23
Polish gh-11367
3 years ago
naveen
8f93a7fc94
Set permissions for GitHub actions
...
Restrict the GitHub token permissions only to the required ones; this
way, even if the attackers will succeed in compromising your workflow,
they won’t be able to do much.
- Included permissions for the action.
https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests
https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
3 years ago
Steve Riesenberg
aaf20e7b61
Build only on branches
...
Issue gh-11480
3 years ago
Steve Riesenberg
fbc5839890
Build only on branches
...
Issue gh-11480
3 years ago
Steve Riesenberg
631076e4dd
Build only on branches
...
Issue gh-11480
3 years ago