Skip to content

chore(deps): bump axios from 1.6.0 to 1.7.4 in /bundestag.io/api #178

chore(deps): bump axios from 1.6.0 to 1.7.4 in /bundestag.io/api

chore(deps): bump axios from 1.6.0 to 1.7.4 in /bundestag.io/api #178

Workflow file for this run

name: Pull Request
on:
pull_request:
paths:
- 'services/**'
- 'bundestag.io/**'
- 'democracy/**'
branches:
- 'master'
jobs:
analyse-changed-services:
uses: ./.github/workflows/get-changed-services.yaml
build-and-push:
uses: ./.github/workflows/build-and-push.yaml
needs: analyse-changed-services
with:
changedPackages: ${{ needs.analyse-changed-services.outputs.CHANGED_PACKAGES }}
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}