Skip to content

⬆️ Bump serde_json from 1.0.150 to 1.0.151 #45

⬆️ Bump serde_json from 1.0.150 to 1.0.151

⬆️ Bump serde_json from 1.0.150 to 1.0.151 #45

Workflow file for this run

name: CodeQL
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ rust ]
steps:
- name: "Checkout code"
uses: actions/checkout@v7
- name: "Install Rust toolchain"
uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
- name: "Initialize CodeQL"
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: "Perform CodeQL analysis"
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{ matrix.language }}"