Skip to content

locate: graph-based non-source filter, entity direct boost, depth bonus #60

locate: graph-based non-source filter, entity direct boost, depth bonus

locate: graph-based non-source filter, entity direct boost, depth bonus #60

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright 2026 Firelock, LLC
name: SAST
on:
push:
branches: ["**"]
pull_request:
branches: [main]
jobs:
cargo-deny:
name: cargo-deny
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run cargo-deny
uses: EmbarkStudios/cargo-deny-action@v2
with:
rust-version: stable