fix(deps): update dependency knex to v2 [security] #719
This file contains 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
name: 👀 Review | |
on: | |
push: | |
branches: | |
- "**" | |
- "!master" | |
- "!main" | |
- "!feat-**" | |
- "!fix-**" | |
- "!feat/**" | |
- "!fix/**" | |
- "!develop" | |
concurrency: | |
cancel-in-progress: true | |
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.ref }} | |
jobs: | |
register: | |
name: Build & Register Strapi | |
runs-on: ubuntu-latest | |
steps: | |
- name: Use autodevops build and register | |
uses: socialgouv/workflows/actions/build-image@v1 | |
with: | |
environment: dev | |
dockercontext: ./back/strapi | |
imagePackage: strapi | |
token: ${{ secrets.GITHUB_TOKEN }} | |
dockerfile: ./back/strapi/Dockerfile | |
kontinuous: | |
name: "Deploy on Kubernetes 🐳" | |
needs: [register] | |
uses: socialgouv/workflows/.github/workflows/use-ks-gh-review.yaml@v1 | |
secrets: inherit |