Skip to content

Commit

Permalink
Chore: Update action versions
Browse files Browse the repository at this point in the history
Issue-ID: CIMAN-33

GitHub setup-python@v4 causes actionlint to fail on new changes.
This patch pins to commit SHA and updates to v5.3.0.
Also bumps the version of an lfit/releng-reusable-workflow.

Change-Id: I9182f019f06b344af104be13179eb3040a0ab283
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
  • Loading branch information
ModeSevenIndustrialSolutions committed Nov 29, 2024
1 parent 99c1ef4 commit aa26e52
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- name: Clear votes
# yamllint disable-line rule:line-length
uses: lfit/gerrit-review-action@7c30179c3c9389545fccb0d458df59879372ae6a # v0.6
uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729 # v0.8
with:
host: ${{ vars.GERRIT_SERVER }}
username: ${{ vars.GERRIT_SSH_USER }}
Expand Down Expand Up @@ -96,7 +96,8 @@ jobs:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
delay: "0s"
- name: Configure Python
uses: actions/setup-python@v4
# yamllint disable-line rule:line-length
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v.5.3.0
with:
python-version: "3.11"
- name: Run static analysis and format checkers
Expand All @@ -111,7 +112,7 @@ jobs:
- uses: technote-space/workflow-conclusion-action@v3
- name: Set vote
# yamllint disable-line rule:line-length
uses: lfit/gerrit-review-action@7c30179c3c9389545fccb0d458df59879372ae6a # v0.6
uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729 # v0.8
with:
host: ${{ vars.GERRIT_SERVER }}
username: ${{ vars.GERRIT_SSH_USER }}
Expand Down

0 comments on commit aa26e52

Please sign in to comment.