Skip to content

release(hive): prepare 1.4.15 #286

release(hive): prepare 1.4.15

release(hive): prepare 1.4.15 #286

Workflow file for this run

name: Secret scan
permissions:
contents: read
on:
workflow_dispatch:
push:
pull_request:
jobs:
tracked-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 1
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
python-version: "3.12"
- name: Test secret scanner
run: >-
python -m unittest
scripts.test_check_secrets
scripts.test_check_workflow_action_pins
- name: Reject committed credentials and private keys
run: python scripts/check_secrets.py --all-tracked
- name: Reject mutable GitHub Action references
run: python scripts/check_workflow_action_pins.py