Commit 7349708 1 parent 55360e9 commit 7349708 Copy full SHA for 7349708
File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Set update schedule for GitHub Actions
2
+
3
+ version : 2
4
+ updates :
5
+ - package-ecosystem : github-actions
6
+ directory : /
7
+ schedule :
8
+ interval : monthly
9
+ open-pull-requests-limit : 10
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
37
37
if : github.event.pull_request.draft == false
38
38
runs-on : ubuntu-latest
39
39
steps :
40
- - uses : actions/checkout@v3
40
+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
41
41
with :
42
42
persist-credentials : false
43
43
- name : Set up Python ${{ env.PYTHON_VERSION }}
44
- uses : actions/setup-python@v4
44
+ uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
45
45
with :
46
46
python-version : ${{ env.PYTHON_VERSION }}
47
47
- name : Environment Information
64
64
- name : Clean tmp
65
65
run : rm -rf coverage/tmp && rm -rf out
66
66
- name : Upload
67
- uses : codecov/codecov-action@v3
67
+ uses : codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
68
68
with :
69
69
directory : ./coverage
You can’t perform that action at this time.
0 commit comments