Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
ad60bc12
Commit
ad60bc12
authored
4 years ago
by
Rhys Arkins
Browse files
Options
Downloads
Patches
Plain Diff
chore: autoformat codeql-analysis.yml
parent
12be36ff
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/codeql-analysis.yml
+39
-40
39 additions, 40 deletions
.github/workflows/codeql-analysis.yml
with
39 additions
and
40 deletions
.github/workflows/codeql-analysis.yml
+
39
−
40
View file @
ad60bc12
name
:
"
Code
scanning
-
action
"
name
:
'
Code
scanning
-
action
'
on
:
on
:
push
:
push
:
branches
:
[
master
,
]
branches
:
[
master
]
pull_request
:
pull_request
:
# The branches below must be a subset of the branches above
# The branches below must be a subset of the branches above
branches
:
[
master
]
branches
:
[
master
]
...
@@ -11,44 +11,43 @@ on:
...
@@ -11,44 +11,43 @@ on:
jobs
:
jobs
:
CodeQL-Build
:
CodeQL-Build
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v2
uses
:
actions/checkout@v2
with
:
with
:
# We must fetch at least the immediate parents so that if this is
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
# a pull request then we can checkout the head.
fetch-depth
:
2
fetch-depth
:
2
# If this run was triggered by a pull request event, then checkout
# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
# the head of the pull request instead of the merge commit.
-
run
:
git checkout HEAD^2
-
run
:
git checkout HEAD^2
if
:
${{ github.event_name == 'pull_request' }}
if
:
${{ github.event_name == 'pull_request' }}
# Initializes the CodeQL tools for scanning.
# Initializes the CodeQL tools for scanning.
-
name
:
Initialize CodeQL
-
name
:
Initialize CodeQL
uses
:
github/codeql-action/init@v1
uses
:
github/codeql-action/init@v1
# Override language selection by uncommenting this and choosing your languages
# with:
# Override language selection by uncommenting this and choosing your languages
#
languages: go, javascript, csharp, python, cpp, java
# with:
# languages: go, javascript, csharp, python, cpp, java
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
# If this step fails, then you should remove it and run the build manually (see below)
-
name
:
Autobuild
-
name
:
Autobuild
uses
:
github/codeql-action/autobuild@v1
uses
:
github/codeql-action/autobuild@v1
# ℹ️ Command-line programs to run using the OS shell.
# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
# 📚 https://git.io/JvXDl
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# and modify them (or add more) to build your code if your project
# uses a compiled language
# uses a compiled language
#- run: |
#- run: |
# make bootstrap
# make bootstrap
# make release
# make release
-
name
:
Perform CodeQL Analysis
-
name
:
Perform CodeQL Analysis
uses
:
github/codeql-action/analyze@v1
uses
:
github/codeql-action/analyze@v1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment