aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-extra.yml
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/build-extra.yml
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/build-extra.yml')
-rw-r--r--.github/workflows/build-extra.yml8
1 files changed, 4 insertions, 4 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