File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
name : " Execute and convert the notebooks to HTML"
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18
18
19
19
- name : Set up Python
20
- uses : actions/setup-python@v5
20
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
21
21
with :
22
22
python-version : 3.12
23
23
@@ -40,13 +40,13 @@ jobs:
40
40
run : |
41
41
echo "::set-output name=artifactName::rendered-tutorials"
42
42
43
- - uses : actions/upload-artifact@v4
43
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
44
44
with :
45
45
name : ${{ steps.nameartifact.outputs.artifactName }}
46
46
path : _build
47
47
48
48
- name : Dispatch Learn Astropy deployment
49
- uses : peter-evans/repository-dispatch@26b39ed245ab8f31526069329e112ab2fb224588
49
+ uses : peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0
50
50
if : ${{ (github.event_name == 'push') && (github.ref == 'refs/heads/main') && (github.repository == 'astropy/astropy-tutorials')}}
51
51
with :
52
52
token : ${{ secrets.DISPATCH_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
name : " Execute and convert the notebooks to HTML"
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
20
20
with :
21
21
fetch-depth : 0
22
22
23
23
- name : Set up Python
24
- uses : actions/setup-python@v5
24
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
25
25
with :
26
26
python-version : 3.12
27
27
52
52
run : |
53
53
echo "::set-output name=artifactName::rendered-tutorials"
54
54
55
- - uses : actions/upload-artifact@v4
55
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
56
56
with :
57
57
name : ${{ steps.nameartifact.outputs.artifactName }}
58
58
path : _build
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
if : contains(github.event.pull_request.labels.*.name, 'infrastructure')
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23
23
with :
24
24
fetch-depth : 0
25
25
26
26
- name : Set up Python
27
- uses : actions/setup-python@v4.6 .0
27
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
28
28
with :
29
29
python-version : 3.9
30
30
You can’t perform that action at this time.
0 commit comments