aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/profile-checks.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/profile-checks.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/profile-checks.yml')
-rw-r--r--.github/workflows/profile-checks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index 57a978d55..c2a3c5dc7 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-20.04 21 runs-on: ubuntu-20.04
22 steps: 22 steps:
23 - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 23 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
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