Skip to content

Bump cc from 1.2.25 to 1.2.41 #56

Bump cc from 1.2.25 to 1.2.41

Bump cc from 1.2.25 to 1.2.41 #56

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 }}