Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kernel-hardening-checker
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
kernel-hardening-checker
Commits
dc925368
Commit
dc925368
authored
2 years ago
by
Alexander Popov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the GitHub Actions to newer versions
parent
3d439109
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
main.yml
.github/workflows/main.yml
+4
-4
No files found.
.github/workflows/main.yml
View file @
dc925368
...
@@ -21,7 +21,7 @@ jobs:
...
@@ -21,7 +21,7 @@ jobs:
steps
:
steps
:
-
name
:
Set up Python ${{ matrix.python-version }}
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
1
uses
:
actions/setup-python@v
4
with
:
with
:
python-version
:
${{ matrix.python-version }}
python-version
:
${{ matrix.python-version }}
...
@@ -48,7 +48,7 @@ jobs:
...
@@ -48,7 +48,7 @@ jobs:
echo -e "\n>>>>> checking $COUNT configs is done <<<<<"
echo -e "\n>>>>> checking $COUNT configs is done <<<<<"
-
name
:
Get source code for collecting coverage
-
name
:
Get source code for collecting coverage
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
-
name
:
Collect coverage for the basic functionality
-
name
:
Collect coverage for the basic functionality
run
:
|
run
:
|
...
@@ -157,9 +157,9 @@ jobs:
...
@@ -157,9 +157,9 @@ jobs:
coverage xml -i -o coverage.xml
coverage xml -i -o coverage.xml
-
name
:
Handle coverage
-
name
:
Handle coverage
uses
:
codecov/codecov-action@v
2
uses
:
codecov/codecov-action@v
3
with
:
with
:
file
:
./coverage.xml
file
s
:
./coverage.xml
flags
:
functional_test
flags
:
functional_test
name
:
codecov-umbrella
name
:
codecov-umbrella
fail_ci_if_error
:
true
fail_ci_if_error
:
true
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment