chore(deps): Bump axios and @sap/approuter in /approuter #69
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and e-mobility-driver-app contributors | |
| # SPDX-License-Identifier: Apache-2.0 | |
| name: License compliance check | |
| on: | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| reuse: | |
| name: REUSE Compliance Check | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v5 | |
| - name: REUSE Compliance Check | |
| uses: fsfe/reuse-action@v4 |