File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
django-version : [ "4.2" ]
24
24
steps :
25
25
# Checks-out the repository.
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
28
28
- name : Set up Python ${{ matrix.python-version }}
29
- uses : actions/setup-python@v4
29
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
cache : ' pip'
53
53
coverage lcov --data-file='.coverage.${{ matrix.python-version }}.${{ matrix.django-version }}'
54
54
55
55
- name : Coveralls Parallel
56
- uses : coverallsapp/github-action@master
56
+ uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
57
57
with :
58
58
github-token : ${{ secrets.github_token }}
59
59
flag-name : run-${{ matrix.python-version }}-${{ matrix.django-version }}
65
65
runs-on : ubuntu-latest
66
66
steps :
67
67
- name : Coveralls Finished
68
- uses : coverallsapp/github-action@master
68
+ uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
69
69
with :
70
70
github-token : ${{ secrets.github_token }}
71
71
parallel-finished : true
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [
4
+ " github>ycharts/ycharts_systems:renovate-default.json5"
5
+ ],
6
+ "enabledManagers" : [" github-actions" ]
7
+ }
You can’t perform that action at this time.
0 commit comments