Skip to content

Commit

Permalink
Chore: Update github-actions dependencies
Browse files Browse the repository at this point in the history
Change-Id: Ic1b059084c260b80d56ad9554b4c8257b7dda790
Signed-off-by: Andrew Grimberg <[email protected]>
  • Loading branch information
tykeal committed Feb 12, 2024
1 parent ed81c7c commit d4ad64c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
24 changes: 17 additions & 7 deletions .github/workflows/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clear votes
uses: lfit/[email protected]
# yamllint disable-line rule:line-length
uses: lfit/gerrit-review-action@b2e3ea69fb74183ac3d32360d06b2b085c2efee6 # v0.5
with:
host: ${{ vars.LFIT_GERRIT_SERVER }}
username: ${{ vars.LFIT_GERRIT_SSH_USER }}
Expand All @@ -69,7 +70,9 @@ jobs:
needs: clear-vote
runs-on: ubuntu-latest
steps:
- uses: lfit/[email protected]
- name: Checkout change
# yamllint disable-line rule:line-length
uses: lfit/checkout-gerrit-change-action@95c493e8fd60233fac7b9c99ebe5f60e9a8c555b # @v0.7
with:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
delay: "0s"
Expand All @@ -88,7 +91,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout change
uses: lfit/[email protected]
# yamllint disable-line rule:line-length
uses: lfit/checkout-gerrit-change-action@95c493e8fd60233fac7b9c99ebe5f60e9a8c555b # v0.7
with:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
delay: "0s"
Expand All @@ -105,7 +109,9 @@ jobs:
outputs:
wheel-distribution: ${{ steps.wheel-distribution.outputs.path }}
steps:
- uses: lfit/[email protected]
- name: Checkout change
# yamllint disable-line rule:line-length
uses: lfit/checkout-gerrit-change-action@95c493e8fd60233fac7b9c99ebe5f60e9a8c555b # v0.7
with:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -136,7 +142,9 @@ jobs:
- ubuntu-latest
runs-on: ${{ matrix.platform }}
steps:
- uses: lfit/[email protected]
- name: Checkout change
# yamllint disable-line rule:line-length
uses: lfit/checkout-gerrit-change-action@95c493e8fd60233fac7b9c99ebe5f60e9a8c555b # v0.7
with:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
delay: "0s"
Expand Down Expand Up @@ -172,7 +180,8 @@ jobs:

steps:
- name: Checkout change
uses: lfit/[email protected]
# yamllint disable-line rule:line-length
uses: lfit/checkout-gerrit-change-action@95c493e8fd60233fac7b9c99ebe5f60e9a8c555b # v0.7
with:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
delay: "0s"
Expand Down Expand Up @@ -204,7 +213,8 @@ jobs:
steps:
- uses: technote-space/workflow-conclusion-action@v3
- name: Set vote
uses: lfit/[email protected]
# yamllint disable-line rule:line-length
uses: lfit/gerrit-review-action@b2e3ea69fb74183ac3d32360d06b2b085c2efee6 # v0.5
with:
host: ${{ vars.LFIT_GERRIT_SERVER }}
username: ${{ vars.LFIT_GERRIT_SSH_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Configure Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit d4ad64c

Please sign in to comment.