diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2023-10-26 10:57:34 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2023-10-26 10:57:34 -0700 |
commit | b06a3c642d0e81d8221715029ded1a60c6306c6d (patch) | |
tree | 23b346b643115781edf325154399bbc9bc99720b /.github/workflows | |
parent | c9ed78c4227e52c5fedab9fa5389fbb60d5c3184 (diff) |
Chore: Upgrade to latest GHA ci-man verify
Make sure that we're using the latest version of the
ci-management-verify GHA workflow
Change-Id: I060dd85056754c48fd90d32339303ce3007bdfdb
Issue-ID: CIMAN-33
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/gerrit-ci-management-verify.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gerrit-ci-management-verify.yaml b/.github/workflows/gerrit-ci-management-verify.yaml index 7213c1f1c..7286e111c 100644 --- a/.github/workflows/gerrit-ci-management-verify.yaml +++ b/.github/workflows/gerrit-ci-management-verify.yaml @@ -45,7 +45,7 @@ on: jobs: call-gerrit-ci-management-verify: # yamllint disable-line rule:line-length - uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-ci-management-verify.yaml@4763193f992b39532dd373a268ed6d6fe11f8b72 + uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-ci-management-verify.yaml@f1c0233862b6e944d4627a68a3f329cc97a50698 # v0.1.2 with: GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }} GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }} |