Skip to content

chore(deps): bump regex from 1.12.4 to 1.13.1 #53

chore(deps): bump regex from 1.12.4 to 1.13.1

chore(deps): bump regex from 1.12.4 to 1.13.1 #53

Workflow file for this run

name: CodeQL (Rust)
on:
push:
branches: [main]
paths-ignore:
- ".github/workflows/**"
- "**/*.md"
pull_request:
branches: [main]
paths-ignore:
- ".github/workflows/**"
- "**/*.md"
schedule:
- cron: '17 4 * * 2'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze (rust)
runs-on: ubuntu-24.04
timeout-minutes: 360
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Initialize CodeQL
uses: github/codeql-action/init@865f5f5c36632f18690a3d569fa0a764f2da0c3e
with:
languages: rust
- name: Autobuild
uses: github/codeql-action/autobuild@865f5f5c36632f18690a3d569fa0a764f2da0c3e
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@865f5f5c36632f18690a3d569fa0a764f2da0c3e
with:
category: "/language:rust"