|
38 | 38 | db-schema: ${{ steps.filter.outputs.db-schema }} |
39 | 39 | steps: |
40 | 40 | - uses: actions/checkout@v6 |
41 | | - - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 |
| 41 | + with: |
| 42 | + submodules: true |
| 43 | + - uses: ./.github/actions/paths-filter |
42 | 44 | id: filter |
43 | 45 | with: |
44 | 46 | filters: | |
|
68 | 70 | uses: ./.github/actions/sanity-check |
69 | 71 | with: |
70 | 72 | token: ${{ secrets.GITHUB_TOKEN }} |
71 | | - - uses: actions/cache@v4 |
| 73 | + - uses: actions/cache@v5 |
72 | 74 | with: |
73 | 75 | path: ~/.m2/repository |
74 | 76 | key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-backend |
|
83 | 85 | -Danalyze.skip=true |
84 | 86 | - name: Check dependency license |
85 | 87 | run: tools/dependencies/check-LICENSE.sh |
86 | | - - uses: actions/upload-artifact@v4 |
| 88 | + - uses: actions/upload-artifact@v6 |
87 | 89 | if: ${{ matrix.java == '8' }} |
88 | 90 | name: Upload Binary Package |
89 | 91 | with: |
@@ -117,10 +119,8 @@ jobs: |
117 | 119 | - uses: actions/checkout@v6 |
118 | 120 | with: |
119 | 121 | submodules: true |
120 | | - - name: Collect Workflow Telemetry |
121 | | - uses: ./.github/actions/workflow-telemetry-action |
122 | | - with: |
123 | | - comment_on_pr: false |
| 122 | + - name: Collect Workflow Metrics |
| 123 | + uses: ./.github/actions/actions-workflow-metrics |
124 | 124 | - uses: actions/download-artifact@v4 |
125 | 125 | name: Download Binary Package |
126 | 126 | with: |
@@ -148,10 +148,8 @@ jobs: |
148 | 148 | - uses: actions/checkout@v6 |
149 | 149 | with: |
150 | 150 | submodules: true |
151 | | - - name: Collect Workflow Telemetry |
152 | | - uses: ./.github/actions/workflow-telemetry-action |
153 | | - with: |
154 | | - comment_on_pr: false |
| 151 | + - name: Collect Workflow Metrics |
| 152 | + uses: ./.github/actions/actions-workflow-metrics |
155 | 153 | - name: Download Binary Package |
156 | 154 | uses: actions/download-artifact@v4 |
157 | 155 | with: |
|
0 commit comments