Skip to content

Rewrite a condensed version of the release notes #153

Rewrite a condensed version of the release notes

Rewrite a condensed version of the release notes #153

Workflow file for this run

name: CodeQL
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '33 0 * * 2'
permissions:
contents: read
security-events: write
concurrency:
group: codeql-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze Rust
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Xtensa Rust toolchain
uses: esp-rs/xtensa-toolchain@v1.6
with:
default: true
ldproxy: false
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: rust
build-mode: none
dependency-caching: true
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:rust"