aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-20 06:57:40 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2023-03-20 17:12:03 +0000
commit913c139686a5ae9ca8a8c62cf364038160b3f338 (patch)
tree577c5705420297e19a7dd9e81cabfd4d17a6e125 /.github
parentbuild(deps): bump github/codeql-action from 2.2.6 to 2.2.7 (diff)
downloadfirejail-913c139686a5ae9ca8a8c62cf364038160b3f338.tar.gz
firejail-913c139686a5ae9ca8a8c62cf364038160b3f338.tar.zst
firejail-913c139686a5ae9ca8a8c62cf364038160b3f338.zip
build(deps): bump actions/checkout from 3.3.0 to 3.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.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/ac593985615ec2ede58e132d2e21d2b1cbd6127c...24cb9080177205b6e8c946b17badbe402adc938f) --- 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')
-rw-r--r--.github/workflows/build-extra.yml10
-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, 8 insertions, 8 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index 0eb616a67..d1d8d4a17 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 63 - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 84 - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 101 - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 118 - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
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
@@ -130,7 +130,7 @@ jobs:
130 allowed-endpoints: > 130 allowed-endpoints: >
131 azure.archive.ubuntu.com:80 131 azure.archive.ubuntu.com:80
132 github.com:443 132 github.com:443
133 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c 133 - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
134 - name: install dependencies 134 - name: install dependencies
135 run: sudo apt-get install codespell 135 run: sudo apt-get install codespell
136 - name: codespell 136 - name: codespell
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index be3ee0bbe..ee370dc32 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56 www.debian.org:443 56 www.debian.org:443
57 www.debian.org:80 57 www.debian.org:80
58 yahoo.com:1025 58 yahoo.com:1025
59 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c 59 - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
60 - name: update package information 60 - name: update package information
61 run: sudo apt-get update 61 run: sudo apt-get update
62 - name: install dependencies 62 - name: install dependencies
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 6a90f16e9..6495f3618 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -84,7 +84,7 @@ jobs:
84 uploads.github.com:443 84 uploads.github.com:443
85 85
86 - name: Checkout repository 86 - name: Checkout repository
87 uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c 87 uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
88 88
89 # Initializes the CodeQL tools for scanning. 89 # Initializes the CodeQL tools for scanning.
90 - name: Initialize CodeQL 90 - name: Initialize CodeQL
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index 06c446c6c..29e484e38 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -33,7 +33,7 @@ jobs:
33 allowed-endpoints: > 33 allowed-endpoints: >
34 github.com:443 34 github.com:443
35 35
36 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c 36 - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
37# - name: sort.py 37# - name: sort.py
38# run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile 38# run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
39# Currently broken (see #5610) 39# Currently broken (see #5610)