Skip to content

Bump libc from 0.2.172 to 0.2.177 #55

Bump libc from 0.2.172 to 0.2.177

Bump libc from 0.2.172 to 0.2.177 #55

Workflow file for this run

# SPDX-License-Identifier: GPL-3.0
# Copyright (c) 2025 Gavin Henry <ghenry@sentrypeer.org>
name: Security audit
on:
push:
branches: [ "main" ]
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
branches: [ "main" ]
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
workflow_dispatch:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}