File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 37
37
contents : read
38
38
issues : write
39
39
steps :
40
- - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
40
+ - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
41
41
with :
42
42
script : |
43
43
const release = await github.rest.repos.getLatestRelease({
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Set up Python
13
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
13
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
14
14
with :
15
15
python-version : ' 3.10'
16
16
cache : pip
17
17
18
18
- name : Clone
19
- uses : actions/checkout@aadec899646c8e0f34c52d9219c2faac36626b55
19
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20
20
21
21
- name : Build specification
22
22
run : |
25
25
make -f ../Makefile draft
26
26
27
27
- name : Switch branch
28
- uses : actions/checkout@aadec899646c8e0f34c52d9219c2faac36626b55
28
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
29
29
with :
30
30
ref : gh-pages
31
31
clean : false
Original file line number Diff line number Diff line change 9
9
name : Sanity checks before a PR merge
10
10
runs-on : ubuntu-20.04
11
11
steps :
12
- - uses : actions/checkout@aadec899646c8e0f34c52d9219c2faac36626b55
12
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
13
13
with :
14
14
fetch-depth : 0 # we want all refs for the --is-ancestor check
15
15
16
16
- name : Set up Python
17
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
17
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
18
18
with :
19
19
python-version : ' 3.10'
20
20
cache : pip
Original file line number Diff line number Diff line change 12
12
contents : write # required to publish (tag) a release
13
13
steps :
14
14
- name : Clone main
15
- uses : actions/checkout@aadec899646c8e0f34c52d9219c2faac36626b55
15
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16
16
with :
17
17
fetch-depth : 0
18
18
@@ -30,14 +30,14 @@ jobs:
30
30
31
31
- name : Set up Python
32
32
if : steps.getver.outputs.spec_version != steps.prevver.outputs.prev_version
33
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
33
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
34
34
with :
35
35
python-version : ' 3.10'
36
36
cache : ' pip'
37
37
38
38
- name : Make release
39
39
if : steps.getver.outputs.spec_version != steps.prevver.outputs.prev_version
40
- uses : actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e
40
+ uses : actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # v1.1.4
41
41
env :
42
42
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
43
43
with :
54
54
55
55
- name : Switch branch
56
56
if : steps.getver.outputs.spec_version != steps.prevver.outputs.prev_version
57
- uses : actions/checkout@aadec899646c8e0f34c52d9219c2faac36626b55
57
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
58
58
with :
59
59
ref : gh-pages
60
60
clean : false
You can’t perform that action at this time.
0 commit comments