Skip to content

Bump follow-redirects from 1.14.1 to 1.15.4 in /theme/static_src #301

Bump follow-redirects from 1.14.1 to 1.15.4 in /theme/static_src

Bump follow-redirects from 1.14.1 to 1.15.4 in /theme/static_src #301

Workflow file for this run

name: Example workflow for Python using Snyk
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/python-3.10@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --fail-on=all