summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2023-10-26 10:35:20 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2023-10-26 10:35:20 -0700
commit164290f1e9f41c7487a029d9b07c56cc340a413c (patch)
treeea46cccace1858d399773dd2335ddf23b833c79e
parenta35a784185679bb2948b03f87512710adab7750d (diff)
Chore: Upgrade to latest version of verify
Upgrade to the latest tagged version of ci-management GHA verify script Change-Id: Iffaeab46c28d21cef0b0902f0def25b8db46284b Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r--.github/workflows/gerrit-verify.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml
index 7213c1f1c..c4c9c9cc4 100644
--- a/.github/workflows/gerrit-verify.yaml
+++ b/.github/workflows/gerrit-verify.yaml
@@ -44,8 +44,10 @@ 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
+ # yamllint disable rule:line-length
+ uses:
+ lfit/releng-reusable-workflows/.github/workflows/gerrit-ci-management-verify.yaml@f1c0233862b6e944d4627a68a3f329cc97a50698 # v0.1.2
+ # yamllint enable rule:line-length
with:
GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }}
GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }}