pjfanning commented on code in PR #190: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/190#discussion_r1900392661
########## .github/workflows/dependency-graph.yml: ########## @@ -1,13 +1,19 @@ name: Update Dependency Graph on: + pull_request: push: branches: - main # default branch of the project jobs: dependency-graph: name: Update Dependency Graph - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Setup Java 11 Review Comment: using this action changes the default java version used on the VM even if it the version is pre-installed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org