Skip to content

chore(deps-dev): bump typescript from 5.6.2 to 5.7.2 (#494) #372

chore(deps-dev): bump typescript from 5.6.2 to 5.7.2 (#494)

chore(deps-dev): bump typescript from 5.6.2 to 5.7.2 (#494) #372

Workflow file for this run

name: Secrets Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Detect secrets in incoming commits with Talisman
uses: carhartl/talisman-secrets-scan-action@702fc5c52170632a568124896148a80f38521ac4 # v1.4.0
- name: Send status to Slack
uses: digitalservicebund/notify-on-failure-gha@814d0c4b2ad6a3443e89c991f8657b10126510bf # v1.5.0
if: ${{ failure() }}
with:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}