[StepSecurity] Apply security best practices (#473)

Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
Co-authored-by: stepsecurity-app[bot] <188008098+stepsecurity-app[bot]@users.noreply.github.com>
This commit is contained in:
stepsecurity-app[bot] 2025-06-06 12:36:16 -06:00 committed by GitHub
parent ea3ac96926
commit 53052b24a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,9 @@ on:
merge_group: merge_group:
branches: branches:
- main - main
permissions:
contents: read
jobs: jobs:
rustfmt: rustfmt:
name: rustfmt name: rustfmt

View File

@ -6,6 +6,9 @@ on:
concurrency: concurrency:
group: "${{ github.workflow }}" group: "${{ github.workflow }}"
cancel-in-progress: true cancel-in-progress: true
permissions:
contents: read
jobs: jobs:
release-plz: release-plz:
name: release-plz name: release-plz