{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":38258831,"defaultBranch":"main","name":"hcsshim","ownerLogin":"microsoft","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-06-29T16:44:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6154722?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1724556720.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"808ebda28dcf9d24d80ba67f92509f8151d4bfb9","ref":"refs/heads/dependabot/go_modules/github.com/vishvananda/netlink-1.3.0","pushedAt":"2024-08-25T03:32:00.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":"Bump github.com/vishvananda/netlink from 1.2.1-beta.2 to 1.3.0\n\nBumps [github.com/vishvananda/netlink](https://github.com/vishvananda/netlink) from 1.2.1-beta.2 to 1.3.0.\n- [Release notes](https://github.com/vishvananda/netlink/releases)\n- [Commits](https://github.com/vishvananda/netlink/compare/v1.2.1-beta.2...v1.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/vishvananda/netlink\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/vishvananda/netlink from 1.2.1-beta.2 to 1.3.0"}},{"before":"925fb1e0442cd5f1a74d1fc5d9417247f48a7d2f","after":"1e97fa626c65df43f7619083b68d32b9717b6e59","ref":"refs/heads/main","pushedAt":"2024-08-23T22:24:13.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"katiewasnothere","name":"Kathryn Baldauf","path":"/katiewasnothere","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14638319?s=80&v=4"},"commit":{"message":"Merge pull request #2240 from katiewasnothere/kabaldau/support_ko_xz_ext\n\nAdd support for kernel modules files ending in .ko.xz","shortMessageHtmlLink":"Merge pull request #2240 from katiewasnothere/kabaldau/support_ko_xz_ext"}},{"before":"e7a1be7061b457cea9b70f8b3a917e3cc8a33796","after":"925fb1e0442cd5f1a74d1fc5d9417247f48a7d2f","ref":"refs/heads/main","pushedAt":"2024-08-23T19:54:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helsaawy","name":"Hamza El-Saawy","path":"/helsaawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84944216?s=80&v=4"},"commit":{"message":"Consolidate Go installation step (#2244)\n\nCreate composite action to call `actions/setup-go` with common values\r\nand logic across different jobs and workflows to reduce duplication and\r\nmake sure workflows all use the same Go version.\r\n\r\nSpecifically, the action defaults to `oldstable` for the Go version,\r\nuses both `go.sum` and `test/go.sum` for the cache dependency, and\r\nallows pre-filling the Go module cache after installing Go.\r\n\r\nIt exposes the same outputs as `actions/setup-go` as well.\r\n\r\nSigned-off-by: Hamza El-Saawy ","shortMessageHtmlLink":"Consolidate Go installation step (#2244)"}},{"before":"00640ef8d7dff66019c2b06278a0581c933e0515","after":"e7a1be7061b457cea9b70f8b3a917e3cc8a33796","ref":"refs/heads/main","pushedAt":"2024-08-23T14:15:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helsaawy","name":"Hamza El-Saawy","path":"/helsaawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84944216?s=80&v=4"},"commit":{"message":"Filter vendor and test CodeQL results (#2243)\n\nSkip scanning for files under the `test/` or `vendor/` directories, or\r\nfor `_test.go` files.\r\n\r\nNeither the Go or C/C++ CodeQL scanning support the `path-ignore` config\r\noptions, raising the warning:\r\n```\r\nPath filters have no effect for Go\r\nGo does not support path-based filtering. The paths and paths-ignore configuration properties will have no effect for this language.\r\n```\r\n\r\nUse the recommended `advanced-security/filter-sarif` action to instead\r\nfilter results, based on [provided\r\nexample](https://github.com/advanced-security/filter-sarif?tab=readme-ov-file#example).\r\n\r\nRemove the config file since there is nothing to configure.\r\n\r\nAdditionally, build the `securitypolicy.exe` and `dmverity-vhd` binaries\r\nduring CodeQL, and `securitypolicy` during the normal build CI.\r\n\r\nSigned-off-by: Hamza El-Saawy ","shortMessageHtmlLink":"Filter vendor and test CodeQL results (#2243)"}},{"before":"e2a2b5f4e2a70d0b41f5f0f70b49587cf15917ec","after":"00640ef8d7dff66019c2b06278a0581c933e0515","ref":"refs/heads/main","pushedAt":"2024-08-22T18:42:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helsaawy","name":"Hamza El-Saawy","path":"/helsaawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84944216?s=80&v=4"},"commit":{"message":"Use `atomic` types instead of raw values (#2241)\n\nPer Go documentation recommendation (e.g.\r\n[link](https://pkg.go.dev/sync/atomic#AddUint64)), use the `atomic`\r\ntypes and their associated methods instead of the\r\n`atomic.Add*`/`.Store*` functions.\r\n\r\nThis makes the intent for atomic access clearer, prevents (accidental)\r\nnon-atomic access, and (for boolean variables) simplifies code.\r\n\r\nSigned-off-by: Hamza El-Saawy ","shortMessageHtmlLink":"Use atomic types instead of raw values (#2241)"}},{"before":"4f3da95b5b48f6c340cbed6f5fcca107216125b4","after":"e2a2b5f4e2a70d0b41f5f0f70b49587cf15917ec","ref":"refs/heads/main","pushedAt":"2024-08-22T16:54:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helsaawy","name":"Hamza El-Saawy","path":"/helsaawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84944216?s=80&v=4"},"commit":{"message":"Configure advanced codeql.yml scanning (#2242)\n\nIt appears GH doesn't recognize our CodeQL pipeline and attempts to run\r\nits own default version.\r\nRename the workflow to conform to what GH expects of the standard\r\n\"advanced setup\" for CodeQL, with some minor updates:\r\n - run on `release/*` branches\r\n - use the recommended job permissions\r\n - explicit `manual` build mode\r\n - use `c-cpp` instead of `cpp`\r\n - add a `codeql-config` file to ignore the test and vendor directories\r\n\r\nBased on recommendations here, which simple create the appropriate\r\nworkflow:\r\nhttps://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning-with-codeql-at-scale\r\n\r\nSigned-off-by: Hamza El-Saawy ","shortMessageHtmlLink":"Configure advanced codeql.yml scanning (#2242)"}},{"before":"008474976972163ac32a39fc12111a95c66ae428","after":"4f3da95b5b48f6c340cbed6f5fcca107216125b4","ref":"refs/heads/main","pushedAt":"2024-08-20T19:00:44.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"katiewasnothere","name":"Kathryn Baldauf","path":"/katiewasnothere","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14638319?s=80&v=4"},"commit":{"message":"Merge pull request #2239 from katiewasnothere/kabaldau/check_exist_modules_dir\n\nRemove kernel panic when kmod load fails","shortMessageHtmlLink":"Merge pull request #2239 from katiewasnothere/kabaldau/check_exist_mo…"}},{"before":"e9709438fd2ad6a7d02fa59d7789ead5e07bdaaf","after":"f922f2ae3c87005544e8d469a1b749249ea03b24","ref":"refs/heads/release/0.12","pushedAt":"2024-08-19T22:22:59.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"kiashok","name":"Kirtana Ashok","path":"/kiashok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99994218?s=80&v=4"},"commit":{"message":"Omnibus dependency updates (#2051)\n\nConsolidate dependabot updates:\n - github.com/microsoft/hcsshim/pull/2050\n - github.com/microsoft/hcsshim/pull/2048\n - github.com/microsoft/hcsshim/pull/2047\n - github.com/microsoft/hcsshim/pull/2046\n - github.com/microsoft/hcsshim/pull/2045\n - github.com/microsoft/hcsshim/pull/2044\n - github.com/microsoft/hcsshim/pull/2043\n - github.com/microsoft/hcsshim/pull/2042\n\nSigned-off-by: Hamza El-Saawy \n(cherry picked from commit 060de7cb9b4a420e824c50b299bf608cdda50ea6)\nSigned-off-by: Kirtana Ashok ","shortMessageHtmlLink":"Omnibus dependency updates (#2051)"}},{"before":"b4f6cd8f6faa3615a4fed21f682278c1c7029959","after":"81329539b2a06aa7e44a82e90aa0cb81525fa839","ref":"refs/heads/dependabot/go_modules/golang.org/x/sync-0.8.0","pushedAt":"2024-08-16T16:38:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump golang.org/x/sync from 0.7.0 to 0.8.0\n\nBumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.8.0.\n- [Commits](https://github.com/golang/sync/compare/v0.7.0...v0.8.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/sync\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/sync from 0.7.0 to 0.8.0"}},{"before":"8c0337f16c3d667e1e410e857ee0d24c30e817c9","after":"a84dc4b615cfd0158833a288a2ad483c4ad22ee2","ref":"refs/heads/dependabot/go_modules/test/golang.org/x/sync-0.8.0","pushedAt":"2024-08-16T16:38:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump golang.org/x/sync from 0.7.0 to 0.8.0 in /test\n\nBumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.8.0.\n- [Commits](https://github.com/golang/sync/compare/v0.7.0...v0.8.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/sync\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/sync from 0.7.0 to 0.8.0 in /test"}},{"before":"ba6e8eaf1851250a44ec179727760b15cee48899","after":"008474976972163ac32a39fc12111a95c66ae428","ref":"refs/heads/main","pushedAt":"2024-08-16T16:37:47.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"kiashok","name":"Kirtana Ashok","path":"/kiashok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99994218?s=80&v=4"},"commit":{"message":"drop usage of deprecated package/methods\n\nSigned-off-by: Davanum Srinivas ","shortMessageHtmlLink":"drop usage of deprecated package/methods"}},{"before":"a8ef0c488fd3919ba9af8fc2599e803a1bf39b2a","after":"ba6e8eaf1851250a44ec179727760b15cee48899","ref":"refs/heads/main","pushedAt":"2024-08-14T21:31:44.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"katiewasnothere","name":"Kathryn Baldauf","path":"/katiewasnothere","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14638319?s=80&v=4"},"commit":{"message":"Merge pull request #2231 from katiewasnothere/kabaldau/sort_endpoints\n\nSort the endpoints such that eth0 is first","shortMessageHtmlLink":"Merge pull request #2231 from katiewasnothere/kabaldau/sort_endpoints"}},{"before":null,"after":"8c0337f16c3d667e1e410e857ee0d24c30e817c9","ref":"refs/heads/dependabot/go_modules/test/golang.org/x/sync-0.8.0","pushedAt":"2024-08-11T03:49:09.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":"Bump golang.org/x/sync from 0.7.0 to 0.8.0 in /test\n\nBumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.8.0.\n- [Commits](https://github.com/golang/sync/compare/v0.7.0...v0.8.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/sync\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/sync from 0.7.0 to 0.8.0 in /test"}},{"before":null,"after":"609319388c176e31471adda6c74ff7b7785869c2","ref":"refs/heads/dependabot/go_modules/test/golang.org/x/sys-0.24.0","pushedAt":"2024-08-11T03:49:05.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":"Bump golang.org/x/sys from 0.23.0 to 0.24.0 in /test\n\nBumps [golang.org/x/sys](https://github.com/golang/sys) from 0.23.0 to 0.24.0.\n- [Commits](https://github.com/golang/sys/compare/v0.23.0...v0.24.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":"Bump golang.org/x/sys from 0.23.0 to 0.24.0 in /test"}},{"before":null,"after":"047f20096907f1c80346d8a9f7134b9f9970f958","ref":"refs/heads/dependabot/go_modules/golang.org/x/sys-0.24.0","pushedAt":"2024-08-11T03:28: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":"Bump golang.org/x/sys from 0.23.0 to 0.24.0\n\nBumps [golang.org/x/sys](https://github.com/golang/sys) from 0.23.0 to 0.24.0.\n- [Commits](https://github.com/golang/sys/compare/v0.23.0...v0.24.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":"Bump golang.org/x/sys from 0.23.0 to 0.24.0"}},{"before":null,"after":"b4f6cd8f6faa3615a4fed21f682278c1c7029959","ref":"refs/heads/dependabot/go_modules/golang.org/x/sync-0.8.0","pushedAt":"2024-08-11T03:28:00.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":"Bump golang.org/x/sync from 0.7.0 to 0.8.0\n\nBumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.8.0.\n- [Commits](https://github.com/golang/sync/compare/v0.7.0...v0.8.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/sync\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump golang.org/x/sync from 0.7.0 to 0.8.0"}},{"before":"7e50bdaad079da01f84fbb0fe36c16ca4bb05cf2","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/docker/docker-27.1.1incompatible","pushedAt":"2024-08-05T20:32: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":"3f847dbc7533cb60a9ba1d0fca52d59b488212fb","after":null,"ref":"refs/heads/dependabot/go_modules/google.golang.org/grpc/cmd/protoc-gen-go-grpc-1.5.1","pushedAt":"2024-08-05T20:32: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":"52f69c2fb2152f2726ccd02d84c83f1d8f0988e5","after":null,"ref":"refs/heads/dependabot/go_modules/test/golang.org/x/sys-0.23.0","pushedAt":"2024-08-05T20:32:40.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":"4a34e0b90f96c3dd94ab8d0a8e2a5a326e27b6fb","after":null,"ref":"refs/heads/dependabot/go_modules/test/github.com/google/go-containerregistry-0.20.1","pushedAt":"2024-08-05T20:32:39.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":"233888ddb2100af2d617c47cd82183266ead1fe1","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/google/go-containerregistry-0.20.1","pushedAt":"2024-08-05T20:32:39.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":"be993af3386f0b09983e9d9908b1d647ca643bc8","after":null,"ref":"refs/heads/dependabot/go_modules/test/github.com/google/go-containerregistry-0.20.0","pushedAt":"2024-08-05T20:32:37.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":"aaced7a71529d10e70e201666e5c8bde024d63a5","after":null,"ref":"refs/heads/deps/cve","pushedAt":"2024-08-05T20:32:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"helsaawy","name":"Hamza El-Saawy","path":"/helsaawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84944216?s=80&v=4"}},{"before":"a1586171de44edfbc3609fd769f21987f7d5685f","after":"a8ef0c488fd3919ba9af8fc2599e803a1bf39b2a","ref":"refs/heads/main","pushedAt":"2024-08-05T20:31:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helsaawy","name":"Hamza El-Saawy","path":"/helsaawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84944216?s=80&v=4"},"commit":{"message":"Upgrade deps to resolve CVEs (#2225)\n\nCVE alerts:\r\n\r\n - https://github.com/microsoft/hcsshim/security/dependabot/108\r\n - https://github.com/microsoft/hcsshim/security/dependabot/107\r\n\r\nDependabot PRs:\r\n\r\n - 2224\r\n - 2223\r\n - 2219\r\n - 2218\r\n - 2213\r\n\r\nSigned-off-by: Hamza El-Saawy ","shortMessageHtmlLink":"Upgrade deps to resolve CVEs (#2225)"}},{"before":"cea6d1221e108d218643d600c3376840386472c8","after":"aaced7a71529d10e70e201666e5c8bde024d63a5","ref":"refs/heads/deps/cve","pushedAt":"2024-08-05T19:24:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"helsaawy","name":"Hamza El-Saawy","path":"/helsaawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84944216?s=80&v=4"},"commit":{"message":"Upgrade deps to resolve CVEs\n\nCVE alerts:\n\n - https://github.com/microsoft/hcsshim/security/dependabot/108\n - https://github.com/microsoft/hcsshim/security/dependabot/107\n\nDependabot PRs:\n\n - 2224\n - 2223\n - 2219\n - 2218\n - 2213\n\nSigned-off-by: Hamza El-Saawy ","shortMessageHtmlLink":"Upgrade deps to resolve CVEs"}},{"before":"a626523109a8c6fe6663a174d3ab59784f50cdbf","after":"cea6d1221e108d218643d600c3376840386472c8","ref":"refs/heads/deps/cve","pushedAt":"2024-08-05T18:55:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"helsaawy","name":"Hamza El-Saawy","path":"/helsaawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84944216?s=80&v=4"},"commit":{"message":"Upgrade deps to resolve CVEs\n\nCVE alerts:\n\n - https://github.com/microsoft/hcsshim/security/dependabot/108\n - https://github.com/microsoft/hcsshim/security/dependabot/107\n\nDependabot PRs:\n\n - 2224\n - 2223\n - 2219\n - 2218\n - 2213\n\nSigned-off-by: Hamza El-Saawy ","shortMessageHtmlLink":"Upgrade deps to resolve CVEs"}},{"before":null,"after":"a626523109a8c6fe6663a174d3ab59784f50cdbf","ref":"refs/heads/deps/cve","pushedAt":"2024-08-05T18:53:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"helsaawy","name":"Hamza El-Saawy","path":"/helsaawy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/84944216?s=80&v=4"},"commit":{"message":"Upgrade deps to resolve CVEs\n\nCVE alerts:\n\n - https://github.com/microsoft/hcsshim/security/dependabot/108\n - https://github.com/microsoft/hcsshim/security/dependabot/107\n\nDependabot PRs:\n\n - hcsshim/2224\n - hcsshim/2223\n - hcsshim/2219\n - hcsshim/2218\n - hcsshim/2213\n - hcsshim/2203\n\nSigned-off-by: Hamza El-Saawy ","shortMessageHtmlLink":"Upgrade deps to resolve CVEs"}},{"before":"4441df5d4589dd7a21a4c44439ff10d7ef89d78f","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/sys-0.22.0","pushedAt":"2024-08-05T18:10: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":"3f99a84c00ea368d0469263acd29ed5ba83319ed","after":null,"ref":"refs/heads/dependabot/go_modules/test/golang.org/x/sys-0.22.0","pushedAt":"2024-08-05T18:10:39.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":null,"after":"52f69c2fb2152f2726ccd02d84c83f1d8f0988e5","ref":"refs/heads/dependabot/go_modules/test/golang.org/x/sys-0.23.0","pushedAt":"2024-08-05T18:10:34.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":"Bump golang.org/x/sys from 0.21.0 to 0.23.0 in /test\n\nBumps [golang.org/x/sys](https://github.com/golang/sys) from 0.21.0 to 0.23.0.\n- [Commits](https://github.com/golang/sys/compare/v0.21.0...v0.23.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":"Bump golang.org/x/sys from 0.21.0 to 0.23.0 in /test"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEo1KuXAA","startCursor":null,"endCursor":null}},"title":"Activity · microsoft/hcsshim"}