Skip to content

chore(deps): bump serde from 1.0.228 to 1.0.229 in /bots/echidnabot #1277

chore(deps): bump serde from 1.0.228 to 1.0.229 in /bots/echidnabot

chore(deps): bump serde from 1.0.228 to 1.0.229 in /bots/echidnabot #1277

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0

Check failure on line 1 in .github/workflows/hypatia-scan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/hypatia-scan.yml

Invalid workflow file

(Line: 35, Col: 5): Unexpected value 'timeout-minutes'
# Thin wrapper around hyperpolymath/standards hypatia-scan-reusable.yml.
# See standards#191 for the reusable's purpose and design.
name: Hypatia Security Scan
on:
push:
branches: [main, master, develop]
# No `branches:` filter — a required check whose workflow is branch-gated is
# never created on a non-matching base and blocks merge forever at
# "Expected — Waiting for status to be reported" (cf. affinescript#645).
pull_request:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
# Estate guardrail: cancel superseded runs so re-pushes don't pile up.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
security-events: write
pull-requests: write
jobs:
hypatia:
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@e9c8888769a703924cc3c0d717900960d78aea00
secrets: inherit
# Total caller-side wall-clock cap for the reusable. Matches
# Hypatia's `missing_timeout_minutes` rule expectation. The scan is
# typically ~3 min; the cap leaves headroom for slow estate builds.
timeout-minutes: 30