File tree Expand file tree Collapse file tree 7 files changed +33
-22
lines changed Expand file tree Collapse file tree 7 files changed +33
-22
lines changed Original file line number Diff line number Diff line change
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
+
1
6
version : 2
2
7
updates :
3
- - package-ecosystem : pip
4
- directory : " /"
5
- schedule :
6
- interval : weekly
7
- open-pull-requests-limit : 10
8
+ - package-ecosystem : " github-actions"
9
+ directory : " /"
10
+ schedule :
11
+ interval : " monthly"
12
+ groups :
13
+ actions :
14
+ patterns :
15
+ - " *"
16
+ labels :
17
+ - " no-changelog-entry-needed"
18
+ - " infrastructure"
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Check change log entry
17
- uses : scientific-python/action-check-changelogfile@064f2005176e1622e7c2bd9776140406609097d1
17
+ uses : scientific-python/action-check-changelogfile@1fc669db9618167166d5a16c10282044f51805c0 # 0.3
18
18
env :
19
19
CHANGELOG_FILENAME : CHANGES.rst
20
20
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ jobs:
36
36
37
37
steps :
38
38
- name : Checkout code
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40
40
with :
41
41
fetch-depth : 0
42
42
- name : Set up Python
43
- uses : actions/setup-python@v5
43
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
44
44
with :
45
45
python-version : ${{ matrix.python }}
46
46
- name : Install Python dependencies
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
44
44
45
45
steps :
46
46
- name : Checkout code
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
48
48
with :
49
49
fetch-depth : 0
50
50
- name : Set up Python
51
- uses : actions/setup-python@v5
51
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
52
52
with :
53
53
python-version : ${{ matrix.python }}
54
54
- name : Install Python dependencies
57
57
run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
58
58
- name : Upload coverage to codecov
59
59
if : contains(matrix.toxenv,'-cov')
60
- uses : codecov/codecov-action@v3
60
+ uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
61
61
with :
62
62
file : ./coverage.xml
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
38
38
39
39
steps :
40
40
- name : Checkout code
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
42
42
with :
43
43
fetch-depth : 0
44
44
- name : Set up Python
45
- uses : actions/setup-python@v5
45
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
46
46
with :
47
47
python-version : ${{ matrix.python }}
48
48
- name : Install Python dependencies
Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ jobs:
56
56
57
57
steps :
58
58
- name : Checkout code
59
- uses : actions/checkout@v4
59
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
60
60
with :
61
61
fetch-depth : 0
62
62
- name : Set up Python
63
- uses : actions/setup-python@v5
63
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
64
64
with :
65
65
python-version : ${{ matrix.python }}
66
66
- name : Install Python dependencies
69
69
run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
70
70
- name : Upload coverage to codecov
71
71
if : contains(matrix.toxenv,'-cov')
72
- uses : codecov/codecov-action@v3
72
+ uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
73
73
with :
74
74
file : ./coverage.xml
75
75
@@ -78,11 +78,11 @@ jobs:
78
78
runs-on : ubuntu-latest
79
79
steps :
80
80
- name : Checkout code
81
- uses : actions/checkout@v4
81
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
82
82
with :
83
83
fetch-depth : 0
84
84
- name : Set up Python
85
- uses : actions/setup-python@v5
85
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
86
86
with :
87
87
python-version : " 3.9"
88
88
- name : Run egg_info
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
31
31
32
32
# Initializes the CodeQL tools for scanning.
33
33
- name : Initialize CodeQL
34
- uses : github/codeql-action/init@v2
34
+ uses : github/codeql-action/init@5618c9fc1e675841ca52c1c6b1304f5255a905a0 # codeql-bundle-v2.19.0
35
35
with :
36
36
languages : ${{ matrix.language }}
37
37
# If you wish to specify custom queries, you can do so here or in a config file.
42
42
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
43
43
# If this step fails, then you should remove it and run the build manually (see below)
44
44
- name : Autobuild
45
- uses : github/codeql-action/autobuild@v2
45
+ uses : github/codeql-action/autobuild@5618c9fc1e675841ca52c1c6b1304f5255a905a0 # codeql-bundle-v2.19.0
46
46
47
47
# ℹ️ Command-line programs to run using the OS shell.
48
48
# 📚 https://git.io/JvXDl
56
56
# make release
57
57
58
58
- name : Perform CodeQL Analysis
59
- uses : github/codeql-action/analyze@v2
59
+ uses : github/codeql-action/analyze@5618c9fc1e675841ca52c1c6b1304f5255a905a0 # codeql-bundle-v2.19.0
You can’t perform that action at this time.
0 commit comments