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 b63dff1 commit 1421924Copy full SHA for 1421924
.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
38
# Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
39
- name: Update dependency graph
40
uses: advanced-security/maven-dependency-submission-action@b275d12641ac2d2108b2cbb7598b154ad2f2cee8 # v5.0.0
41
- 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
42
43
appraisals:
44
needs: build
0 commit comments