Skip to content

chore(deps): bump lodash from 4.17.21 to 4.17.23 in the npm_and_yarn group across 1 directory #237

chore(deps): bump lodash from 4.17.21 to 4.17.23 in the npm_and_yarn group across 1 directory

chore(deps): bump lodash from 4.17.21 to 4.17.23 in the npm_and_yarn group across 1 directory #237

Workflow file for this run

name: Pull Request
on:
pull_request:
env:
DOCKER_IMAGE_NAME_API: api
DOCKER_IMAGE_NAME_FRONTEND: frontend
DOCKER_IMAGE_TAGS: latest ${{ github.sha }} ${{github.ref_name}}
jobs:
frontend:
uses: ./.github/workflows/frontend.yaml
secrets: inherit
backend:
uses: ./.github/workflows/backend.yaml
secrets: inherit