We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6120850 commit 037239eCopy full SHA for 037239e
.github/workflows/ci.yml
@@ -30,7 +30,6 @@ on:
30
- 'LICENSE'
31
- '.vscode/**'
32
- '.gitignore'
33
- - '.github/**'
34
types: ['opened', 'reopened', 'synchronize']
35
36
jobs:
@@ -47,8 +46,6 @@ jobs:
47
46
with:
48
java-version: ${{ matrix.java-version }}
49
distribution: 'temurin' # temurin hasn't release for jdk21
50
- - name: Maven Dependency Tree Dependency Submission
51
- uses: advanced-security/maven-dependency-submission-action@v3.0.2
52
- name: Install bazel
53
run: ./ci/run_ci.sh install_bazel
54
- name: Install python
0 commit comments