aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-extra.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-19 06:02:59 +0000
committerLibravatar GitHub <noreply@github.com>2022-12-19 06:02:59 +0000
commit2dd3530cb3ed2bd1a2b31f3af0411d5b18e8a810 (patch)
treeeb84c24cb211ebed54aae63623e402a30d83d80c /.github/workflows/build-extra.yml
parentfixes (diff)
downloadfirejail-2dd3530cb3ed2bd1a2b31f3af0411d5b18e8a810.tar.gz
firejail-2dd3530cb3ed2bd1a2b31f3af0411d5b18e8a810.tar.zst
firejail-2dd3530cb3ed2bd1a2b31f3af0411d5b18e8a810.zip
build(deps): bump actions/checkout from 3.1.0 to 3.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.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/93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8...755da8c3cf115ac066823e79a1e1788f8940201b) --- 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 6005548bb..839ba6f49 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -60,7 +60,7 @@ jobs:
60 allowed-endpoints: > 60 allowed-endpoints: >
61 azure.archive.ubuntu.com:80 61 azure.archive.ubuntu.com:80
62 github.com:443 62 github.com:443
63 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 63 - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
64 - name: install dependencies 64 - name: install dependencies
65 run: sudo apt-get install libapparmor-dev libselinux1-dev 65 run: sudo apt-get install libapparmor-dev libselinux1-dev
66 - name: configure 66 - name: configure
@@ -81,7 +81,7 @@ jobs:
81 allowed-endpoints: > 81 allowed-endpoints: >
82 azure.archive.ubuntu.com:80 82 azure.archive.ubuntu.com:80
83 github.com:443 83 github.com:443
84 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 84 - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
85 - name: install clang-tools-14 and dependencies 85 - name: install clang-tools-14 and dependencies
86 run: sudo apt-get install clang-tools-14 libapparmor-dev libselinux1-dev 86 run: sudo apt-get install clang-tools-14 libapparmor-dev libselinux1-dev
87 - name: configure 87 - name: configure
@@ -98,7 +98,7 @@ jobs:
98 allowed-endpoints: > 98 allowed-endpoints: >
99 azure.archive.ubuntu.com:80 99 azure.archive.ubuntu.com:80
100 github.com:443 100 github.com:443
101 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 101 - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
102 - name: install cppcheck 102 - name: install cppcheck
103 run: sudo apt-get install cppcheck 103 run: sudo apt-get install cppcheck
104 - name: cppcheck 104 - name: cppcheck
@@ -115,7 +115,7 @@ jobs:
115 allowed-endpoints: > 115 allowed-endpoints: >
116 azure.archive.ubuntu.com:80 116 azure.archive.ubuntu.com:80
117 github.com:443 117 github.com:443
118 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 118 - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
119 - name: install cppcheck 119 - name: install cppcheck
120 run: sudo apt-get install cppcheck 120 run: sudo apt-get install cppcheck
121 - name: cppcheck 121 - name: cppcheck