Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
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
lvzhengyang
git2
Commits
2d251184
Commit
2d251184
authored
Jan 20, 2023
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: update version numbers of actions
parent
747af663
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
.github/workflows/benchmark.yml
+1
-1
.github/workflows/main.yml
+3
-3
.github/workflows/nightly.yml
+5
-5
No files found.
.github/workflows/benchmark.yml
View file @
2d251184
...
...
@@ -50,7 +50,7 @@ jobs:
runs-on
:
${{ matrix.platform.os }}
steps
:
-
name
:
Check out repository
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
path
:
source
fetch-depth
:
0
...
...
.github/workflows/main.yml
View file @
2d251184
...
...
@@ -48,7 +48,7 @@ jobs:
name
:
"
Create
container:
${{
matrix.container.name
}}"
steps
:
-
name
:
Check out repository
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
path
:
source
fetch-depth
:
0
...
...
@@ -253,7 +253,7 @@ jobs:
name
:
"
Build:
${{
matrix.platform.name
}}"
steps
:
-
name
:
Check out repository
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
path
:
source
fetch-depth
:
0
...
...
@@ -345,7 +345,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out repository
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
path
:
source
fetch-depth
:
0
...
...
.github/workflows/nightly.yml
View file @
2d251184
...
...
@@ -271,7 +271,7 @@ jobs:
runs-on
:
${{ matrix.platform.os }}
steps
:
-
name
:
Check out repository
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
path
:
source
fetch-depth
:
0
...
...
@@ -333,7 +333,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out repository
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
path
:
source
fetch-depth
:
0
...
...
@@ -358,13 +358,13 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out repository
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
0
# Initializes the CodeQL tools for scanning.
-
name
:
Initialize CodeQL
uses
:
github/codeql-action/init@v
1
uses
:
github/codeql-action/init@v
2
with
:
languages
:
'
cpp'
...
...
@@ -376,4 +376,4 @@ jobs:
cmake --build .
-
name
:
Perform CodeQL Analysis
uses
:
github/codeql-action/analyze@v
1
uses
:
github/codeql-action/analyze@v
2
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