File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
30
30
31
31
- name : Run contributor action
32
- uses : github/contributors@1f903d4eba7d5318fea1ad9500d53370599bf9b8
32
+ uses : github/contributors@ed5a1f1c7c0038f4c9ad790685b6b8a549ab3f64
33
33
env :
34
34
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
35
START_DATE : ${{ env.START_DATE }}
Original file line number Diff line number Diff line change 30
30
run : |
31
31
pip install -r requirements.txt -r requirements-test.txt
32
32
- name : Lint Code Base
33
- uses : super-linter/super-linter@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d # v7.2.1
33
+ uses : super-linter/super-linter@4e8a7c2bf106c4c766c816b35ec612638dc9b6b2 # v7.3.0
34
34
env :
35
35
DEFAULT_BRANCH : main
36
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
- """ Test the evergreen.py module. """
1
+ """Test the evergreen.py module."""
2
2
3
3
import unittest
4
4
import uuid
You can’t perform that action at this time.
0 commit comments