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 }}
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 }}
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
- 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 }}
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: '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 }}
- 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 }}