From 8dd54b00ce0ff1459c3c3b3cb4b246dff79d72ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:26:38 +0000 Subject: [PATCH] reviewdog: Update to version 0.17.2 --- bucket/reviewdog.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/reviewdog.json b/bucket/reviewdog.json index 3121e37cca..cb724a5ae7 100644 --- a/bucket/reviewdog.json +++ b/bucket/reviewdog.json @@ -1,16 +1,16 @@ { - "version": "0.17.1", + "version": "0.17.2", "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.17.1/reviewdog_0.17.1_Windows_x86_64.tar.gz", - "hash": "45358e2a3e4bc041dba95606e4ea2500d3292b954912ad9cd8e4c461f59f0711" + "url": "https://github.com/reviewdog/reviewdog/releases/download/v0.17.2/reviewdog_0.17.2_Windows_x86_64.tar.gz", + "hash": "5ade60862b036d79212475b926d6ea41ae1f36a443f328f31704383d6ff4035c" }, "32bit": { - "url": "https://github.com/reviewdog/reviewdog/releases/download/v0.17.1/reviewdog_0.17.1_Windows_i386.tar.gz", - "hash": "eb7554c23bb0b566b5080a94439d7f53fb9a44343375c71a39df024bd83fa82f" + "url": "https://github.com/reviewdog/reviewdog/releases/download/v0.17.2/reviewdog_0.17.2_Windows_i386.tar.gz", + "hash": "78b6d5e07e9014b17395ce6df6fa4c68c0f903b8b006f89e636d80b4961c6fe1" } }, "bin": "reviewdog.exe",