-
Notifications
You must be signed in to change notification settings - Fork 1
Java Wrapper | Fix SAST & IAC Vul + ThresholdAST-47965) #350
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
Conversation
|
Fixed Issues
|
| server-id: ossrh | ||
| server-username: MAVEN_USERNAME | ||
| server-password: MAVEN_PASSWORD | ||
| server-password: ${{ secrets.OSSRH_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have this secret?
.github/workflows/ci.yml
Outdated
| - name: Run SpotBugs Analysis | ||
| if: ${{ github.actor != 'dependabot[bot]' }} | ||
| uses: jwgmeligmeyling/spotbugs-github-action@master | ||
| uses: jwgmeligmeyling/spotbugs-github-action@b8e2c3523acb34c87f14e18cbcd2d87db8c8584e #master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of master put the current tag version
| server-id: ossrh | ||
| server-username: MAVEN_USERNAME | ||
| server-password: MAVEN_PASSWORD | ||
| server-password: ${{ secrets.OSSRH_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
again - do we have this secret?




No description provided.