Skip to content

fix: SHA-pin dtolnay/rust-toolchain action #14

fix: SHA-pin dtolnay/rust-toolchain action

fix: SHA-pin dtolnay/rust-toolchain action #14

Workflow file for this run

# SPDX-License-Identifier: PMPL-1.0-or-later
name: Quality Checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
trufflehog:
name: TruffleHog Secret Scan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@e9734c1ff25106f68d4266f0b09c1fcfc915dad1 # main
with:
path: ./
extra_args: --only-verified --max-depth=10
editorconfig:
name: EditorConfig Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: EditorConfig Checker
uses: editorconfig-checker/action-editorconfig-checker@4054fa83a075fdf090bd098bdb1c09aaf64a4169 # main
- name: Run editorconfig-checker
run: editorconfig-checker