File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 9
9
interval : " daily"
10
10
labels :
11
11
- " Bot"
12
+ groups :
13
+ github-actions :
14
+ patterns :
15
+ - ' *'
Original file line number Diff line number Diff line change @@ -15,13 +15,12 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - name : checkout
19
- uses : actions/checkout@v4
18
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
19
with :
21
20
fetch-depth : 0
22
21
23
22
- name : Setup Micromamba ${{ matrix.python-version }}
24
- uses : mamba-org/setup-micromamba@v2
23
+ uses : mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2.0.4
25
24
with :
26
25
environment-name : TEST
27
26
init-shell : bash
47
46
48
47
- name : Deploy
49
48
if : success() && github.event_name == 'release'
50
- uses : peaceiris/actions-gh-pages@v4
49
+ uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
51
50
with :
52
51
github_token : ${{ secrets.GITHUB_TOKEN }}
53
52
publish_dir : docs/build/html
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
packages :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
22
22
- name : Set up Python
23
- uses : actions/setup-python@v5
23
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
24
24
with :
25
25
python-version : " 3.x"
26
26
48
48
49
49
- name : Publish a Python distribution to PyPI
50
50
if : success() && github.event_name == 'release'
51
- uses : pypa/gh-action-pypi-publish@release/v1
51
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
52
52
with :
53
53
user : __token__
54
54
password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
shell : bash -l {0}
19
19
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
22
23
23
- name : Set up Python
24
- uses : actions/setup-python@v5
24
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
You can’t perform that action at this time.
0 commit comments