Skip to content

Commit bc46699

Browse files
committed
Merge remote-tracking branch 'origin/main' into chore/ts-to-as-step-1-build-integration
2 parents d9ea3bd + 02c29e6 commit bc46699

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
pull_request:
77
branches: [main, master]
88
schedule:
9-
- cron: '0 6 * * 1'
9+
- cron: '0 6 1 * *' # monthly 1st 06:00 UTC
10+
1011
# Estate guardrail: cancel superseded runs so re-pushes / rebased PR
1112
# updates do not pile up queued runs against the shared account-wide
1213
# Actions concurrency pool. Applied only to read-only check workflows

.github/workflows/dogfood-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Validate A2ML manifests
4141
if: steps.detect.outputs.count > 0
42-
uses: hyperpolymath/a2ml-validate-action@59145c7d1039fa3059b3ecacdb50ee23d7505898 # main
42+
uses: hyperpolymath/a2ml-validate-action@6bff6ec134fc977e86d25166a5c522ddea5c1e78 # main
4343
with:
4444
path: '.'
4545
strict: 'false'

.github/workflows/scorecard.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
permissions: read-all
1010
jobs:
1111
analysis:
12+
permissions:
13+
security-events: write
14+
id-token: write
1215
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@e0caf11508a3989574713c78f5f444f2ce5e33ef
1316
timeout-minutes: 10
1417
secrets: inherit

0 commit comments

Comments
 (0)