Skip to content

chore(deps-dev): bump bandit from 1.7.6 to 1.7.7 #636

chore(deps-dev): bump bandit from 1.7.6 to 1.7.7

chore(deps-dev): bump bandit from 1.7.6 to 1.7.7 #636

Workflow file for this run

name: Generate Docs
on:
push:
jobs:
docs:
name: Generate Docs
runs-on: ubuntu-latest
steps:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/checkout@v3
# https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs
with:
token: ${{ secrets.THIS_PAT }}
- name: Run doc generation
uses: npalm/[email protected]
- name: Commit doc changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "docs: automated doc update"
file_pattern: README.md