Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/dependency-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: Dependency Security

on:
push:
# Only master, for the reason ci.yml gives: a branch worth auditing has a
# pull request, and that is what triggers below.
branches: [master]
pull_request:
branches: [master]
# Unfiltered by base branch, matching ci.yml. Filtering to `[master]` left
# a pull request stacked on another branch with no audit at all until its
# root merged -- and a PR with no audit still reports a green mergeable
# state, because nothing required failed. A dependency advisory is worth
# hearing about on the PR that introduces it, not several PRs later.
types: [opened, reopened, synchronize, ready_for_review]
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion docs/tally/compatibility/compatibility-matrix.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schema_version": 1,
"bridge_commit_sha": "be1c20cc3fd66fa1ece196505c69f26e555e4b8e",
"compatibility_surface_sha256": "b0a658a972bd150599add28b408fddf5026c3dc67a105e49f7256ca7ada255ad",
"compatibility_surface_sha256": "ad4e2866217ec8778d76a3eb50c951b892d47bd9f786f38cfd3bd1e07e72bd95",
"claims": [
{
"claim_id": "erp9-6-6-3-windows-education-xml-one-company",
Expand Down
4 changes: 2 additions & 2 deletions docs/tally/compatibility/compatibility-surface.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
{
"path": ".github/workflows/dependency-security.yml",
"sha256": "3c014174f82b5935c97ae5d228f1c2ee71e03f00c327d667df1ca4ff27cf75f4"
"sha256": "fd70b9a317677100d6b760a369495f9e3c6a083d7cdbf8f1916267d97eaa250f"
},
{
"path": "docs/adr/0004-tally-write-safety.md",
Expand Down Expand Up @@ -850,5 +850,5 @@
"sha256": "a8ac2714fecf51947f2822c8c46d7ce2e8602c732780ff60566a7771f0836f9a"
}
],
"manifest_sha256": "b0a658a972bd150599add28b408fddf5026c3dc67a105e49f7256ca7ada255ad"
"manifest_sha256": "ad4e2866217ec8778d76a3eb50c951b892d47bd9f786f38cfd3bd1e07e72bd95"
}