CI: Update all action versions/locations 90/142390/1 master
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 5 Nov 2025 16:16:04 +0000 (16:16 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 5 Nov 2025 16:16:19 +0000 (16:16 +0000)
Issue-ID: CIMAN-33
Change-Id: I84adb95b69d84123c2dcef7252c5b73ca001c9a7
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
.github/workflows/gerrit-verify.yaml
.github/workflows/github2gerrit.yaml

index 614538e..693e2d7 100644 (file)
@@ -53,7 +53,7 @@ jobs:
     steps:
       - name: Clear votes
         # yamllint disable-line rule:line-length
     steps:
       - name: Clear votes
         # yamllint disable-line rule:line-length
-        uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729  # v0.8
+        uses: lfreleng-actions/gerrit-review-action@537251ec667665b386f70b330b05446e3fc29087  # v0.9
         with:
           host: ${{ vars.GERRIT_SERVER }}
           username: ${{ vars.GERRIT_SSH_USER }}
         with:
           host: ${{ vars.GERRIT_SERVER }}
           username: ${{ vars.GERRIT_SSH_USER }}
@@ -69,7 +69,7 @@ jobs:
   gradle-verify-clm:
     needs: prepare
     # yamllint disable-line rule:line-length
   gradle-verify-clm:
     needs: prepare
     # yamllint disable-line rule:line-length
-    uses: lfit/releng-reusable-workflows/.github/workflows/composed-gradle-nexus-iq.yaml@main
+    uses: lfit/releng-reusable-workflows/.github/workflows/composed-gradle-nexus-iq.yaml@21dee35da5cf13331dad63a2c81ae5bb6d023f95  # v0.2.25
     with:
       GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }}
       GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }}
     with:
       GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }}
       GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }}
@@ -91,10 +91,10 @@ jobs:
     steps:
       - name: Get conclusion
         # yamllint disable-line rule:line-length
     steps:
       - name: Get conclusion
         # yamllint disable-line rule:line-length
-        uses: technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a5  # v3.0.3
+        uses: im-open/workflow-conclusion@e4f7c4980600fbe0818173e30931d3550801b992  # v2.2.3
       - name: Set vote
         # yamllint disable-line rule:line-length
       - name: Set vote
         # yamllint disable-line rule:line-length
-        uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729  # v0.8
+        uses: lfreleng-actions/gerrit-review-action@537251ec667665b386f70b330b05446e3fc29087  # v0.9
         with:
           host: ${{ vars.GERRIT_SERVER }}
           username: ${{ vars.GERRIT_SSH_USER }}
         with:
           host: ${{ vars.GERRIT_SERVER }}
           username: ${{ vars.GERRIT_SSH_USER }}
index 9e34997..d297589 100644 (file)
@@ -41,7 +41,7 @@ jobs:
     steps:
       # Harden the runner used by this workflow
       # yamllint disable-line rule:line-length
     steps:
       # Harden the runner used by this workflow
       # yamllint disable-line rule:line-length
-      - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
+      - uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2  # v2.13.2
         name: 'Harden runner'
         with:
           egress-policy: audit
         name: 'Harden runner'
         with:
           egress-policy: audit
@@ -55,12 +55,11 @@ jobs:
 
       - name: 'Run GitHub2Gerrit Action'
         # yamllint disable-line rule:line-length
 
       - name: 'Run GitHub2Gerrit Action'
         # yamllint disable-line rule:line-length
-        uses: lfreleng-actions/github2gerrit-action@37cf18ec9b6276b5c59d5b4a6d4cc0734275b6c2  # v0.1.21
+        uses: lfreleng-actions/github2gerrit-action@260cddcd3f96af3e46a84e46fd6c10d6574b45d7  # v0.1.22
         with:
           USE_PR_AS_COMMIT: true
           ALLOW_DUPLICATES: ${{ inputs.allow_duplicates }}
           PRESERVE_GITHUB_PRS: ${{ inputs.preserve_github_prs }}
         with:
           USE_PR_AS_COMMIT: true
           ALLOW_DUPLICATES: ${{ inputs.allow_duplicates }}
           PRESERVE_GITHUB_PRS: ${{ inputs.preserve_github_prs }}
-          ISSUE_ID_LOOKUP: true
           ISSUE_ID_LOOKUP_JSON: ${{ vars.ISSUE_ID_LOOKUP_JSON }}
           GERRIT_SSH_PRIVKEY_G2G: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }}
           GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }}
           ISSUE_ID_LOOKUP_JSON: ${{ vars.ISSUE_ID_LOOKUP_JSON }}
           GERRIT_SSH_PRIVKEY_G2G: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }}
           GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }}