Skip to content

Fix invalid handling of UTF-16 strings #947

Fix invalid handling of UTF-16 strings

Fix invalid handling of UTF-16 strings #947

Workflow file for this run

name: Security audit
on:
schedule:
- cron: '0 8 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run security audit
uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}