aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-extra.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-07 06:15:58 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2022-03-08 20:12:45 +0000
commitbf6f98153abe0426f57b894f72161d1f171a7d0f (patch)
tree33141a0c5018e6258c41846d0276e1a22be7a857 /.github/workflows/build-extra.yml
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-bf6f98153abe0426f57b894f72161d1f171a7d0f.tar.gz
firejail-bf6f98153abe0426f57b894f72161d1f171a7d0f.tar.zst
firejail-bf6f98153abe0426f57b894f72161d1f171a7d0f.zip
Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [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/ec3a7ce113134d7a93b817d10a8272cb61118579...a12a3943b4bdde767164f792f33f40b04645d846) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/build-extra.yml')
-rw-r--r--.github/workflows/build-extra.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index b598c40e3..0d53b270d 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -30,7 +30,7 @@ jobs:
30 build-clang: 30 build-clang:
31 runs-on: ubuntu-20.04 31 runs-on: ubuntu-20.04
32 steps: 32 steps:
33 - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 33 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
34 - name: configure 34 - name: configure
35 run: CC=clang-11 ./configure --enable-fatal-warnings 35 run: CC=clang-11 ./configure --enable-fatal-warnings
36 - name: make 36 - name: make
@@ -38,7 +38,7 @@ jobs:
38 scan-build: 38 scan-build:
39 runs-on: ubuntu-20.04 39 runs-on: ubuntu-20.04
40 steps: 40 steps:
41 - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 41 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
42 - name: install clang-tools-11 42 - name: install clang-tools-11
43 run: sudo apt-get install clang-tools-11 43 run: sudo apt-get install clang-tools-11
44 - name: configure 44 - name: configure
@@ -48,7 +48,7 @@ jobs:
48 cppcheck: 48 cppcheck:
49 runs-on: ubuntu-20.04 49 runs-on: ubuntu-20.04
50 steps: 50 steps:
51 - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 51 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
52 - name: install cppcheck 52 - name: install cppcheck
53 run: sudo apt-get install cppcheck 53 run: sudo apt-get install cppcheck
54 - name: cppcheck 54 - name: cppcheck