Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Feb 14, 2021
2 parents 39bc161 + a1160c1 commit 4ceee6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: "CodeQL"

on:
push:
branches: [master]
branches: [ master ]
paths-ignore:
- CONTRIBUTING.md
- README
Expand All @@ -17,7 +17,7 @@ on:
- 'etc/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: [ master ]
paths-ignore:
- CONTRIBUTING.md
- README
Expand All @@ -36,24 +36,14 @@ jobs:
strategy:
fail-fast: false
matrix:
# Override automatic language detection by changing the below list
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
language: ['cpp', 'python']
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
language: [ 'cpp', 'python' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed

steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2

# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
1 change: 1 addition & 0 deletions platform/rpm/firejail.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ rm -rf %{buildroot}
%{_datarootdir}/bash-completion/completions/__NAME__
%{_datarootdir}/bash-completion/completions/firecfg
%{_datarootdir}/bash-completion/completions/firemon
%{_datarootdir}/zsh/site-functions/_firejail
%{_docdir}/__NAME__
%{_mandir}/man1/__NAME__.1.gz
%{_mandir}/man1/firecfg.1.gz
Expand Down

0 comments on commit 4ceee6f

Please sign in to comment.