Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit 36ff87a

Browse files
chore: update gh (#56)
* Update GitHub Actions --------- Co-authored-by: gh versions bot <electrocucaracha@users.noreply.github.com>
1 parent 6295f8e commit 36ff87a

5 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/linter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
contents: read
1919
steps:
20-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
20+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
2121
with:
2222
persist-credentials: false
2323
- name: Setup Go
@@ -33,7 +33,7 @@ jobs:
3333
permissions:
3434
contents: read
3535
steps:
36-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
36+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
3737
with:
3838
persist-credentials: false
3939
- name: Check broken links
@@ -43,7 +43,7 @@ jobs:
4343
permissions:
4444
contents: read
4545
steps:
46-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
46+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
4747
with:
4848
persist-credentials: false
4949
- name: Run super-linter validation
@@ -57,7 +57,7 @@ jobs:
5757
permissions:
5858
contents: read
5959
steps:
60-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
60+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
6161
with:
6262
persist-credentials: true
6363
- name: Install tox

.github/workflows/on-demand_ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
permissions:
2222
contents: read
2323
steps:
24-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
24+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
2525
with:
2626
persist-credentials: false
2727
- name: Run the sh-checker
@@ -37,11 +37,11 @@ jobs:
3737
permissions:
3838
contents: read
3939
steps:
40-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
40+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
4141
with:
4242
persist-credentials: false
4343
- name: Setup a Supported python version # NOTE: https://docs.openstack.org/tempest/latest/supported_version.html
44-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # 6.0.0
44+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1.0
4545
id: python3-setup
4646
with:
4747
python-version: "3.11" # NOTE: distutils deprecated on Python 3.12+ (https://peps.python.org/pep-0632/)
@@ -65,7 +65,7 @@ jobs:
6565
permissions:
6666
contents: read
6767
steps:
68-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
68+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
6969
with:
7070
persist-credentials: false
7171
- uses: ./.github/actions/vagrant-setup
@@ -90,7 +90,7 @@ jobs:
9090
permissions:
9191
contents: read
9292
steps:
93-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
93+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
9494
with:
9595
persist-credentials: false
9696
- name: Install ShellSpec

.github/workflows/scheduled_distros.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
permissions:
1919
contents: read
2020
steps:
21-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
21+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
2222
with:
2323
persist-credentials: false
2424
- name: Get matrix values
@@ -50,7 +50,7 @@ jobs:
5050
matrix:
5151
include: ${{ fromJson(needs.generate-json-matrix.outputs.matrix) }}
5252
steps:
53-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
53+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
5454
with:
5555
persist-credentials: false
5656
- uses: ./.github/actions/vagrant-setup

.github/workflows/spell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
permissions:
2525
contents: read
2626
steps:
27-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
27+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
2828
with:
2929
persist-credentials: false
3030
- uses: reviewdog/action-misspell@e7ea17f144822818706c7e579de7927d59384575 # 1.27.0
@@ -36,7 +36,7 @@ jobs:
3636
permissions:
3737
contents: read
3838
steps:
39-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
39+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
4040
with:
4141
persist-credentials: false
4242
- uses: igsekor/pyspelling-any@44278deea34ea69d8f0d5179ac409c140b0a2f5a # 1.0.5

.github/workflows/update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
pull-requests: write # for technote-space/create-pr-action to create a PR
2121
runs-on: vm-self-hosted
2222
steps:
23-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
23+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
2424
with:
2525
persist-credentials: true
26-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # 6.0.0
26+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1.0
2727
with:
2828
python-version: "^3.10"
2929
- uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
@@ -40,7 +40,7 @@ jobs:
4040
contents: write # for technote-space/create-pr-action to push code
4141
pull-requests: write # for technote-space/create-pr-action to create a PR
4242
steps:
43-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
43+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
4444
with:
4545
persist-credentials: true
4646
- uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
@@ -68,7 +68,7 @@ jobs:
6868
contents: write # for technote-space/create-pr-action to push code
6969
pull-requests: write # for technote-space/create-pr-action to create a PR
7070
steps:
71-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
71+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
7272
with:
7373
persist-credentials: true
7474
# Fine-grained PAT with contents:write and workflows:write scopes

0 commit comments

Comments
 (0)