File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 4
4
directory : " /"
5
5
schedule :
6
6
interval : " weekly"
7
+ groups :
8
+ github-actions :
9
+ patterns :
10
+ - ' *'
Original file line number Diff line number Diff line change 12
12
name : deploy
13
13
runs-on : " ubuntu-latest"
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
16
16
17
- - uses : conda-incubator/setup-miniconda@v3
17
+ - uses : conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3
18
18
with :
19
19
python-version : 3.8
20
20
channels : conda-forge
35
35
36
36
- name : deploy
37
37
if : github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
38
- uses : peaceiris/actions-gh-pages@v4
38
+ uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
39
39
with :
40
40
github_token : ${{ secrets.GITHUB_TOKEN }}
41
41
publish_branch : gh-pages
44
44
45
45
46
46
- name : Link Checker
47
- uses : lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # for v1.10.0
47
+ uses : lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.0
48
48
with :
49
49
token : ${{ secrets.GITHUB_TOKEN }}
50
50
lycheeVersion : " 0.14.3"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ permissions:
24
24
jobs :
25
25
create :
26
26
if : github.event_name != 'pull_request'
27
- uses : Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/create-meeting-notes-pr.yml@main
27
+ uses : Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/create-meeting-notes-pr.yml@caec6b839f3dc5f8a534520e32100622325d752e # @ main
28
28
with :
29
29
date : ${{ inputs.date || 'now' }}
30
30
template_path : misc/DEV_MEETING_TEMPLATE.md
39
39
HACKMD_TOKEN : ${{ secrets.HACKMD_TOKEN }}
40
40
sync :
41
41
if : github.event.label.name == 'sync-hackmd-notes'
42
- uses : Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/sync-meeting-notes-pr.yml@main
42
+ uses : Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/sync-meeting-notes-pr.yml@caec6b839f3dc5f8a534520e32100622325d752e # pin@ main
43
43
with :
44
44
pr_number : ${{ github.event.number }}
45
45
secrets :
You can’t perform that action at this time.
0 commit comments