Andreas Dangel
459c23a8b6
Bump build-tools from 17-SNAPSHOT to 18
2022-05-28 11:56:10 +02:00
naveen
57dfc7fb40
chore: 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>
2022-04-29 01:00:46 +00:00
dependabot[bot]
2a57871fdb
Bump actions/cache from 2 to 3
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 03:01:58 +00:00
Andreas Dangel
f2db24ffbb
Use new caches in CI build
2022-03-18 17:04:02 +01:00
dependabot[bot]
45a85806b5
Bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 03:01:36 +00:00
Andreas Dangel
47938e674d
Bump build-tools from 17-SNAPSHOT to 17
2021-11-25 10:08:30 +01:00
Andreas Dangel
3cde14a534
[ci] Start with an empty cache
2021-11-19 11:00:08 +01:00
Andreas Dangel
6c60196bc1
Use build-tools 17-SNAPSHOT
2021-09-27 20:02:03 +02:00
Andreas Dangel
fbdcec348b
Bump build-tools from 15-SNAPSHOT to 15
2021-07-30 12:12:40 +02:00
Andreas Dangel
0b6c0594f1
Use build-tools scripts 14
2021-06-11 17:47:08 +02:00
Andreas Dangel
6d321b89e4
[ci] Use new build-tools 13
...
Should fix build problems under windows
2021-05-28 17:45:00 +02:00
Andreas Dangel
1fce60faf0
[ci] Use ruby/setup-ruby@v1 instead of deprecated setup-ruby action
2021-05-28 16:59:31 +02:00
Andreas Dangel
d444f30ee4
[ci] Add gradle cache
2021-05-07 16:19:26 +02:00
Andreas Dangel
b73afc47f7
Bump build-tools from 11 to 12
2021-05-06 10:25:28 +02:00
Andreas Dangel
fe9bf3c352
Bump build-tools from 10 to 11
2021-04-22 10:59:51 +02:00
Andreas Dangel
417cc7fcbe
[ci] Finish scripts migration, integration sonar+coveralls
2021-04-15 16:20:22 +02:00
Andreas Dangel
db3c636081
[ci] Avoid mixing caches
2020-11-25 14:14:49 +01:00
Andreas Dangel
faa0a6109e
[ci] Fix builds for Windows / MacOS
...
Add missing include for logger
2020-11-14 18:29:44 +01:00
Andreas Dangel
91835315cc
Add vendor/bundle to cache
2020-11-14 12:44:57 +01:00
Andreas Dangel
8c087e9357
Describe workaround for failing downloads
2020-11-13 19:43:55 +01:00
Andreas Dangel
70f2c56888
Resolve maven dependencies before building
...
This tries to solve build timeouts while downloading dependencies.
Also the job timeout for PRs is 30 minutes - if it takes longer,
something is wrong.
2020-11-13 11:37:05 +01:00
Andreas Dangel
1790684fff
Add troubleshooting
2020-11-12 20:12:07 +01:00