Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PR validation permissions by splitting in two workflows #459

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

NiccoMlt
Copy link
Contributor

see https://github.com/marketplace/actions/test-reporter#recommended-setup-for-public-repositories

fix permissions in PR validation workflow

Update pr-validation.yml

Update pr-validation-report.yml
@NiccoMlt NiccoMlt added the test label Feb 21, 2024
@NiccoMlt NiccoMlt self-assigned this Feb 21, 2024
@@ -48,11 +44,9 @@ jobs:
cache: 'maven'
- name: 'Build and test with Maven'
run: mvn verify
- name: 'Report test results'
uses: dorny/test-reporter@v1
- uses: actions/upload-artifact@v3
Copy link
Contributor Author

@NiccoMlt NiccoMlt Feb 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We cannot use actions/upload-artifact@v4 for now, see dorny/test-reporter#363.

actions/upload-artifact@v3 is fine though

@hamadodene hamadodene merged commit bfe0752 into diennea:master Feb 21, 2024
1 check passed
@NiccoMlt NiccoMlt deleted the fix/pr-validation branch February 21, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants