{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":416278604,"defaultBranch":"main","name":"pwru","ownerLogin":"cilium","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-10-12T09:55:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/21054566?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718638017.0","currentOid":""},"activityList":{"items":[{"before":"e5de8f9566e7dbfd12d9c222627a5b3ac83af8a9","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.7","pushedAt":"2024-06-17T15:26:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"3871a449ccf9b3cbc41ae03da35aa6b75402573e","after":"c85750627ee98c986f45838b9344ddb23f75701d","ref":"refs/heads/main","pushedAt":"2024-06-17T15:26:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"brb","name":"Martynas Pumputis","path":"/brb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122571?s=80&v=4"},"commit":{"message":"build(deps): bump actions/checkout from 4.1.6 to 4.1.7\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump actions/checkout from 4.1.6 to 4.1.7"}},{"before":"059997a1f575757513eeb84b7797aaa3dbf5cf85","after":"3871a449ccf9b3cbc41ae03da35aa6b75402573e","ref":"refs/heads/main","pushedAt":"2024-06-17T15:25:51.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"brb","name":"Martynas Pumputis","path":"/brb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122571?s=80&v=4"},"commit":{"message":"Refactor code of attaching kprobe to non-skb funcs\n\nHide attaching kprobe to non-skb funcs from `main.go`.\n\nSigned-off-by: Leon Hwang ","shortMessageHtmlLink":"Refactor code of attaching kprobe to non-skb funcs"}},{"before":null,"after":"e5de8f9566e7dbfd12d9c222627a5b3ac83af8a9","ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.7","pushedAt":"2024-06-13T12:30:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump actions/checkout from 4.1.6 to 4.1.7\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump actions/checkout from 4.1.6 to 4.1.7"}},{"before":"7bacf08133ebaf5d70faa401b6b7c12428f8398f","after":"059997a1f575757513eeb84b7797aaa3dbf5cf85","ref":"refs/heads/main","pushedAt":"2024-06-11T12:27:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"brb","name":"Martynas Pumputis","path":"/brb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122571?s=80&v=4"},"commit":{"message":"bpf: Differentiate skb tracking reasons\n\nBy differentiating skb track reason (filter/skb/stackid), we can avoid a\nmismatching issue that leads to confusing output.\n\nI saw an issue when --filter-track-skb and --filter-track-skb-by-stackid\nare used together:\n1. At func1, an skb matches the pcap filter, we then fill the map\n stackid_skb[stackid] = skb for --filter-track-skb-by-stackid;\n2. At func2, the skb arg doesn't match the pcap filter, but stackid can\n be found in map stackid_skb. We therefore store the map entry\n skb_addresses[skb] = true for --filter-track-skb;\n3. Due to some reasons, this skb never gets freed by kfree_skbmem(), so\n pwru keeps matching \"wrong\" packets due to permanent entry in map\n skb_addresses for --filter-track-skb;\n\nThis patch mitigates these risks by not storing new entry in\nskb_addresses if the skb is tracked by stackid. This doesn't harm the\noriginal purpose of --filter-track-skb-by-stack, which is designed for\nnon-skb function tracing on the same stack.\n\nOn the otherhand, calling bpf_update_map() only for specific track\nreasons improves performance a little bit. For example, if an skb is\nalready in map skb_addresses, now we don't need to put it in the map\nagain.\n\nSigned-off-by: gray ","shortMessageHtmlLink":"bpf: Differentiate skb tracking reasons"}},{"before":"a60898b611eaeda760bae741b34e827c40f0040c","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.26.0","pushedAt":"2024-06-11T07:15:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"7988665f186e936ce545adf2322a13333a22a395","after":"7bacf08133ebaf5d70faa401b6b7c12428f8398f","ref":"refs/heads/main","pushedAt":"2024-06-11T07:15:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"brb","name":"Martynas Pumputis","path":"/brb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122571?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.26.0.\n- [Commits](https://github.com/golang/net/compare/v0.25.0...v0.26.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0"}},{"before":"05fe67e627458d2730cc37802e98eb837f578ca2","after":"7988665f186e936ce545adf2322a13333a22a395","ref":"refs/heads/main","pushedAt":"2024-06-11T07:14:39.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"brb","name":"Martynas Pumputis","path":"/brb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122571?s=80&v=4"},"commit":{"message":"output: Print funcname with padding if caller is required\n\nSigned-off-by: gray ","shortMessageHtmlLink":"output: Print funcname with padding if caller is required"}},{"before":null,"after":"a60898b611eaeda760bae741b34e827c40f0040c","ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.26.0","pushedAt":"2024-06-05T12:52:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.26.0.\n- [Commits](https://github.com/golang/net/compare/v0.25.0...v0.26.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0"}},{"before":"1a5a7811456c4af9944a0df450d320fe7812f6b3","after":"05fe67e627458d2730cc37802e98eb837f578ca2","ref":"refs/heads/main","pushedAt":"2024-05-28T09:58:21.000Z","pushType":"pr_merge","commitsCount":15,"pusher":{"login":"brb","name":"Martynas Pumputis","path":"/brb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122571?s=80&v=4"},"commit":{"message":"Use 0 instead of 00000000 for MARK\n\nOtherwise it's hard to distinguish 00000000 from 08000000.\n\nSigned-off-by: gray ","shortMessageHtmlLink":"Use 0 instead of 00000000 for MARK"}},{"before":"385a9f9c95fa21a8f1ee63fd56c2e5084e444b63","after":"945cb58420a89fc93cdb82f875613f767628196a","ref":"refs/heads/pr/gray/output-columns","pushedAt":"2024-05-21T09:26:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jschwinger233","name":"./gray","path":"/jschwinger233","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6435624?s=80&v=4"},"commit":{"message":"Use 0 instead of 00000000 for MARK\n\nOtherwise it's hard to distinguish 00000000 from 08000000.\n\nSigned-off-by: gray ","shortMessageHtmlLink":"Use 0 instead of 00000000 for MARK"}},{"before":"30fd16ab679abbf49352526cb4869e9f23aae488","after":null,"ref":"refs/heads/dependabot/github_actions/cilium/little-vm-helper-0.0.18","pushedAt":"2024-05-21T02:53:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"27f4cbea41529f3824789c2d7f7bd9552e78f299","after":"1a5a7811456c4af9944a0df450d320fe7812f6b3","ref":"refs/heads/main","pushedAt":"2024-05-21T02:53:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jschwinger233","name":"./gray","path":"/jschwinger233","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6435624?s=80&v=4"},"commit":{"message":"build(deps): bump cilium/little-vm-helper from 0.0.17 to 0.0.18\n\nBumps [cilium/little-vm-helper](https://github.com/cilium/little-vm-helper) from 0.0.17 to 0.0.18.\n- [Changelog](https://github.com/cilium/little-vm-helper/blob/main/RELEASE.md)\n- [Commits](https://github.com/cilium/little-vm-helper/compare/a4311c6d054de3008bdf9195b0fabf6ee60d8bdd...3c748d6fc9d6c44a433de85a66f70e8f7043be04)\n\n---\nupdated-dependencies:\n- dependency-name: cilium/little-vm-helper\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump cilium/little-vm-helper from 0.0.17 to 0.0.18"}},{"before":"eefbb3d7a1ccd41d368dc04a14258126e4c90606","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/jsimonetti/rtnetlink-1.4.2","pushedAt":"2024-05-21T02:48:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"734d7f7fe1dbab603737ead5aaa9470c3b0e3d91","after":"27f4cbea41529f3824789c2d7f7bd9552e78f299","ref":"refs/heads/main","pushedAt":"2024-05-21T02:48:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jschwinger233","name":"./gray","path":"/jschwinger233","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6435624?s=80&v=4"},"commit":{"message":"build(deps): bump github.com/jsimonetti/rtnetlink from 1.4.1 to 1.4.2\n\nBumps [github.com/jsimonetti/rtnetlink](https://github.com/jsimonetti/rtnetlink) from 1.4.1 to 1.4.2.\n- [Release notes](https://github.com/jsimonetti/rtnetlink/releases)\n- [Commits](https://github.com/jsimonetti/rtnetlink/compare/v1.4.1...v1.4.2)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/jsimonetti/rtnetlink\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github.com/jsimonetti/rtnetlink from 1.4.1 to 1.4.2"}},{"before":null,"after":"eefbb3d7a1ccd41d368dc04a14258126e4c90606","ref":"refs/heads/dependabot/go_modules/github.com/jsimonetti/rtnetlink-1.4.2","pushedAt":"2024-05-20T12:56:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump github.com/jsimonetti/rtnetlink from 1.4.1 to 1.4.2\n\nBumps [github.com/jsimonetti/rtnetlink](https://github.com/jsimonetti/rtnetlink) from 1.4.1 to 1.4.2.\n- [Release notes](https://github.com/jsimonetti/rtnetlink/releases)\n- [Commits](https://github.com/jsimonetti/rtnetlink/compare/v1.4.1...v1.4.2)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/jsimonetti/rtnetlink\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github.com/jsimonetti/rtnetlink from 1.4.1 to 1.4.2"}},{"before":null,"after":"30fd16ab679abbf49352526cb4869e9f23aae488","ref":"refs/heads/dependabot/github_actions/cilium/little-vm-helper-0.0.18","pushedAt":"2024-05-20T12:12:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump cilium/little-vm-helper from 0.0.17 to 0.0.18\n\nBumps [cilium/little-vm-helper](https://github.com/cilium/little-vm-helper) from 0.0.17 to 0.0.18.\n- [Changelog](https://github.com/cilium/little-vm-helper/blob/main/RELEASE.md)\n- [Commits](https://github.com/cilium/little-vm-helper/compare/a4311c6d054de3008bdf9195b0fabf6ee60d8bdd...3c748d6fc9d6c44a433de85a66f70e8f7043be04)\n\n---\nupdated-dependencies:\n- dependency-name: cilium/little-vm-helper\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump cilium/little-vm-helper from 0.0.17 to 0.0.18"}},{"before":"1d4ddc8716c5c6016f3e345f8359dced153c1c7b","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.25.0","pushedAt":"2024-05-18T03:47:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"cfb08516df9ff50f0d31636703878f0782f4b6d5","after":"734d7f7fe1dbab603737ead5aaa9470c3b0e3d91","ref":"refs/heads/main","pushedAt":"2024-05-18T03:47:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jschwinger233","name":"./gray","path":"/jschwinger233","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6435624?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.25.0.\n- [Commits](https://github.com/golang/net/compare/v0.24.0...v0.25.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0"}},{"before":"21d0117483d091904061b0a9ee4a205a44af62fc","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.6","pushedAt":"2024-05-18T03:46:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"a57652307f65314044d89d38c6acefe7b300f216","after":"cfb08516df9ff50f0d31636703878f0782f4b6d5","ref":"refs/heads/main","pushedAt":"2024-05-18T03:46:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jschwinger233","name":"./gray","path":"/jschwinger233","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6435624?s=80&v=4"},"commit":{"message":"build(deps): bump actions/checkout from 4.1.4 to 4.1.6\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/0ad4b8fadaa221de15dcec353f45205ec38ea70b...a5ac7e51b41094c92402da3b24376905380afc29)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump actions/checkout from 4.1.4 to 4.1.6"}},{"before":null,"after":"21d0117483d091904061b0a9ee4a205a44af62fc","ref":"refs/heads/dependabot/github_actions/actions/checkout-4.1.6","pushedAt":"2024-05-17T12:58:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump actions/checkout from 4.1.4 to 4.1.6\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/0ad4b8fadaa221de15dcec353f45205ec38ea70b...a5ac7e51b41094c92402da3b24376905380afc29)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump actions/checkout from 4.1.4 to 4.1.6"}},{"before":null,"after":"1d4ddc8716c5c6016f3e345f8359dced153c1c7b","ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.25.0","pushedAt":"2024-05-17T12:38:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.25.0.\n- [Commits](https://github.com/golang/net/compare/v0.24.0...v0.25.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0"}},{"before":null,"after":"385a9f9c95fa21a8f1ee63fd56c2e5084e444b63","ref":"refs/heads/pr/gray/output-columns","pushedAt":"2024-05-17T06:40:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jschwinger233","name":"./gray","path":"/jschwinger233","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6435624?s=80&v=4"},"commit":{"message":"ci: Adjust test cases\n\nSigned-off-by: gray ","shortMessageHtmlLink":"ci: Adjust test cases"}},{"before":"5e5f74e1a9a364e926a62de0b084acb299dc1c60","after":"db392be758ebe9c32594f747b6c1e97fb18e7902","ref":"refs/heads/pr/brb/fix-fetch-artifacts","pushedAt":"2024-05-17T06:12:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"brb","name":"Martynas Pumputis","path":"/brb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122571?s=80&v=4"},"commit":{"message":"WIP\n\nSigned-off-by: Martynas Pumputis ","shortMessageHtmlLink":"WIP"}},{"before":null,"after":"5e5f74e1a9a364e926a62de0b084acb299dc1c60","ref":"refs/heads/pr/brb/fix-fetch-artifacts","pushedAt":"2024-05-17T05:55:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"brb","name":"Martynas Pumputis","path":"/brb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122571?s=80&v=4"},"commit":{"message":"gh/workflows: Fix fetching pwru logs\n\nTest logs are in LVH VM, not in host runner. So, copy them to host\nbefore fetching.\n\nFixes: 8d645756612 (\"gh/workflows: Upload pwru logs upon failure\")\nSigned-off-by: Martynas Pumputis ","shortMessageHtmlLink":"gh/workflows: Fix fetching pwru logs"}},{"before":"491e2b000f10a68293506504ccabd077ecf515ec","after":null,"ref":"refs/heads/dependabot/github_actions/actions/setup-go-5.0.1","pushedAt":"2024-05-17T05:42:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"a9236c7a475599bb38f202f79876513eec5a17c3","after":"a57652307f65314044d89d38c6acefe7b300f216","ref":"refs/heads/main","pushedAt":"2024-05-17T05:42:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"brb","name":"Martynas Pumputis","path":"/brb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122571?s=80&v=4"},"commit":{"message":"build(deps): bump actions/setup-go from 5.0.0 to 5.0.1\n\nBumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.1.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/0c52d547c9bc32b1aa3301fd7a9cb496313a4491...cdcb36043654635271a94b9a6d1392de5bb323a7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump actions/setup-go from 5.0.0 to 5.0.1"}},{"before":"e105eb6770558245227f5d91373bff98749e2329","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/sys-0.20.0","pushedAt":"2024-05-17T05:42:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"8d645756612ba4ec7e52ada82e628973423a8a2b","after":"a9236c7a475599bb38f202f79876513eec5a17c3","ref":"refs/heads/main","pushedAt":"2024-05-17T05:42:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"brb","name":"Martynas Pumputis","path":"/brb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122571?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0\n\nBumps [golang.org/x/sys](https://github.com/golang/sys) from 0.19.0 to 0.20.0.\n- [Commits](https://github.com/golang/sys/compare/v0.19.0...v0.20.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/sys\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEZ4egHAA","startCursor":null,"endCursor":null}},"title":"Activity ยท cilium/pwru"}