{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":239867586,"defaultBranch":"main","name":"synthetic-monitoring-agent","ownerLogin":"grafana","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-02-11T21:24:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7195757?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726789880.0","currentOid":""},"activityList":{"items":[{"before":"2c6b2608d26f296ba74f98b08a994e5498fe52b1","after":"ff95943762e7637a65b3b72ed4b6d8f4e2545af3","ref":"refs/heads/grafanarenovatebot/github.com-golangci-golangci-lint-1.x","pushedAt":"2024-09-20T00:11:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"grafanarenovatebot[bot]","name":null,"path":"/apps/grafanarenovatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7195757?s=80&v=4"},"commit":{"message":"Update module github.com/golangci/golangci-lint to v1.61.0","shortMessageHtmlLink":"Update module github.com/golangci/golangci-lint to v1.61.0"}},{"before":"fa5c141cf98b9ea37d6f42754955f4716d33326a","after":"1be9aacacb3fbdc64b3715c5e4c6f28347aed15c","ref":"refs/heads/grafanarenovatebot/github.com-securego-gosec-v2-2.x","pushedAt":"2024-09-20T00:11:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"grafanarenovatebot[bot]","name":null,"path":"/apps/grafanarenovatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7195757?s=80&v=4"},"commit":{"message":"Update module github.com/securego/gosec/v2 to v2.21.3","shortMessageHtmlLink":"Update module github.com/securego/gosec/v2 to v2.21.3"}},{"before":"39c5844db2c00d4d914c4f6dcfffd8653ca4c078","after":null,"ref":"refs/heads/release-v0.28.0","pushedAt":"2024-09-19T23:48:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mem","name":"Marcelo Magallon","path":"/mem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189701?s=80&v=4"}},{"before":"8cbd28a62864fb306b1bd0083d7b4d16c3eb4ee2","after":"c701b67315c0c24139eb74d9206380739acde549","ref":"refs/heads/main","pushedAt":"2024-09-19T23:48:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mem","name":"Marcelo Magallon","path":"/mem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189701?s=80&v=4"},"commit":{"message":"Release v0.28.0 (#899)\n\n* Feature: add retries to ICMP prober (#896)\r\n* Fix: allow probers to provide a duration value (#898)\r\n\r\nSigned-off-by: Marcelo E. Magallon ","shortMessageHtmlLink":"Release v0.28.0 (#899)"}},{"before":null,"after":"39c5844db2c00d4d914c4f6dcfffd8653ca4c078","ref":"refs/heads/release-v0.28.0","pushedAt":"2024-09-19T23:46:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mem","name":"Marcelo Magallon","path":"/mem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189701?s=80&v=4"},"commit":{"message":"Release v0.28.0\n\n* Feature: add retries to ICMP prober (#896)\n* Fix: allow probers to provide a duration value (#898)\n\nSigned-off-by: Marcelo E. Magallon ","shortMessageHtmlLink":"Release v0.28.0"}},{"before":"25c6df4de02f78d298ad159608b6cc747c37e013","after":null,"ref":"refs/heads/mem/add-icmp-retries","pushedAt":"2024-09-19T23:29:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mem","name":"Marcelo Magallon","path":"/mem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189701?s=80&v=4"}},{"before":"49cd928587be8e1ca9fa820006aa8d779c837dbc","after":"8cbd28a62864fb306b1bd0083d7b4d16c3eb4ee2","ref":"refs/heads/main","pushedAt":"2024-09-19T23:29:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mem","name":"Marcelo Magallon","path":"/mem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189701?s=80&v=4"},"commit":{"message":"Fix: allow probers to provide a duration value (#898)\n\nSome probers need to override the duration that is reported, mostly\r\nbecause we use probe_duration_seconds as the \"latency\" of the probe,\r\nwhich isn't exactly correct. `probe_duration_seconds` was meant to be\r\nused as the duration of the probe: how long did it take for this probe\r\nto run. Capture that value in the logs for debugging purposes, and use\r\n`probe_duration_seconds` as if it meant the time it takes the target to\r\nproduce a response, including *some* setup, but not e.g. the overhead\r\nintroduced by retries or the time it takes for external programs to spin\r\nup.\r\n\r\nThis is OK to change since these are all internal packages.\r\n\r\nSigned-off-by: Marcelo E. Magallon ","shortMessageHtmlLink":"Fix: allow probers to provide a duration value (#898)"}},{"before":null,"after":"25c6df4de02f78d298ad159608b6cc747c37e013","ref":"refs/heads/mem/add-icmp-retries","pushedAt":"2024-09-19T23:27:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mem","name":"Marcelo Magallon","path":"/mem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189701?s=80&v=4"},"commit":{"message":"Fix: allow probers to provide a duration value\n\nSome probers need to override the duration that is reported, mostly\nbecause we use probe_duration_seconds as the \"latency\" of the probe,\nwhich isn't exactly correct. `probe_duration_seconds` was meant to be\nused as the duration of the probe: how long did it take for this probe\nto run. Capture that value in the logs for debugging purposes, and use\n`probe_duration_seconds` as if it meant the time it takes the target to\nproduce a response, including *some* setup, but not e.g. the overhead\nintroduced by retries or the time it takes for external programs to spin\nup.\n\nThis is OK to change since these are all internal packages.\n\nSigned-off-by: Marcelo E. Magallon ","shortMessageHtmlLink":"Fix: allow probers to provide a duration value"}},{"before":"3598d009e137cc2cc97f8ebdcd3b7f35ee565327","after":"2c6b2608d26f296ba74f98b08a994e5498fe52b1","ref":"refs/heads/grafanarenovatebot/github.com-golangci-golangci-lint-1.x","pushedAt":"2024-09-19T20:04:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"grafanarenovatebot[bot]","name":null,"path":"/apps/grafanarenovatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7195757?s=80&v=4"},"commit":{"message":"Update module github.com/golangci/golangci-lint to v1.61.0","shortMessageHtmlLink":"Update module github.com/golangci/golangci-lint to v1.61.0"}},{"before":"5946d822e16a1849fa0867276a7884345d93756b","after":"fa5c141cf98b9ea37d6f42754955f4716d33326a","ref":"refs/heads/grafanarenovatebot/github.com-securego-gosec-v2-2.x","pushedAt":"2024-09-19T20:04:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"grafanarenovatebot[bot]","name":null,"path":"/apps/grafanarenovatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7195757?s=80&v=4"},"commit":{"message":"Update module github.com/securego/gosec/v2 to v2.21.3","shortMessageHtmlLink":"Update module github.com/securego/gosec/v2 to v2.21.3"}},{"before":"bb94bd5d1f0c1bc8cb5961b971e4b9313719487d","after":"3598d009e137cc2cc97f8ebdcd3b7f35ee565327","ref":"refs/heads/grafanarenovatebot/github.com-golangci-golangci-lint-1.x","pushedAt":"2024-09-19T20:03:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"grafanarenovatebot[bot]","name":null,"path":"/apps/grafanarenovatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7195757?s=80&v=4"},"commit":{"message":"Update module github.com/golangci/golangci-lint to v1.61.0","shortMessageHtmlLink":"Update module github.com/golangci/golangci-lint to v1.61.0"}},{"before":"ff4b3519737da801f1d4cee14c34af787ba58972","after":"5946d822e16a1849fa0867276a7884345d93756b","ref":"refs/heads/grafanarenovatebot/github.com-securego-gosec-v2-2.x","pushedAt":"2024-09-19T20:03:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"grafanarenovatebot[bot]","name":null,"path":"/apps/grafanarenovatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7195757?s=80&v=4"},"commit":{"message":"Update module github.com/securego/gosec/v2 to v2.21.3","shortMessageHtmlLink":"Update module github.com/securego/gosec/v2 to v2.21.3"}},{"before":"cc1596a9a6ec7e0cd8ddd14ba6c0e9d48fa9eb65","after":null,"ref":"refs/heads/mem/add-icmp-retries","pushedAt":"2024-09-19T18:16:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mem","name":"Marcelo Magallon","path":"/mem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189701?s=80&v=4"}},{"before":"8389e9432669625c83f92b54444c710097277089","after":"49cd928587be8e1ca9fa820006aa8d779c837dbc","ref":"refs/heads/main","pushedAt":"2024-09-19T18:16:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mem","name":"Marcelo Magallon","path":"/mem","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/189701?s=80&v=4"},"commit":{"message":"Feature: add retries to ICMP prober (#896)\n\nAdd a retry mechanism to the ICMP prober. If the packet count is not\r\nset, use 3 packets instead of 1, and require that at least 1 of them\r\ngets a response. This should cover most reasonable scenarios where\r\nretries are needed.\r\n\r\nNote that this will send out 3 packets regardless of whether 1 is\r\nalready received, so this has an impact on the probe_duration_seconds\r\nmetric (because the probe takes longer to run).\r\n\r\nIf the time for an individual packet is important, use\r\n`sum(probe_icmp_duration_seconds)` instead. That metric is split by\r\nphases, and the `rtt` phase is the average round-trip-time for all the\r\nreceived packets. The other two phases, `setup` and `resolve` only run\r\nonce.\r\n\r\nThe resolve part of this also retries, in the event that the DNS server\r\nfails to produce a response and there's an indication that the request\r\nshould be retried (e.g. if the response is \"not found\", that is not\r\nretried).\r\n\r\nSigned-off-by: Marcelo E. Magallon ","shortMessageHtmlLink":"Feature: add retries to ICMP prober (#896)"}},{"before":"e28ef5be3cb59f6dec1a9d478874f4cd75b49501","after":"bb94bd5d1f0c1bc8cb5961b971e4b9313719487d","ref":"refs/heads/grafanarenovatebot/github.com-golangci-golangci-lint-1.x","pushedAt":"2024-09-19T16:04:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"grafanarenovatebot[bot]","name":null,"path":"/apps/grafanarenovatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7195757?s=80&v=4"},"commit":{"message":"Update module github.com/golangci/golangci-lint to v1.61.0","shortMessageHtmlLink":"Update module github.com/golangci/golangci-lint to v1.61.0"}},{"before":"a3fc5bf775f498269b05787b34fb79b720b22094","after":"ff4b3519737da801f1d4cee14c34af787ba58972","ref":"refs/heads/grafanarenovatebot/github.com-securego-gosec-v2-2.x","pushedAt":"2024-09-19T16:04:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"grafanarenovatebot[bot]","name":null,"path":"/apps/grafanarenovatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7195757?s=80&v=4"},"commit":{"message":"Update module github.com/securego/gosec/v2 to v2.21.3","shortMessageHtmlLink":"Update module github.com/securego/gosec/v2 to v2.21.3"}},{"before":"dd6b5b93bee63aa1957a5722542d25ae74dd7378","after":"e28ef5be3cb59f6dec1a9d478874f4cd75b49501","ref":"refs/heads/grafanarenovatebot/github.com-golangci-golangci-lint-1.x","pushedAt":"2024-09-19T16:04:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"grafanarenovatebot[bot]","name":null,"path":"/apps/grafanarenovatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7195757?s=80&v=4"},"commit":{"message":"Update module github.com/golangci/golangci-lint to v1.61.0","shortMessageHtmlLink":"Update module github.com/golangci/golangci-lint to v1.61.0"}},{"before":"5f77d798efb73f5055b454047196eb884346d941","after":"a3fc5bf775f498269b05787b34fb79b720b22094","ref":"refs/heads/grafanarenovatebot/github.com-securego-gosec-v2-2.x","pushedAt":"2024-09-19T16:04:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"grafanarenovatebot[bot]","name":null,"path":"/apps/grafanarenovatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7195757?s=80&v=4"},"commit":{"message":"Update module github.com/securego/gosec/v2 to v2.21.3","shortMessageHtmlLink":"Update module github.com/securego/gosec/v2 to v2.21.3"}},{"before":"484208e06770f75ce5e92b1f5725bb27a7aa633a","after":null,"ref":"refs/heads/release-v0.27.0","pushedAt":"2024-09-19T12:59:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"roobre","name":"Nadia Santalla","path":"/roobre","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/969721?s=80&v=4"}},{"before":"bb4d6a4d64a867b283dd2534c5324c4bcf9ad3f9","after":"8389e9432669625c83f92b54444c710097277089","ref":"refs/heads/main","pushedAt":"2024-09-19T12:59:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"roobre","name":"Nadia Santalla","path":"/roobre","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/969721?s=80&v=4"},"commit":{"message":"Release v0.27.0\n\n* Update module github.com/prometheus/common to v0.58.0\n* Output unadorned version tag for releases (#862)\n* Update debian:stable-slim Docker digest to 64bc71f (#867)\n* Update module github.com/prometheus/client_golang to v1.20.3 (#869)\n* Update module github.com/prometheus/common to v0.59.1 (#870)\n* Update module golang.org/x/net to v0.29.0\n* Update alpine:3.20 Docker digest to beefdbd (#874)\n* Update github.com/grafana/loki/pkg/push digest to 0780456 (#876)\n* Update golang.org/x/exp digest to e7e105d (#877)\n* Update renovatebot/github-action action to v40.2.8\n* scripts: update go to 1.23\n* Update module google.golang.org/grpc to v1.66.1 (#884)\n* Update module google.golang.org/grpc to v1.66.2 (#885)\n* Move browser Docker build into separate Dockerfile (#886)\n* Stop publishing browser image to GCR (#888)\n* Update grafana-build-tools to 0.23.1 (#889)\n* Migrate base image from Debian to Alpine (#875)\n* k6runner: error if script timeout is not set\n* scraper: use check frequency as the context deadline for k6 checks\n* scraper/test: work around panic if all settings are nil in test\n* k6runner/http: override only logger in WithLogger\n* k6runner/http: retry requests\n* k6runner: promote log messages surfacing errors to warning level\n* Update renovatebot/github-action action to v40.2.10 (#891)\n* Update module github.com/prometheus/client_golang to v1.20.4 (#893)\n* scripts/go: update gosec to v2 proper\n* Update module github.com/mccutchen/go-httpbin/v2 to v2.15.0\n\nSigned-off-by: Nadia Santalla ","shortMessageHtmlLink":"Release v0.27.0"}},{"before":"46577d0fbab103f177b7fdbc56d28f1619cbf1ab","after":"dd6b5b93bee63aa1957a5722542d25ae74dd7378","ref":"refs/heads/grafanarenovatebot/github.com-golangci-golangci-lint-1.x","pushedAt":"2024-09-19T12:05:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"grafanarenovatebot[bot]","name":null,"path":"/apps/grafanarenovatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7195757?s=80&v=4"},"commit":{"message":"Update module github.com/golangci/golangci-lint to v1.61.0","shortMessageHtmlLink":"Update module github.com/golangci/golangci-lint to v1.61.0"}},{"before":"e4874bd4327b90cdc7a14e37a084224b72ce5756","after":"5f77d798efb73f5055b454047196eb884346d941","ref":"refs/heads/grafanarenovatebot/github.com-securego-gosec-v2-2.x","pushedAt":"2024-09-19T12:05:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"grafanarenovatebot[bot]","name":null,"path":"/apps/grafanarenovatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7195757?s=80&v=4"},"commit":{"message":"Update module github.com/securego/gosec/v2 to v2.21.3","shortMessageHtmlLink":"Update module github.com/securego/gosec/v2 to v2.21.3"}},{"before":"7596c46b411b0bb8b089dfcb4749ec216b2f44aa","after":"46577d0fbab103f177b7fdbc56d28f1619cbf1ab","ref":"refs/heads/grafanarenovatebot/github.com-golangci-golangci-lint-1.x","pushedAt":"2024-09-19T12:05:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"grafanarenovatebot[bot]","name":null,"path":"/apps/grafanarenovatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7195757?s=80&v=4"},"commit":{"message":"Update module github.com/golangci/golangci-lint to v1.61.0","shortMessageHtmlLink":"Update module github.com/golangci/golangci-lint to v1.61.0"}},{"before":"a3844e3db4c4f11bf6e65a790e6d95a795f3fa14","after":"e4874bd4327b90cdc7a14e37a084224b72ce5756","ref":"refs/heads/grafanarenovatebot/github.com-securego-gosec-v2-2.x","pushedAt":"2024-09-19T12:05:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"grafanarenovatebot[bot]","name":null,"path":"/apps/grafanarenovatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7195757?s=80&v=4"},"commit":{"message":"Update module github.com/securego/gosec/v2 to v2.21.3","shortMessageHtmlLink":"Update module github.com/securego/gosec/v2 to v2.21.3"}},{"before":null,"after":"484208e06770f75ce5e92b1f5725bb27a7aa633a","ref":"refs/heads/release-v0.27.0","pushedAt":"2024-09-19T09:14:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"roobre","name":"Nadia Santalla","path":"/roobre","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/969721?s=80&v=4"},"commit":{"message":"Release v0.27.0\n\n* Update module github.com/prometheus/common to v0.58.0\n* Output unadorned version tag for releases (#862)\n* Update debian:stable-slim Docker digest to 64bc71f (#867)\n* Update module github.com/prometheus/client_golang to v1.20.3 (#869)\n* Update module github.com/prometheus/common to v0.59.1 (#870)\n* Update module golang.org/x/net to v0.29.0\n* Update alpine:3.20 Docker digest to beefdbd (#874)\n* Update github.com/grafana/loki/pkg/push digest to 0780456 (#876)\n* Update golang.org/x/exp digest to e7e105d (#877)\n* Update renovatebot/github-action action to v40.2.8\n* scripts: update go to 1.23\n* Update module google.golang.org/grpc to v1.66.1 (#884)\n* Update module google.golang.org/grpc to v1.66.2 (#885)\n* Move browser Docker build into separate Dockerfile (#886)\n* Stop publishing browser image to GCR (#888)\n* Update grafana-build-tools to 0.23.1 (#889)\n* Migrate base image from Debian to Alpine (#875)\n* k6runner: error if script timeout is not set\n* scraper: use check frequency as the context deadline for k6 checks\n* scraper/test: work around panic if all settings are nil in test\n* k6runner/http: override only logger in WithLogger\n* k6runner/http: retry requests\n* k6runner: promote log messages surfacing errors to warning level\n* Update renovatebot/github-action action to v40.2.10 (#891)\n* Update module github.com/prometheus/client_golang to v1.20.4 (#893)\n* scripts/go: update gosec to v2 proper\n* Update module github.com/mccutchen/go-httpbin/v2 to v2.15.0\n\nSigned-off-by: Nadia Santalla ","shortMessageHtmlLink":"Release v0.27.0"}},{"before":"68f512a2affc1ffb83bf048e1d86906b9204bd6e","after":null,"ref":"refs/heads/grafanarenovatebot/github.com-mccutchen-go-httpbin-v2-2.x","pushedAt":"2024-09-19T09:05:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"roobre","name":"Nadia Santalla","path":"/roobre","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/969721?s=80&v=4"}},{"before":"e2a303d4b75e48c7fac03b5767f2c5409a572df3","after":"bb4d6a4d64a867b283dd2534c5324c4bcf9ad3f9","ref":"refs/heads/main","pushedAt":"2024-09-19T09:05:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"roobre","name":"Nadia Santalla","path":"/roobre","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/969721?s=80&v=4"},"commit":{"message":"Update module github.com/mccutchen/go-httpbin/v2 to v2.15.0","shortMessageHtmlLink":"Update module github.com/mccutchen/go-httpbin/v2 to v2.15.0"}},{"before":"59b1cb9583a02933de8c560b548ca89cf080971e","after":null,"ref":"refs/heads/gosec-v2","pushedAt":"2024-09-19T09:05:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"roobre","name":"Nadia Santalla","path":"/roobre","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/969721?s=80&v=4"}},{"before":"fba7873818e810f173a4ac4577697ac5c38db74e","after":"e2a303d4b75e48c7fac03b5767f2c5409a572df3","ref":"refs/heads/main","pushedAt":"2024-09-19T09:04:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"roobre","name":"Nadia Santalla","path":"/roobre","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/969721?s=80&v=4"},"commit":{"message":"scripts/go: update gosec to v2 proper\n\nI got tired about renovate (rightfully) trying to \"upgrade\" gosec to v0,\nsuch as in\nhttps://github.com/grafana/synthetic-monitoring-agent/pull/881. The\nimport package lacking `/v2` seems to be the reason why.","shortMessageHtmlLink":"scripts/go: update gosec to v2 proper"}},{"before":"b3c82d93ff94ca3d9517d737bab1a967aaaeff75","after":"a3844e3db4c4f11bf6e65a790e6d95a795f3fa14","ref":"refs/heads/grafanarenovatebot/github.com-securego-gosec-v2-2.x","pushedAt":"2024-09-19T08:05:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"grafanarenovatebot[bot]","name":null,"path":"/apps/grafanarenovatebot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7195757?s=80&v=4"},"commit":{"message":"Update module github.com/securego/gosec/v2 to v2.21.3","shortMessageHtmlLink":"Update module github.com/securego/gosec/v2 to v2.21.3"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEu2wCBQA","startCursor":null,"endCursor":null}},"title":"Activity ยท grafana/synthetic-monitoring-agent"}