Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/netblue30/firejail
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Apr 25, 2022
2 parents 1cdfa6f + 9ffee8b commit 9633d7d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
build-clang:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: configure
run: CC=clang-11 ./configure --enable-fatal-warnings
- name: make
run: make
scan-build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: install clang-tools-11
run: sudo apt-get install clang-tools-11
- name: configure
Expand All @@ -48,7 +48,7 @@ jobs:
cppcheck:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: install cppcheck
run: sudo apt-get install cppcheck
- name: cppcheck
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
build_and_test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: update package information
run: sudo apt-get update
- name: install dependencies
run: sudo apt-get install gcc-11 libapparmor-dev libselinux1-dev expect xzdec
- name: configure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
profile-checks:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: sort.py
run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
- name: private-etc-always-required.sh
Expand Down

0 comments on commit 9633d7d

Please sign in to comment.