Skip to content

[Snyk] Security upgrade flask-cors from 3.0.10 to 4.0.1 #70

[Snyk] Security upgrade flask-cors from 3.0.10 to 4.0.1

[Snyk] Security upgrade flask-cors from 3.0.10 to 4.0.1 #70

name: Pull Request Onto Develop
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Set private key
uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.GIT_SSH_KEY }}
- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v5.1
- run: git fetch --all --tags
- name: Check Release Version
uses: thebongy/version-check@v1
with:
file: package.json
tagFormat: v${version}
failBuild: true