From 6c85c5809489e53a0d122f952825b87172f63385 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 08:26:36 +0000 Subject: [PATCH] reviewdog: Update to version 0.15.0 --- bucket/reviewdog.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/reviewdog.json b/bucket/reviewdog.json index 63bad249b2..dd138dbe57 100644 --- a/bucket/reviewdog.json +++ b/bucket/reviewdog.json @@ -1,16 +1,16 @@ { - "version": "0.14.2", + "version": "0.15.0", "description": "Automated code review tool integrated with any code analysis tools regardless of programming language.", "homepage": "https://github.com/reviewdog/reviewdog", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/reviewdog/reviewdog/releases/download/v0.14.2/reviewdog_0.14.2_Windows_x86_64.tar.gz", - "hash": "306cf9054ed4f2d52cc08f7660bfb51fd44af4b713bd0c6403c1ce273e4dd734" + "url": "https://github.com/reviewdog/reviewdog/releases/download/v0.15.0/reviewdog_0.15.0_Windows_x86_64.tar.gz", + "hash": "64745567cda57d1138d6185e1ce6c3ffc615ac4dc385f6cb89eca82f2fdb2a43" }, "32bit": { - "url": "https://github.com/reviewdog/reviewdog/releases/download/v0.14.2/reviewdog_0.14.2_Windows_i386.tar.gz", - "hash": "32ef6998470d85aebe5d9bead1165b42551c49362707e7582532d2671bc4e94c" + "url": "https://github.com/reviewdog/reviewdog/releases/download/v0.15.0/reviewdog_0.15.0_Windows_i386.tar.gz", + "hash": "96e050d7954f11dfc3e2d7dd69dc383d6de1d07fa1dd2c9c7f617189c0f2e89a" } }, "bin": "reviewdog.exe",