From 1cbba9c3132f273121f7e94a732d3032b1306335 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:27:13 +0000 Subject: [PATCH] reviewdog: Update to version 0.17.0 --- bucket/reviewdog.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/reviewdog.json b/bucket/reviewdog.json index fd15357ccd..50f5541da0 100644 --- a/bucket/reviewdog.json +++ b/bucket/reviewdog.json @@ -1,16 +1,16 @@ { - "version": "0.16.0", + "version": "0.17.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.16.0/reviewdog_0.16.0_Windows_x86_64.tar.gz", - "hash": "7a59fe01ed83149fef6e303fb639f57d07dc1f2406429e2f9a89306fcb8bfdcf" + "url": "https://github.com/reviewdog/reviewdog/releases/download/v0.17.0/reviewdog_0.17.0_Windows_x86_64.tar.gz", + "hash": "f2f98f220a72a0f3e9cc217a2a972bda5bdc2f54190124abafd0ed6cae41c60f" }, "32bit": { - "url": "https://github.com/reviewdog/reviewdog/releases/download/v0.16.0/reviewdog_0.16.0_Windows_i386.tar.gz", - "hash": "f508db694eda46ef505c1dea25f886e6c9fa7ffe244deaf18b849b3dc8a04ef0" + "url": "https://github.com/reviewdog/reviewdog/releases/download/v0.17.0/reviewdog_0.17.0_Windows_i386.tar.gz", + "hash": "c004c88497b948408ce543c0f968ce1e70db71dd859f8acd8c448593984a66f1" } }, "bin": "reviewdog.exe",