Skip to content

Adding comment

Adding comment #64

Workflow file for this run

on:
push:
branches:
- master
jobs:
security-audit:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Run cargo audit fix
uses: simonhyll/cargo-audit@v1
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GH_TOKEN }}
branch: bot/cargo-audit
title: "[Bot] Audit fixes"
commit-message: "fix: Cargo audit issues"
body: >
Updates to Cargo.toml and/or Cargo.lock with security fixes.
assignees: ${{ github.repository_owner }}
labels: report