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

Commit 4eabf33

Browse files
chore: update gh (#58)
* Update GitHub Actions --------- Co-authored-by: gh versions bot <electrocucaracha@users.noreply.github.com>
1 parent eb87e6f commit 4eabf33

5 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/linter.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
permissions:
1818
contents: read
1919
steps:
20-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
20+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
2121
with:
2222
persist-credentials: false
2323
- name: Setup Go
24-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # 6.1.0
24+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # 6.2.0
2525
with:
2626
go-version: ">=1.20.0"
2727
- name: Install dependencies
@@ -33,7 +33,7 @@ jobs:
3333
permissions:
3434
contents: read
3535
steps:
36-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
36+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
46+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
4747
with:
4848
persist-credentials: false
4949
- name: Run super-linter validation
@@ -58,7 +58,7 @@ jobs:
5858
permissions:
5959
contents: read
6060
steps:
61-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
61+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
6262
with:
6363
persist-credentials: true
6464
- name: Install tox

.github/workflows/on-demand_ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
permissions:
2222
contents: read
2323
steps:
24-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
24+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
2525
with:
2626
persist-credentials: false
2727
- name: Run the sh-checker
28-
uses: luizm/action-sh-checker@17bd25a6ee188d2b91f677060038f4ba37ba14b2 # 0.9.0
28+
uses: luizm/action-sh-checker@883217215b11c1fabbf00eb1a9a041f62d74c744 # 0.10.0
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
SHFMT_OPTS: -i 4 -s
@@ -37,7 +37,7 @@ jobs:
3737
permissions:
3838
contents: read
3939
steps:
40-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
40+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
4141
with:
4242
persist-credentials: false
4343
- name: Setup a Supported python version # NOTE: https://docs.openstack.org/tempest/latest/supported_version.html
@@ -65,7 +65,7 @@ jobs:
6565
permissions:
6666
contents: read
6767
steps:
68-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
68+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
6969
with:
7070
persist-credentials: false
7171
- uses: ./.github/actions/vagrant-setup
@@ -92,7 +92,7 @@ jobs:
9292
permissions:
9393
contents: read
9494
steps:
95-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
95+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
9696
with:
9797
persist-credentials: false
9898
- 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
53+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
27+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
39+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
4040
with:
4141
persist-credentials: false
4242
- uses: igsekor/pyspelling-any@44278deea34ea69d8f0d5179ac409c140b0a2f5a # 1.0.5

.github/workflows/update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
23+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
2424
with:
2525
persist-credentials: true
2626
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1.0
@@ -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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
43+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
71+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
7272
with:
7373
persist-credentials: true
7474
# Fine-grained PAT with contents:write and workflows:write scopes

0 commit comments

Comments
 (0)