Skip to content

chore(deps): bump sha2 from 0.10.9 to 0.11.0 #176

chore(deps): bump sha2 from 0.10.9 to 0.11.0

chore(deps): bump sha2 from 0.10.9 to 0.11.0 #176

Workflow file for this run

name: PR Check
on:
pull_request:
types: [opened, edited, synchronize]
permissions:
contents: read
actions: read
security-events: write
jobs:
check:
uses: huseyinbabal/rust-actions/.github/workflows/pr-check.yml@main
with:
check_issue_link: true
run_tests: true
run_fmt: true
run_clippy: true
run_security_scan: true