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
4 changes: 2 additions & 2 deletions .github/workflows/apko-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# narrowly-scoped Contents + Pull-requests permissions on the
# apko-bot installation, independent of GITHUB_TOKEN.
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
contents: read # actions/checkout (to load .github/actions/post-tracking-issue)
issues: write # gh issue create / comment / pin
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.sha }}
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-rollover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# walks git tags via `git tag --sort=-v:refname` and compares the
# last stable tag's commit against HEAD, which requires complete
# history.
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.sha }}
fetch-depth: 0
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
contents: read # actions/checkout (to load .github/actions/post-tracking-issue)
issues: write # gh issue create / comment / pin
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.sha }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Post-merge this SHA needs to be updated to a main-reachable
# SHA (the squash-merged commit) so the ref survives branch
# deletion.
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down
46 changes: 24 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# requires push access to the upstream.
is_release_please: ${{ (github.event_name == 'pull_request' && startsWith(github.head_ref, 'release-please--') && github.event.pull_request.user.login == 'synthorg-repo-bot[bot]') || (github.event_name != 'pull_request' && startsWith(github.ref, 'refs/heads/release-please--')) }}
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand All @@ -209,7 +209,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand All @@ -228,7 +228,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand All @@ -295,7 +295,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
PYTHONFAULTHANDLER: "1"
PYTHONUNBUFFERED: "1"
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -525,7 +525,7 @@ jobs:
SYNTHORG_TEST_POSTGRES_PASSWORD: synthorg-test
SYNTHORG_TEST_POSTGRES_DB: synthorg
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -642,7 +642,7 @@ jobs:
SYNTHORG_TEST_POSTGRES_PASSWORD: synthorg-test
SYNTHORG_TEST_POSTGRES_DB: synthorg
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -729,7 +729,7 @@ jobs:
COVERAGE_FILE: .coverage.conformance-sqlite
COVERAGE_CORE: sysmon
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -811,7 +811,7 @@ jobs:
# Required for tokenless Codecov upload via use_oidc: true.
id-token: write
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -965,7 +965,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -1040,7 +1040,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -1071,7 +1071,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand All @@ -1097,7 +1097,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand All @@ -1110,6 +1110,8 @@ jobs:
working-directory: web
- run: npm run lint
working-directory: web
- run: npm run lint:circular
working-directory: web

# ── Dashboard: Type Check ──
dashboard-type-check:
Expand All @@ -1121,7 +1123,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -1150,7 +1152,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -1197,7 +1199,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -1241,7 +1243,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand All @@ -1266,7 +1268,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -1340,7 +1342,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
# behaviour the bundled action provides on its issue_comment path.
actions: write
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: main
persist-credentials: false
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
outputs:
changed: ${{ steps.filter.outputs.cli || startsWith(github.ref, 'refs/tags/v') }}
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand All @@ -54,7 +54,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
goos: [linux, darwin, windows]
goarch: [amd64, arm64]
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
# Full history so merge-base lookup against origin/main
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
permissions:
contents: read
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
- ./internal/docker/
- ./internal/verify/
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
id-token: write
attestations: write
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
fetch-depth: 0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
python: ${{ steps.filter.outputs.python }}
web: ${{ steps.filter.outputs.web }}
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
# codspeed-web below uses the same id-token: write declaration.
id-token: write
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand All @@ -118,7 +118,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# image; this scope is required by that composite action.
security-events: write
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.sha }}
persist-credentials: false
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
contents: read # actions/checkout (to load .github/actions/post-tracking-issue)
issues: write # gh issue create / comment / pin
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.sha }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: Aureliolo/synthorg/.github/actions/checkout@31a45a7083a7244c27b6f745dd79d35b526741fd
- uses: Aureliolo/synthorg/.github/actions/checkout@25921183f274c930bf473dc0339376bda0961eaf
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
Expand Down
Loading
Loading