Skip to content

Conversation

@vorburger
Copy link

This fixes #17

It works for me like this, see https://github.com/MariaDB4j/MariaDB4j/pull/759/files

@kyleryxn
Copy link

kyleryxn commented Aug 1, 2023

I tried this solution and does not work for me

@dezzak
Copy link

dezzak commented Sep 1, 2023

I'm using a two-step solution:

steps:
      - name: Get default branch
        id: defaultBranch
        run: echo "ref=refs/heads/${{github.event.repository.default_branch}}" >> $GITHUB_OUTPUT

      - name: Submit Dependency Snapshot
        uses: advanced-security/maven-dependency-submission-action@v3
        if: github.ref == steps.defaultBranch.outputs.ref

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dependabot pull requests fail on repositories with maven-dependency-submission action

3 participants