File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
quiet : true
2
3
skip-check :
3
4
- CKV_DOCKER_3
Original file line number Diff line number Diff line change 32
32
steps :
33
33
# Git Checkout
34
34
- name : Checkout Code
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
with :
37
37
token : ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
38
38
74
74
75
75
# Upload MegaLinter artifacts
76
76
- name : Archive production artifacts
77
- uses : actions/upload-artifact@v3
77
+ uses : actions/upload-artifact@v4
78
78
if : ${{ success() }} || ${{ failure() }}
79
79
with :
80
80
name : MegaLinter reports
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ install_dependencies:
29
29
stage : install
30
30
script :
31
31
- source .venv/bin/activate
32
- - python -m pip install -r app/requirements/requirements-dev.txt
33
- - python -m pip install -r app/requirements/requirements.txt
34
- - python -m pip install pre-commit
32
+ - python -m pip install -r app/requirements/requirements-dev.txt
33
+ - python -m pip install -r app/requirements/requirements.txt
34
+ - python -m pip install pre-commit
35
35
rules :
36
36
- changes :
37
37
- Makefile
You can’t perform that action at this time.
0 commit comments