)]}'
{
  "log": [
    {
      "commit": "22e77175f691e126da3cdfa367b8a4a225df0a3d",
      "tree": "97d1aab56189cecb7def511ac8ccf16fc7ab9833",
      "parents": [
        "1e788a2ebf463d93dfb4ec7396857f12b8ad6df9"
      ],
      "author": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Fri May 29 17:39:59 2026 -0700"
      },
      "committer": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Fri May 29 17:39:59 2026 -0700"
      },
      "message": "Updates and fixes for unit test workflows\n\nTag check doesn\u0027t run on Go repos, so the Go install has been removed.\nOther changes are mostly updates, self-explanatory bug fixes, and some\nadditional comments.\n\nSigned-off-by: Eric Ball \u003ceball@linuxfoundation.org\u003e\nChange-Id: I57e33156ffb234e1953e0d307305893593238284\n"
    },
    {
      "commit": "387c9ecd1f226bc7fc36e91b154adf6968f08dee",
      "tree": "8fd345ec822a06ac407614de031f46d390d33c23",
      "parents": [
        "60265fe0e98386814a5d43f20aceb2211ee8b1d6"
      ],
      "author": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Fri May 29 14:20:46 2026 -0700"
      },
      "committer": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Fri May 29 14:20:46 2026 -0700"
      },
      "message": "Add shared workflow for unit tests plus tag check\n\nThis is slightly rearranged from the base unit test WF, to make the\nlicense and tag checks run only once, rather than for each UT target.\n\nSigned-off-by: Eric Ball \u003ceball@linuxfoundation.org\u003e\nChange-Id: I093004c7fd76658e0a040e88631ffddc62a6c9b9\n"
    },
    {
      "commit": "b64854e5d2697f455c5d15f298e604430dc2339c",
      "tree": "8c43b06d62e9ed6786dc28f78e51266c00861c47",
      "parents": [
        "1aa07c0b4860cdbb2f6d093dfb0b5beaac1f8a2e"
      ],
      "author": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Tue Apr 21 16:43:33 2026 -0700"
      },
      "committer": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Tue Apr 21 16:46:36 2026 -0700"
      },
      "message": "Switch to full path for local actions\n\nSigned-off-by: Eric Ball \u003ceball@linuxfoundation.org\u003e\nChange-Id: Iebe84b7acea41f3d16b2c1ec208d13c6f24ae967\n"
    },
    {
      "commit": "1aa07c0b4860cdbb2f6d093dfb0b5beaac1f8a2e",
      "tree": "024642f8f51b43b7d63908a6e1c353bf1287b9e2",
      "parents": [
        "a4700f0b8b3def7bb1ded1c565b819cdd5652bd7"
      ],
      "author": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Mon Apr 20 18:16:08 2026 -0700"
      },
      "committer": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Mon Apr 20 18:30:54 2026 -0700"
      },
      "message": "Pass in secret to use for Gerrit voting\n\nSigned-off-by: Eric Ball \u003ceball@linuxfoundation.org\u003e\nChange-Id: Ib9f5b990a7a62ff73eccbf336e0926add4658e6d\n"
    },
    {
      "commit": "a4700f0b8b3def7bb1ded1c565b819cdd5652bd7",
      "tree": "72bac67ecf8c26c7e67444098577ab47944051b7",
      "parents": [
        "01fcab42e7bc3c41882faf64ff36b49c68f4e36c"
      ],
      "author": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Mon Apr 20 17:34:07 2026 -0700"
      },
      "committer": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Mon Apr 20 17:34:07 2026 -0700"
      },
      "message": "Use \"on: workflow_call\", not \"workflow_dispatch\"\n\nReusable/shared workflows need to trigger on workflow_call rather than\nworkflow_dispatch (which is used for non-shared gerrit workflows).\n\nSigned-off-by: Eric Ball \u003ceball@linuxfoundation.org\u003e\nChange-Id: I5d45a12c7ace04c88101e642c9d42affa81cfb84\n"
    },
    {
      "commit": "01fcab42e7bc3c41882faf64ff36b49c68f4e36c",
      "tree": "9e247aeb627190cd609bae8df8d7a8955c09446e",
      "parents": [
        "f7debd2572ebf353eed927e0711f929c850d32c5"
      ],
      "author": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Fri Apr 17 15:23:22 2026 -0700"
      },
      "committer": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Fri Apr 17 16:02:11 2026 -0700"
      },
      "message": "Move shared workflows to .github/workflows\n\nThe assumption that shared workflows could be in a non-standard\ndirectory was incorrect. All workflows, included shared ones, need to\nbe stored it .github/workflows to be valid. These will still not be\ncalled on push to this repo, due to naming standards.\n\nSigned-off-by: Eric Ball \u003ceball@linuxfoundation.org\u003e\nChange-Id: Icd35816c544a1fb9894402a2eedd6be5ec44161e\n"
    },
    {
      "commit": "50d6f8eb1b502de3e37f7df340ca86be66bb108d",
      "tree": "bac7cb1afaccc94a6afc780a3d187865b013fbe1",
      "parents": [
        "236f127a6dfc925432e0b76d2bdf27d972417f58"
      ],
      "author": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Fri Jan 30 15:47:38 2026 -0800"
      },
      "committer": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Fri Jan 30 15:47:38 2026 -0800"
      },
      "message": "Add voting to gerrit-verify, add dependabot\n\nSigned-off-by: Eric Ball \u003ceball@linuxfoundation.org\u003e\nChange-Id: I965cf2896efe6f41e84587d5ddd8d77f9779fb11\n"
    },
    {
      "commit": "6c1c65d9dd31bdc0270fa81eca61896798d89575",
      "tree": "8ae90d3d033abcef66b0758a37d4ed838dcc9496",
      "parents": [
        "8f40444d74698dc81c72b3715d9778ccc8bb3836"
      ],
      "author": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Mon Jan 05 22:11:45 2026 -0800"
      },
      "committer": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Mon Jan 05 22:11:45 2026 -0800"
      },
      "message": "Rename self-verify workflow to standard naming\n\nWorkflow must follow naming convention to be picked up by Gerrit-to-GH\nsystem.\n\nSigned-off-by: Eric Ball \u003ceball@linuxfoundation.org\u003e\nChange-Id: I3d212fe69a50e774c202e9a6fbfb2c88086449c8\n"
    },
    {
      "commit": "8f40444d74698dc81c72b3715d9778ccc8bb3836",
      "tree": "10ca1771672038d842b66594a6b12d9ca5fe9c3b",
      "parents": [],
      "author": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Mon Jan 05 21:31:56 2026 -0800"
      },
      "committer": {
        "name": "Eric Ball",
        "email": "eball@linuxfoundation.org",
        "time": "Mon Jan 05 21:35:47 2026 -0800"
      },
      "message": "Initial commit, verify maven and unit tests, self\n\nThis commit adds initial versions of verify-unit-tests and\nverify-maven shared workflows, as well as actionlint check for the\nshared workflows themselves.\n\nSigned-off-by: Eric Ball \u003ceball@linuxfoundation.org\u003e\nChange-Id: Ib9d47b7fa62eee48e213a14484e9ff33d6967551\n"
    }
  ]
}
