aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-10 06:15:20 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2022-10-10 19:40:58 +0000
commit5ae2d50b9106329cc6a1d83cfe79b679d6ac390f (patch)
tree362b5a17c830142fee0117fc65533393564d64e4 /.github/workflows
parentbuild(deps): bump github/codeql-action from 2.1.26 to 2.1.27 (diff)
downloadfirejail-5ae2d50b9106329cc6a1d83cfe79b679d6ac390f.tar.gz
firejail-5ae2d50b9106329cc6a1d83cfe79b679d6ac390f.tar.zst
firejail-5ae2d50b9106329cc6a1d83cfe79b679d6ac390f.zip
build(deps): bump actions/checkout from 3.0.2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/2541b1294d2704b0964813337f33b291d3f8596b...93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-extra.yml8
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/codeql-analysis.yml2
-rw-r--r--.github/workflows/profile-checks.yml2
4 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index 9296062c1..8c318ded8 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -36,7 +36,7 @@ jobs:
36 build-clang: 36 build-clang:
37 runs-on: ubuntu-22.04 37 runs-on: ubuntu-22.04
38 steps: 38 steps:
39 - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b 39 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
40 - name: install dependencies 40 - name: install dependencies
41 run: sudo apt-get install libapparmor-dev libselinux1-dev 41 run: sudo apt-get install libapparmor-dev libselinux1-dev
42 - name: configure 42 - name: configure
@@ -50,7 +50,7 @@ jobs:
50 scan-build: 50 scan-build:
51 runs-on: ubuntu-22.04 51 runs-on: ubuntu-22.04
52 steps: 52 steps:
53 - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b 53 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
54 - name: install clang-tools-14 and dependencies 54 - name: install clang-tools-14 and dependencies
55 run: sudo apt-get install clang-tools-14 libapparmor-dev libselinux1-dev 55 run: sudo apt-get install clang-tools-14 libapparmor-dev libselinux1-dev
56 - name: configure 56 - name: configure
@@ -60,7 +60,7 @@ jobs:
60 cppcheck: 60 cppcheck:
61 runs-on: ubuntu-22.04 61 runs-on: ubuntu-22.04
62 steps: 62 steps:
63 - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b 63 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
64 - name: install cppcheck 64 - name: install cppcheck
65 run: sudo apt-get install cppcheck 65 run: sudo apt-get install cppcheck
66 - name: cppcheck 66 - name: cppcheck
@@ -70,7 +70,7 @@ jobs:
70 cppcheck_old: 70 cppcheck_old:
71 runs-on: ubuntu-20.04 71 runs-on: ubuntu-20.04
72 steps: 72 steps:
73 - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b 73 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
74 - name: install cppcheck 74 - name: install cppcheck
75 run: sudo apt-get install cppcheck 75 run: sudo apt-get install cppcheck
76 - name: cppcheck 76 - name: cppcheck
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3203e0677..74f4375c9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28 build_and_test: 28 build_and_test:
29 runs-on: ubuntu-22.04 29 runs-on: ubuntu-22.04
30 steps: 30 steps:
31 - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b 31 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
32 - name: update package information 32 - name: update package information
33 run: sudo apt-get update 33 run: sudo apt-get update
34 - name: install dependencies 34 - name: install dependencies
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 219d0963e..dffdebf8f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -49,7 +49,7 @@ jobs:
49 49
50 steps: 50 steps:
51 - name: Checkout repository 51 - name: Checkout repository
52 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b 52 uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
53 53
54 # Initializes the CodeQL tools for scanning. 54 # Initializes the CodeQL tools for scanning.
55 - name: Initialize CodeQL 55 - name: Initialize CodeQL
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index d235aeb64..a530cdff5 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -20,7 +20,7 @@ jobs:
20 profile-checks: 20 profile-checks:
21 runs-on: ubuntu-latest 21 runs-on: ubuntu-latest
22 steps: 22 steps:
23 - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b 23 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
24 - name: sort.py 24 - name: sort.py
25 run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile 25 run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
26 - name: private-etc-always-required.sh 26 - name: private-etc-always-required.sh