From 4c0b0197912aaf27e09bb4ac19604fab7344216e Mon Sep 17 00:00:00 2001 From: "its-miso[bot]" <258898867+its-miso[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 07:41:18 +0000 Subject: [PATCH 1/6] =?UTF-8?q?ci(github-action):=20update=20action=20dock?= =?UTF-8?q?er/build-push-action=20(f9f3042=20=E2=86=92=2053b7df9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 50a5ca41..ffe3f074 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -56,7 +56,7 @@ jobs: - name: Build Docker image id: build - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7 with: context: . # BuildKit can't load and push from the same build, so PRs load into From 433b89097f837e1df611528080789451d2dccebd Mon Sep 17 00:00:00 2001 From: "its-miso[bot]" <258898867+its-miso[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 08:40:53 +0000 Subject: [PATCH 2/6] =?UTF-8?q?ci(github-action):=20update=20action=20dock?= =?UTF-8?q?er/login-action=20(650006c=20=E2=86=92=20c99871d)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index ffe3f074..c6b8cdb9 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -36,7 +36,7 @@ jobs: - name: Log in to GHCR if: github.event_name != 'pull_request' - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 + uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -56,7 +56,7 @@ jobs: - name: Build Docker image id: build - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 with: context: . # BuildKit can't load and push from the same build, so PRs load into From 15ad16c9d162672a66eb78e6ee69dd8f77604596 Mon Sep 17 00:00:00 2001 From: "its-miso[bot]" <258898867+its-miso[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 09:40:40 +0000 Subject: [PATCH 3/6] =?UTF-8?q?ci(github-action):=20update=20action=20dock?= =?UTF-8?q?er/metadata-action=20(80c7e94=20=E2=86=92=20dc80280)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index c6b8cdb9..d31e9f61 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -36,7 +36,7 @@ jobs: - name: Log in to GHCR if: github.event_name != 'pull_request' - uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -44,7 +44,7 @@ jobs: - name: Extract metadata id: meta - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6 with: images: ${{ env.IMAGE_NAME }} tags: | From ae40bd382b845cd5b0c670d68b915cf1ba328b42 Mon Sep 17 00:00:00 2001 From: "its-miso[bot]" <258898867+its-miso[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 09:40:46 +0000 Subject: [PATCH 4/6] =?UTF-8?q?ci(github-action):=20update=20action=20dock?= =?UTF-8?q?er/setup-buildx-action=20(d7f5e7f=20=E2=86=92=20bb05f3f)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index d31e9f61..681fb736 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Setup Docker Buildx - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 - name: Log in to GHCR if: github.event_name != 'pull_request' @@ -44,7 +44,7 @@ jobs: - name: Extract metadata id: meta - uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6 + uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 with: images: ${{ env.IMAGE_NAME }} tags: | From 8b26083506afddcb21e643681314d438be851a22 Mon Sep 17 00:00:00 2001 From: "its-miso[bot]" <258898867+its-miso[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 09:40:53 +0000 Subject: [PATCH 5/6] =?UTF-8?q?ci(github-action):=20update=20action=20gith?= =?UTF-8?q?ub/codeql-action=20(8aad20d=20=E2=86=92=2054f647b)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 681fb736..eb6428c0 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Setup Docker Buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 + uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 - name: Log in to GHCR if: github.event_name != 'pull_request' @@ -105,6 +105,6 @@ jobs: - name: Upload Trivy results if: github.event_name != 'pull_request' && hashFiles('trivy-results.sarif') != '' - uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4 + uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4 with: sarif_file: trivy-results.sarif \ No newline at end of file From 5ffc4da88be1bad02a9fbdad5d92ddac25458215 Mon Sep 17 00:00:00 2001 From: "its-miso[bot]" <258898867+its-miso[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:40:51 +0000 Subject: [PATCH 6/6] =?UTF-8?q?fix(deps):=20update=20dependency=20tsx=20(4?= =?UTF-8?q?.22.4=20=E2=86=92=204.22.5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/image.yaml | 2 +- package-lock.json | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index eb6428c0..50a5ca41 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -105,6 +105,6 @@ jobs: - name: Upload Trivy results if: github.event_name != 'pull_request' && hashFiles('trivy-results.sarif') != '' - uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4 + uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4 with: sarif_file: trivy-results.sarif \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b8cd9860..e8371ebe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "dispatch", "version": "0.5.17", + "hasInstallScript": true, "dependencies": { "@dnd-kit/core": "^6.1.0", "@dnd-kit/sortable": "^10.0.0", @@ -10006,9 +10007,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.4.tgz", - "integrity": "sha512-X8EX+XV4QR5xCsrgxaED954zTDfY8KqlDtskKEL0cHhyS/P8b4IFOvGDQpsC9Q1XnLq915wEfwwY/zzskCtmhg==", + "version": "4.22.5", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.5.tgz", + "integrity": "sha512-F7JnSfPl5ASt6LqwWyUQ3T8BwN3q0eQEbFMYa2iRWaVQmmudo0d7fRmwM4O002gsvW1bs0yBYioutsAjqLJMvQ==", "dev": true, "license": "MIT", "dependencies": {