File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ jobs:
10
10
pre-commit :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
14
with : # for gitlint
15
15
ref : ${{ github.event.pull_request.head.sha }}
16
16
fetch-depth : 0
17
- - uses : actions/setup-python@v5
17
+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
18
18
with :
19
19
python-version : " >=3.7"
20
20
cache : pip
21
21
cache-dependency-path : |
22
22
.github/requirements.txt
23
23
test/requirements*.txt
24
- - uses : actions/cache@v4
24
+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
25
25
with :
26
26
path : ~/.cache/pre-commit
27
27
key : pre-commit-${{hashFiles('.pre-commit-config.yaml')}}
51
51
- dist : fedoradev
52
52
- dist : ubuntu14
53
53
steps :
54
- - uses : actions/checkout@v4
55
- - uses : googleapis/release-please-action@v4
54
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55
+ - uses : googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
56
56
with :
57
57
config-file : .github/release-please-config.json
58
58
manifest-file : .github/release-please-manifest.json
78
78
test/docker/entrypoint.sh
79
79
env :
80
80
NETWORK : ${{matrix.network}}
81
- - uses : actions/upload-artifact@v4
81
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
82
82
with :
83
83
path : |
84
84
bash-completion-*.tar.xz
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
28
28
- dist : fedoradev
29
29
- dist : ubuntu14
30
30
steps :
31
- - uses : actions/checkout@v4
32
- - uses : docker/login-action@v3
31
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
+ - uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
33
33
with :
34
34
registry : ghcr.io
35
35
username : ${{github.repository_owner}}
36
36
password : ${{secrets.GITHUB_TOKEN}}
37
- - uses : docker/build-push-action@v6
37
+ - uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
38
38
with :
39
39
context : test
40
40
file : test/docker/${{matrix.dist}}/Dockerfile
You can’t perform that action at this time.
0 commit comments