File tree Expand file tree Collapse file tree 8 files changed +16
-11
lines changed Expand file tree Collapse file tree 8 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 14
14
build :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
17
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
18
18
- name : Build the Docker image
19
19
run : docker build . --file Dockerfile --platform linux/amd64 --tag issue-metrics:"$(date +%s)"
Original file line number Diff line number Diff line change 18
18
statuses : write
19
19
steps :
20
20
- name : Checkout Code
21
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
21
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
22
22
with :
23
23
# Full git history is needed to get a proper
24
24
# list of changed files within `super-linter`
28
28
python -m pip install --upgrade pip
29
29
pip install -r requirements.txt -r requirements-test.txt
30
30
- name : Lint Code Base
31
- uses : super-linter/super-linter@4758be622215d0954c8353ee4877ffd60111cf8e
31
+ uses : super-linter/super-linter@56576d491db07c7236b445ab09991ca49d12b0c6
32
32
env :
33
33
DEFAULT_BRANCH : main
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 15
15
contents : write
16
16
steps :
17
17
- name : Checkout Repo
18
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
18
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
19
19
20
20
- name : version
21
21
id : version
Original file line number Diff line number Diff line change 22
22
python-version : [3.11, 3.12]
23
23
24
24
steps :
25
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
25
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
26
26
- name : Set up Python ${{ matrix.python-version }}
27
27
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
28
28
with :
Original file line number Diff line number Diff line change 8
8
- closed
9
9
branches :
10
10
- main
11
+ pull_request_target :
12
+ types :
13
+ - closed
14
+ branches :
15
+ - main
11
16
12
17
permissions :
13
18
contents : read
62
67
registry : ${{ env.REGISTRY }}
63
68
username : ${{ github.actor }}
64
69
password : ${{ secrets.GITHUB_TOKEN }}
65
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
70
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
66
71
- name : Push Docker Image
67
72
if : ${{ success() }}
68
73
uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : " Checkout code"
28
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
28
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29
29
with :
30
30
persist-credentials : false
31
31
42
42
path : results.sarif
43
43
retention-days : 5
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.24.9
45
+ uses : github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.24.9
46
46
with :
47
47
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ black==24.4.2
2
2
flake8==7.0.0
3
3
mypy==1.10.0
4
4
mypy-extensions==1.0.0
5
- pylint==3.1.1
6
- pytest==8.2.0
5
+ pylint==3.2.2
6
+ pytest==8.2.1
7
7
pytest-cov==5.0.0
8
8
types-pytz==2024.1.0.20240417
9
9
types-requests==2.31.0.20240406
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ github3.py==4.0.1
2
2
numpy == 1.26.4
3
3
python-dotenv == 1.0.1
4
4
pytz == 2024.1
5
- requests == 2.31 .0
5
+ requests == 2.32 .0
You can’t perform that action at this time.
0 commit comments