We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5551f commit 9b95bd0Copy full SHA for 9b95bd0
.github/workflows/maven.yml
@@ -43,7 +43,7 @@ jobs:
43
# Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
44
- name: Update dependency graph
45
uses: advanced-security/maven-dependency-submission-action@b275d12641ac2d2108b2cbb7598b154ad2f2cee8 # v5.0.0
46
- if: github.head_ref == 'refs/heads/master' && matrix.java_version == env.DEFAULT_JAVA_VERSION && matrix.jruby_version == env.DEFAULT_JRUBY_VERSION
+ if: github.ref == 'refs/heads/master' && matrix.java_version == env.DEFAULT_JAVA_VERSION && matrix.jruby_version == env.DEFAULT_JRUBY_VERSION
47
48
appraisals:
49
needs: build
0 commit comments