Skip to content

Bump follow-redirects from 1.13.2 to 1.15.6 #23

Bump follow-redirects from 1.13.2 to 1.15.6

Bump follow-redirects from 1.13.2 to 1.15.6 #23

name: "Code vulnerability report"
on:
pull_request:
branches: [develop, main]
types: [opened, reopened]
jobs:
vulnerability-report:
runs-on: ubuntu-latest
steps:
- uses: recognizegroup/recognize-vulnerability-report-action@v1
with:
github-app-id: ${{ secrets.VULNERABILITY_REPORT_GITHUB_APP_ID }}
github-app-installation-id: ${{ secrets.VULNERABILITY_REPORT_GITHUB_INSTALLATION_ID }}
github-app-private-key: ${{ secrets.VULNERABILITY_REPORT_GITHUB_PRIVATE_KEY }}