Skip to content

Commit daa1378

Browse files
authored
Merge branch 'main' into update-agent-governance-copy
2 parents 27cda8e + f411d05 commit daa1378

57 files changed

Lines changed: 432 additions & 59 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/branch-markdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0 # Fetch all history for comparison
2525

@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
7070
71-
- uses: actions/cache@v5
71+
- uses: actions/cache@v6
7272
if: steps.changed-files.outputs.count > 0
7373
name: Setup pnpm cache
7474
with:

.github/workflows/branch-spellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: Load versions
2525
run: cat .github/versions.env >> "$GITHUB_ENV"
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4444
45-
- uses: actions/cache@v5
45+
- uses: actions/cache@v6
4646
name: Setup pnpm cache
4747
with:
4848
path: ${{ env.STORE_PATH }}

.starmark/project.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[settings]
2+
siteType=astro-accelerator
3+
images=accelerator
4+
mediaDir=public/docs/img
5+
contentDateField=modDate
6+
publishDateField=pubDate

dictionary-octopus.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ publicip
431431
Pulumi
432432
pwsh
433433
pycryptodome
434+
pypi
434435
Qualys
435436
querystring
436437
quickstart
35.4 KB
48.1 KB
63.9 KB
43.3 KB
57.9 KB
12.7 KB

0 commit comments

Comments
 (0)