Lukasz Lenart
|
59e9c18cac
|
Merge pull request #752 from apache/dependabot/github_actions/actions/upload-artifact-3.1.3
Bump actions/upload-artifact from 3.1.2 to 3.1.3
|
2023-09-11 07:56:31 +02:00 |
|
dependabot[bot]
|
f0e3cec5cf
|
Bump actions/upload-artifact from 3.1.2 to 3.1.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/0b7f8abb1508181956e8e162db84b466c27e18ce...a8a3f3ad30e3422c9c7b888a15615d19a852ae32)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-11 01:49:17 +00:00 |
|
dependabot[bot]
|
50b36695e8
|
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-11 01:49:14 +00:00 |
|
Lukasz Lenart
|
f58d0f3cc8
|
Uses verify phase instead of just test to run integration tests
|
2023-08-17 11:10:23 +02:00 |
|
Lukasz Lenart
|
2db7c0439e
|
Uses Java 17 to perform Code Quality check
|
2023-08-17 10:56:20 +02:00 |
|
Lukasz Lenart
|
86be4955d4
|
Merge pull request #704 from apache/dependabot/github_actions/ossf/scorecard-action-2.2.0
Bump ossf/scorecard-action from 2.0.6 to 2.2.0
|
2023-07-21 10:33:59 +02:00 |
|
Lukasz Lenart
|
b2807827e4
|
Merge pull request #705 from apache/dependabot/github_actions/actions/cache-3.3.1
Bump actions/cache from 3.0.8 to 3.3.1
|
2023-07-21 09:28:30 +02:00 |
|
dependabot[bot]
|
279ef0cd0b
|
Bump actions/cache from 3.0.8 to 3.3.1
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.3.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.8...v3.3.1)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-17 17:51:39 +00:00 |
|
dependabot[bot]
|
b48adacec8
|
Bump ossf/scorecard-action from 2.0.6 to 2.2.0
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.0.6 to 2.2.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](https://github.com/ossf/scorecard-action/compare/99c53751e09b9529366343771cc321ec74e9bd3d...08b4669551908b1024bb425080c797723083c031)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-17 17:51:34 +00:00 |
|
dependabot[bot]
|
9aed8cd09b
|
Bump actions/upload-artifact from 3.1.0 to 3.1.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/3cea5372237819ed00197afe530f5a7ea3e805c8...0b7f8abb1508181956e8e162db84b466c27e18ce)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-17 17:51:28 +00:00 |
|
Lukasz Lenart
|
0b67350084
|
Applies permission to GH workflows
|
2022-12-09 10:25:59 +01:00 |
|
Lukasz Lenart
|
eb51594ed3
|
Adds proper header with Apache 2.0 license
|
2022-10-25 13:40:35 +02:00 |
|
Lukasz Lenart
|
b536136191
|
Introduces CodeQL analyses
|
2022-10-25 13:29:21 +02:00 |
|
Lukasz Lenart
|
a02cc6507c
|
Defines OSSF Scorecard action to perform analysis
|
2022-10-24 08:30:09 +02:00 |
|
Lukasz Lenart
|
eb68368280
|
WW-5232 Avoids building assemblies
|
2022-09-21 22:29:14 +02:00 |
|
Lukasz Lenart
|
296b3cc89c
|
Uses SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
|
2022-09-21 17:27:20 +02:00 |
|
Lukasz Lenart
|
9fb86054bb
|
Reverts back to SONAR_TOKEN
|
2022-09-21 17:17:07 +02:00 |
|
Lukasz Lenart
|
0fc71949ca
|
WW-5232 Uses Apache specific SONARCLOUD_TOKEN secret
|
2022-09-21 15:44:47 +02:00 |
|
Lukasz Lenart
|
dc1a663d69
|
WW-5232 Uses default SONAR_TOKEN name
|
2022-09-20 16:22:59 +02:00 |
|
Lukasz Lenart
|
6b2cc20b2d
|
WW-5232 Defines default ENV settings
|
2022-09-20 16:08:32 +02:00 |
|
Lukasz Lenart
|
ab22c7377d
|
WW-5232 Introduces GH Actions build instead of using Travis
|
2022-09-20 15:48:21 +02:00 |
|