diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 5c4bd8b0..8c434e77 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node.js id: setup-node diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ff62ee9..1b091778 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.head_ref }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c954668c..f5aff905 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Initialize CodeQL id: initialize diff --git a/custom-elements.json b/custom-elements.json index 2fda9673..239543fb 100644 --- a/custom-elements.json +++ b/custom-elements.json @@ -257,54 +257,6 @@ } ] }, - { - "kind": "javascript-module", - "path": "coverage/lcov-report/block-navigation.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "coverage/lcov-report/prettify.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "coverage/lcov-report/sorter.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/hierarchy.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/icons.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/main.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/navigation.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/search.js", - "declarations": [], - "exports": [] - }, { "kind": "javascript-module", "path": "src/scripts/analyze.ts",