{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":132043422,"defaultBranch":"main","name":"Vulkan-Loader","ownerLogin":"KhronosGroup","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-05-03T19:59:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1608701?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715182988.0","currentOid":""},"activityList":{"items":[{"before":"e69a59a96b241038f24a0e425445d001ea099b2c","after":"720be5198aad4696381d2e3eeadc131c9f56bdc6","ref":"refs/heads/stabilized_release_2024_04","pushedAt":"2024-05-08T20:21:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"Check for NULL in unloading of preloaded-icd's\n\nstrcmp has undefined behavior if either parameter is NULL. Due to clearing\nout unloaded entries, this would cause unload_drivers_without_physical_devices\nto try to compare against already unloaded entries.\n\nThis commit also condenses the preloaded_icds list so that it doesn't contain\ngaps.","shortMessageHtmlLink":"Check for NULL in unloading of preloaded-icd's"}},{"before":"e69a59a96b241038f24a0e425445d001ea099b2c","after":"720be5198aad4696381d2e3eeadc131c9f56bdc6","ref":"refs/heads/vulkan-sdk-1.3.283","pushedAt":"2024-05-08T20:21:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"Check for NULL in unloading of preloaded-icd's\n\nstrcmp has undefined behavior if either parameter is NULL. Due to clearing\nout unloaded entries, this would cause unload_drivers_without_physical_devices\nto try to compare against already unloaded entries.\n\nThis commit also condenses the preloaded_icds list so that it doesn't contain\ngaps.","shortMessageHtmlLink":"Check for NULL in unloading of preloaded-icd's"}},{"before":"69a9fc7602bb0d77039b9fcb9e6df1a542f10009","after":"eb8c7b071a449be3d1331e0961c8fdd0a78efca9","ref":"refs/heads/main","pushedAt":"2024-05-08T20:20:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"Check for NULL in unloading of preloaded-icd's\n\nstrcmp has undefined behavior if either parameter is NULL. Due to clearing\nout unloaded entries, this would cause unload_drivers_without_physical_devices\nto try to compare against already unloaded entries.\n\nThis commit also condenses the preloaded_icds list so that it doesn't contain\ngaps.","shortMessageHtmlLink":"Check for NULL in unloading of preloaded-icd's"}},{"before":"e69a59a96b241038f24a0e425445d001ea099b2c","after":"69a9fc7602bb0d77039b9fcb9e6df1a542f10009","ref":"refs/heads/main","pushedAt":"2024-05-08T15:42:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mikes-lunarg","name":"Mike Schuchardt","path":"/mikes-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23323159?s=80&v=4"},"commit":{"message":"build: Update to header 1.3.284","shortMessageHtmlLink":"build: Update to header 1.3.284"}},{"before":"f563f14e25177541ca8eb7014730f2db0087dac4","after":null,"ref":"refs/heads/__release-1.3.284","pushedAt":"2024-05-08T15:42:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mikes-lunarg","name":"Mike Schuchardt","path":"/mikes-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23323159?s=80&v=4"}},{"before":null,"after":"f563f14e25177541ca8eb7014730f2db0087dac4","ref":"refs/heads/__release-1.3.284","pushedAt":"2024-05-08T15:24:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mikes-lunarg","name":"Mike Schuchardt","path":"/mikes-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23323159?s=80&v=4"},"commit":{"message":"build: Update to header 1.3.284","shortMessageHtmlLink":"build: Update to header 1.3.284"}},{"before":"a2089aafee862933745c682dfee48ccce8008246","after":"e69a59a96b241038f24a0e425445d001ea099b2c","ref":"refs/heads/stabilized_release_2024_04","pushedAt":"2024-05-06T20:54:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"Destroy Instance objects before Instance & use correct allocator\n\nThe loader was accidentally destroying instance level objects after\nit called vkDestroyInstance. This only was caught during driver unloading\nbecause in a well behaved app, all objects are destroyed before calling\nvkDestroyInstance.\n\nThe other issue was that a non-null pAllocator was passed into\nobject destruction but the members of VkAllocatorCallbacks were NULL,\ndue to just taking a pointer to the instance's allocator callbacks.\nThat has been fixed. A possible issue is that the allocator callbacks\nused during object creation weren't used in destruction, which has\nalso been fixed.","shortMessageHtmlLink":"Destroy Instance objects before Instance & use correct allocator"}},{"before":"a2089aafee862933745c682dfee48ccce8008246","after":"e69a59a96b241038f24a0e425445d001ea099b2c","ref":"refs/heads/vulkan-sdk-1.3.283","pushedAt":"2024-05-06T20:54:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"Destroy Instance objects before Instance & use correct allocator\n\nThe loader was accidentally destroying instance level objects after\nit called vkDestroyInstance. This only was caught during driver unloading\nbecause in a well behaved app, all objects are destroyed before calling\nvkDestroyInstance.\n\nThe other issue was that a non-null pAllocator was passed into\nobject destruction but the members of VkAllocatorCallbacks were NULL,\ndue to just taking a pointer to the instance's allocator callbacks.\nThat has been fixed. A possible issue is that the allocator callbacks\nused during object creation weren't used in destruction, which has\nalso been fixed.","shortMessageHtmlLink":"Destroy Instance objects before Instance & use correct allocator"}},{"before":"a2089aafee862933745c682dfee48ccce8008246","after":"e69a59a96b241038f24a0e425445d001ea099b2c","ref":"refs/heads/main","pushedAt":"2024-05-06T20:54:24.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"Destroy Instance objects before Instance & use correct allocator\n\nThe loader was accidentally destroying instance level objects after\nit called vkDestroyInstance. This only was caught during driver unloading\nbecause in a well behaved app, all objects are destroyed before calling\nvkDestroyInstance.\n\nThe other issue was that a non-null pAllocator was passed into\nobject destruction but the members of VkAllocatorCallbacks were NULL,\ndue to just taking a pointer to the instance's allocator callbacks.\nThat has been fixed. A possible issue is that the allocator callbacks\nused during object creation weren't used in destruction, which has\nalso been fixed.","shortMessageHtmlLink":"Destroy Instance objects before Instance & use correct allocator"}},{"before":null,"after":"a2089aafee862933745c682dfee48ccce8008246","ref":"refs/heads/vulkan-sdk-1.3.283","pushedAt":"2024-05-03T17:36:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"johnzupin","name":"John Zupin","path":"/johnzupin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3836693?s=80&v=4"},"commit":{"message":"Use std::filesystem instead of custom fs::path\n\nRemoves code and makes the codebase more understandable (by not\nintroducing weird behavior unique to fs::path).\n\nReplaces a lot of the bespoke logic to handle string<->wstring due\nto using std::filesystem::path.","shortMessageHtmlLink":"Use std::filesystem instead of custom fs::path"}},{"before":"c684aed192ce1bb202dedd775ea18f066c8c55cb","after":null,"ref":"refs/heads/vulkan-tmp-1.3.282","pushedAt":"2024-05-03T17:36:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"johnzupin","name":"John Zupin","path":"/johnzupin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3836693?s=80&v=4"}},{"before":"a3c6cdd7d485da810ce7f0a2eb83386a9490ea70","after":"a2089aafee862933745c682dfee48ccce8008246","ref":"refs/heads/stabilized_release_2024_04","pushedAt":"2024-05-03T16:52:39.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"Use std::filesystem instead of custom fs::path\n\nRemoves code and makes the codebase more understandable (by not\nintroducing weird behavior unique to fs::path).\n\nReplaces a lot of the bespoke logic to handle string<->wstring due\nto using std::filesystem::path.","shortMessageHtmlLink":"Use std::filesystem instead of custom fs::path"}},{"before":"668bafa375b5ca795f33097dcbc7ca973d23de7c","after":"a2089aafee862933745c682dfee48ccce8008246","ref":"refs/heads/main","pushedAt":"2024-05-03T15:34:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"Use std::filesystem instead of custom fs::path\n\nRemoves code and makes the codebase more understandable (by not\nintroducing weird behavior unique to fs::path).\n\nReplaces a lot of the bespoke logic to handle string<->wstring due\nto using std::filesystem::path.","shortMessageHtmlLink":"Use std::filesystem instead of custom fs::path"}},{"before":"e99fce9366ceabe1a1568d2d0febfaa39af1b065","after":"668bafa375b5ca795f33097dcbc7ca973d23de7c","ref":"refs/heads/main","pushedAt":"2024-05-02T21:08:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"Fix tests framework_config.h to work all the time\n\nWhen using multi-config build systems such as MSVC, it was possible\nfor the framework_config.h to not be updated properly, resulting in\nthe wrong binaries being used during testing. By ditching the\ncommon header file and directly specifying the header file to use\nthrough a compiler definition, the code is now shorter and more\nreliable.","shortMessageHtmlLink":"Fix tests framework_config.h to work all the time"}},{"before":"d23f1a37042e7f64e7a1a623ef59e75d4b1c9f82","after":"e99fce9366ceabe1a1568d2d0febfaa39af1b065","ref":"refs/heads/main","pushedAt":"2024-05-02T20:34:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"Allow layers to call global functions in vkCreateInstance\n\nLayers that want to call other global functions during vkCreateInstance\ncouldn't due to loader_gpa_instance_terminator missing the necessary logic.\nBecause those global functions have a different signature, it was decided\nto update the terminator_ signatures to match the Vulkan API, and\nmake dedicated pre-instance intercetpion functions with the appropriate\nChain object as the first parameter.\n\nNow during the call down to vkCreateInstance a layer can query for\npre-instance functions with vkGetInstanceProcAddr and is able to call them\nusing the Vulkan API function signature.","shortMessageHtmlLink":"Allow layers to call global functions in vkCreateInstance"}},{"before":"5ca4909b35434804fde028dff877dd09f3b17d68","after":null,"ref":"refs/heads/fix_pre_instance_funcs_called_from_layer","pushedAt":"2024-05-02T20:34:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"}},{"before":null,"after":"5ca4909b35434804fde028dff877dd09f3b17d68","ref":"refs/heads/fix_pre_instance_funcs_called_from_layer","pushedAt":"2024-05-02T17:18:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"Allow layers to call global functions in vkCreateInstance\n\nLayers that want to call other global functions during vkCreateInstance\ncouldn't due to loader_gpa_instance_terminator missing the necessary logic.\nBecause those global functions have a different signature, it was decided\nto update the terminator_ signatures to match the Vulkan API, and\nmake dedicated pre-instance intercetpion functions with the appropriate\nChain object as the first parameter.\n\nNow during the call down to vkCreateInstance a layer can query for\npre-instance functions with vkGetInstanceProcAddr and is able to call them\nusing the Vulkan API function signature.","shortMessageHtmlLink":"Allow layers to call global functions in vkCreateInstance"}},{"before":"8e2f91e061112b40835ec09fef843f3627893404","after":null,"ref":"refs/heads/dependabot/github_actions/github/codeql-action-3.25.3","pushedAt":"2024-04-29T21:26:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"}},{"before":"a3c6cdd7d485da810ce7f0a2eb83386a9490ea70","after":"d23f1a37042e7f64e7a1a623ef59e75d4b1c9f82","ref":"refs/heads/main","pushedAt":"2024-04-29T21:26:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"build(deps): bump github/codeql-action from 3.25.1 to 3.25.3\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.1 to 3.25.3.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/c7f9125735019aa87cfc361530512d50ea439c71...d39d31e687223d841ef683f52467bd88e9b21c14)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github/codeql-action from 3.25.1 to 3.25.3"}},{"before":"e2b7bb120754cc580f2100bef353c1dfb2277b6a","after":null,"ref":"refs/heads/stabilized_release_2024_01","pushedAt":"2024-04-29T21:26:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"}},{"before":"f4c838e2e7358fc450f8112119bbdbb5b03e03fa","after":null,"ref":"refs/heads/stabilized_release_2023_10","pushedAt":"2024-04-29T21:25:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"}},{"before":null,"after":"a3c6cdd7d485da810ce7f0a2eb83386a9490ea70","ref":"refs/heads/stabilized_release_2024_04","pushedAt":"2024-04-29T21:25:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"Add VK_LAYER_PATH ordering test","shortMessageHtmlLink":"Add VK_LAYER_PATH ordering test"}},{"before":"8cd99562e0d1988fb6f7fee5098b35078787fdfb","after":"a3c6cdd7d485da810ce7f0a2eb83386a9490ea70","ref":"refs/heads/main","pushedAt":"2024-04-29T20:04:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"Add VK_LAYER_PATH ordering test","shortMessageHtmlLink":"Add VK_LAYER_PATH ordering test"}},{"before":null,"after":"8e2f91e061112b40835ec09fef843f3627893404","ref":"refs/heads/dependabot/github_actions/github/codeql-action-3.25.3","pushedAt":"2024-04-29T17:35:06.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/codeql-action from 3.25.1 to 3.25.3\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.1 to 3.25.3.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/c7f9125735019aa87cfc361530512d50ea439c71...d39d31e687223d841ef683f52467bd88e9b21c14)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github/codeql-action from 3.25.1 to 3.25.3"}},{"before":"fa3b7bdefadef01ee9af593245c47ca1a33212f4","after":"8cd99562e0d1988fb6f7fee5098b35078787fdfb","ref":"refs/heads/main","pushedAt":"2024-04-29T16:53:33.000Z","pushType":"pr_merge","commitsCount":10,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"Add missing VKAPI_ATTR/VKAPI_CALL in test_icd.cpp\n\nNecessary for any functions called across dll boundaries on 32 bit windows.","shortMessageHtmlLink":"Add missing VKAPI_ATTR/VKAPI_CALL in test_icd.cpp"}},{"before":"e94cd2e354123fc5c92cb7d843dd30f95349539d","after":"fa3b7bdefadef01ee9af593245c47ca1a33212f4","ref":"refs/heads/main","pushedAt":"2024-04-24T21:31:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"Gracefully handle error results from vkEnumeratePhysicalDevices\n\nIf any driver returned non-VK_SUCCESS values (except for OOHM) when the\nloader calls vkEnumeratePhysicalDevices, it would give up and return\nimmediately. This could result in perfectly functional drivers being\nignored.\n\nThe solution is to just skip over drivers that return non-VK_SUCCESS.","shortMessageHtmlLink":"Gracefully handle error results from vkEnumeratePhysicalDevices"}},{"before":"39c0e6456e40836e6ed464526e289f6e248c725d","after":null,"ref":"refs/heads/dependabot/github_actions/github/codeql-action-3.25.1","pushedAt":"2024-04-22T18:58:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"}},{"before":"f0c17604ed4a0420f10a76254ee5d034d5f8bd0e","after":"e94cd2e354123fc5c92cb7d843dd30f95349539d","ref":"refs/heads/main","pushedAt":"2024-04-22T18:58:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"charles-lunarg","name":"Charles Giessen","path":"/charles-lunarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46324611?s=80&v=4"},"commit":{"message":"build(deps): bump github/codeql-action from 3.25.0 to 3.25.1\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.0 to 3.25.1.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/df5a14dc28094dc936e103b37d749c6628682b60...c7f9125735019aa87cfc361530512d50ea439c71)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github/codeql-action from 3.25.0 to 3.25.1"}},{"before":null,"after":"39c0e6456e40836e6ed464526e289f6e248c725d","ref":"refs/heads/dependabot/github_actions/github/codeql-action-3.25.1","pushedAt":"2024-04-22T17:17:30.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/codeql-action from 3.25.0 to 3.25.1\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.0 to 3.25.1.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/df5a14dc28094dc936e103b37d749c6628682b60...c7f9125735019aa87cfc361530512d50ea439c71)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github/codeql-action from 3.25.0 to 3.25.1"}},{"before":null,"after":"c684aed192ce1bb202dedd775ea18f066c8c55cb","ref":"refs/heads/vulkan-tmp-1.3.282","pushedAt":"2024-04-22T15:14:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"johnzupin","name":"John Zupin","path":"/johnzupin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3836693?s=80&v=4"},"commit":{"message":"build: Update to header 1.3.282","shortMessageHtmlLink":"build: Update to header 1.3.282"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERQMgQgA","startCursor":null,"endCursor":null}},"title":"Activity ยท KhronosGroup/Vulkan-Loader"}