Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
74fd3c9
chore(deps): bump actions/checkout from 6.0.2 to 6.0.3
dependabot[bot] Jun 3, 2026
42d8bc8
chore(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0
dependabot[bot] Jun 3, 2026
cd2397b
chore(deps): bump github/codeql-action from 4.36.0 to 4.36.1
dependabot[bot] Jun 3, 2026
8466487
chore(deps-dev): bump the svelte group with 3 updates
dependabot[bot] Jun 3, 2026
1ec1644
chore(deps-dev): bump wrangler in the cloudflare group
dependabot[bot] Jun 3, 2026
2fcee3a
chore(deps-dev): bump vitest from 4.1.7 to 4.1.8
dependabot[bot] Jun 3, 2026
5441635
chore(deps-dev): bump prettier-plugin-svelte from 4.0.1 to 4.1.0
dependabot[bot] Jun 3, 2026
75bdbec
chore(deps-dev): bump vite from 8.0.14 to 8.0.16
dependabot[bot] Jun 3, 2026
1c8b48d
chore(deps-dev): bump typescript-eslint from 8.60.0 to 8.60.1
dependabot[bot] Jun 3, 2026
f4bb02e
chore(deps-dev): bump @vitest/coverage-v8 from 4.1.7 to 4.1.8
dependabot[bot] Jun 3, 2026
fee8ef6
chore(deps-dev): bump eslint-plugin-svelte from 3.18.0 to 3.19.0
dependabot[bot] Jun 3, 2026
ac35ba2
Merge remote-tracking branch 'origin/dependabot/github_actions/astral…
kellenmurphy Jun 3, 2026
f70ba9b
Merge remote-tracking branch 'origin/dependabot/github_actions/github…
kellenmurphy Jun 3, 2026
b699832
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/svelte-f…
kellenmurphy Jun 3, 2026
c8a694a
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/cloudfla…
kellenmurphy Jun 3, 2026
d1bb620
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/vitest-4…
kellenmurphy Jun 3, 2026
77c24a7
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/prettier…
kellenmurphy Jun 3, 2026
f2e0e12
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/vite-8.0…
kellenmurphy Jun 3, 2026
60f0d2b
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/typescri…
kellenmurphy Jun 3, 2026
d3da6f4
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/vitest/c…
kellenmurphy Jun 3, 2026
3075ada
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/eslint-p…
kellenmurphy Jun 3, 2026
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
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10

- name: Setup Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
Expand Down Expand Up @@ -60,19 +60,19 @@ jobs:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10

- name: Setup uv
# astral-sh/setup-uv v8.1.0
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39

- name: Scan with GuardDog
run: uvx guarddog npm verify package-lock.json --output-format sarif > guarddog.sarif

- name: Upload GuardDog SARIF
if: always()
# github/codeql-action v3.28.13
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa
uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463
with:
sarif_file: guarddog.sarif
category: guarddog
Expand All @@ -93,7 +93,7 @@ jobs:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10

- name: Generate SBOM with Syft
# anchore/sbom-action v0.24.0
Expand All @@ -114,7 +114,7 @@ jobs:
- name: Upload Grype SARIF
if: always()
# github/codeql-action v3.28.13
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa
uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463
with:
sarif_file: ${{ steps.grype.outputs.sarif }}
category: grype
Expand All @@ -127,7 +127,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10

- name: Dependency Review
# actions/dependency-review-action v5.0.0
Expand All @@ -148,7 +148,7 @@ jobs:
attestations: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10

- name: Setup Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10

- name: Initialize CodeQL
# github/codeql-action v3.28.13
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa
uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463
with:
languages: javascript-typescript
queries: security-extended

- name: Analyze
# github/codeql-action v3.28.13
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa
uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463
with:
category: /language:javascript-typescript
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
actions: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
with:
persist-credentials: false

Expand All @@ -39,6 +39,6 @@ jobs:
retention-days: 5

- name: Upload to code scanning
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa
uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463
with:
sarif_file: results.sarif
Loading
Loading