Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update setup python action #96

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/compose-docker-release-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
gerrit-url: ${{ vars.GERRIT_URL }}
delay: "0s"
submodules: "true"
- uses: actions/setup-python@v4
# yamllint disable-line rule:line-length
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
id: setup-python
with:
python-version: "3.8"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/compose-docker-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
gerrit-url: ${{ vars.GERRIT_URL }}
delay: "0s"
submodules: "true"
- uses: actions/setup-python@v4
# yamllint disable-line rule:line-length
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
id: setup-python
with:
python-version: "3.8"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/compose-gradle-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
gerrit-url: ${{ vars.GERRIT_URL }}
delay: "0s"
submodules: "true"
- uses: actions/setup-python@v4
# yamllint disable-line rule:line-length
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
id: setup-python
with:
python-version: "3.8"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/compose-info-yaml-verify-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
delay: "0s"
repository: ${{ inputs.TARGET_REPO }}
ref: refs/heads/${{ inputs.GERRIT_BRANCH }}
- uses: actions/setup-python@v4
# yamllint disable-line rule:line-length
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
id: setup-python
with:
python-version: "3.11"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compose-jjb-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
submodules: "true"
- name: Setup Python
# yamllint disable-line rule:line-length
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: "3.11"
- name: Run JJB Verify
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/compose-maven-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:
with:
ref: ${{ inputs.GERRIT_BRANCH }}
submodules: "true"
- uses: actions/setup-python@v4
# yamllint disable-line rule:line-length
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
id: setup-python
with:
python-version: "3.8"
Expand Down Expand Up @@ -143,7 +144,7 @@ jobs:
profiles: ${{ inputs.MVN_PROFILES }}
maven-opts: ${{ inputs.MVN_OPTS }}
settings-file: settings.xml
# yamllint enable rule:line-length
# yamllint enable rule:line-length
- name: Generate JaCoCo Badge
id: jacoco
uses: cicirello/jacoco-badge-generator@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compose-packer-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Setup Python
if: steps.changes.outputs.src == 'true'
# yamllint disable-line rule:line-length
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: "3.11"
- name: Install openstack deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compose-repo-linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
delay: "0s"
- name: Setup Python
# yamllint disable-line rule:line-length
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: "3.11"
- name: Run static analysis and format checkers
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/gerrit-ci-management-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
with:
ref: ${{ inputs.GERRIT_BRANCH }}
submodules: "true"
- uses: actions/setup-python@v4
# yamllint disable-line rule:line-length
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
id: setup-python
with:
python-version: "3.11"
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/gerrit-ci-management-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:
gerrit-project: ${{ inputs.GERRIT_PROJECT }}
gerrit-url: ${{ vars.GERRIT_URL }}
delay: "0s"
- uses: actions/setup-python@v4
# yamllint disable-line rule:line-length
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: "3.11"
- name: Run static analysis and format checkers
Expand All @@ -121,7 +122,8 @@ jobs:
gerrit-url: ${{ vars.GERRIT_URL }}
delay: "0s"
submodules: "true"
- uses: actions/setup-python@v4
# yamllint disable-line rule:line-length
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
id: setup-python
with:
python-version: "3.11"
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/gerrit-compose-ci-management-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
gerrit-project: ${{ inputs.GERRIT_PROJECT }}
gerrit-url: ${{ vars.GERRIT_URL }}
delay: "0s"
- uses: actions/setup-python@v4
# yamllint disable-line rule:line-length
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: "3.11"
- name: Run static analysis and format checkers
Expand All @@ -102,7 +103,8 @@ jobs:
gerrit-url: ${{ vars.GERRIT_URL }}
delay: "0s"
submodules: "true"
- uses: actions/setup-python@v4
# yamllint disable-line rule:line-length
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
id: setup-python
with:
python-version: "3.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
delay: "0s"
repository: ${{ inputs.TARGET_REPO }}
ref: refs/heads/${{ inputs.GERRIT_BRANCH }}
- uses: actions/setup-python@v4
# yamllint disable-line rule:line-length
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
id: setup-python
with:
python-version: "3.11"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/gerrit-compose-required-rtdv3-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
ref: ${{ inputs.GERRIT_BRANCH }}
repository: ${{ inputs.TARGET_REPO }}
submodules: "true"
- uses: actions/setup-python@v4
# yamllint disable-line rule:line-length
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
id: setup-python
with:
python-version: "3.8"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/gerrit-compose-required-rtdv3-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
gerrit-url: ${{ vars.GERRIT_URL }}
delay: "0s"
submodules: "true"
- uses: actions/setup-python@v4
# yamllint disable-line rule:line-length
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
id: setup-python
with:
python-version: "3.8"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/gerrit-required-info-yaml-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jobs:
delay: "0s"
repository: ${{ inputs.TARGET_REPO }}
ref: refs/heads/${{ inputs.GERRIT_BRANCH }}
- uses: actions/setup-python@v4
# yamllint disable-line rule:line-length
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
id: setup-python
with:
python-version: "3.11"
Expand Down
Loading