Open
Conversation
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…10 (#459) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….4 (#458) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….0 (#462) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…11 (#463) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
…12 (#466) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#469) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#471) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….1 (#477) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#474) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#480) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Adds the Guice module
#481) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…478) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#484) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#476) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
As discussed in #349
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
….1 (#489) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: alvarosanchez <153880+alvarosanchez@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Álvaro Sánchez-Mariscal <alvaro.sanchez-mariscal@oracle.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….17 (#658) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…tion-gh-release-2.x chore(deps): update softprops/action-gh-release action to v2.6.1
…load-artifact-8.x chore(deps): update actions/download-artifact action to v8.0.1
chore(deps): update gradle to v9.4.1
…ns-6.x chore(deps): update gradle/actions action to v6
* Harden PR workflow secret exposure Only expose reusable workflow secrets on trusted events while keeping pull request coverage intact. Co-Authored-By: Paperclip <noreply@paperclip.ing> * Refine PR workflow secret gating Co-Authored-By: Paperclip <noreply@paperclip.ing> --------- Co-authored-by: Paperclip <noreply@paperclip.ing>
Co-authored-by: Paperclip <noreply@paperclip.ing>
* Add allowedVersions to Renovate configuration * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* remove env ALLOW_SECRETS * remove PREDICTIVE_TEST_SELECTION
….21 (#662) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ns-digest chore(deps): update gradle/actions digest to 50e97c2
…p-graalvm-digest chore(deps): update graalvm/setup-graalvm digest to 60c2672
…ad-artifact-digest chore(deps): update actions/upload-artifact digest to 043fb46
* using secrets in workflow as env. variables This commit reverts the changes introduced in #670 and #672 Currently, the develocity, sonar environment variables are not exposed in pull-requests, which is not what we want. We are using secrets in a workflow as described the GitHub Actions docs: https://docs.github.com/en/actions/how-tos/write-workflows/choose-what-workflows-do/use-secrets#using-secrets-in-a-workflow ``` steps: - name: Hello world action env: # Or as an environment variable super_secret: ${{ secrets.SuperSecret }} `` * github token with secrets.GITHUB_TOKEN * github token * security: remove unused SONAR_TOKEN from sonatype.yml and fix YAML spacing in gradle.yml Agent-Logs-Url: https://github.com/micronaut-projects/micronaut-project-template/sessions/60de3ce1-6151-4dcc-9278-c1aaf5e98f5c Co-authored-by: sdelamo <864788+sdelamo@users.noreply.github.com> * security: scope secrets to step-level env in all three workflows Agent-Logs-Url: https://github.com/micronaut-projects/micronaut-project-template/sessions/6077b3eb-b288-4373-a68e-4ad53a68c825 Co-authored-by: sdelamo <864788+sdelamo@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: sdelamo <864788+sdelamo@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.