aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-25 06:42:06 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-09-25 17:22:23 +0000
commitbfacd8652761b1d36832c2cd5fc2fc12d33a1f29 (patch)
treece570e2f358e0369b994da6aea3e24e18041fd9b /.github
parentprofiles: fix path of system-log-common.profile (diff)
downloadfirejail-bfacd8652761b1d36832c2cd5fc2fc12d33a1f29.tar.gz
firejail-bfacd8652761b1d36832c2cd5fc2fc12d33a1f29.tar.zst
firejail-bfacd8652761b1d36832c2cd5fc2fc12d33a1f29.zip
build(deps): bump actions/checkout from 4.0.0 to 4.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.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/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608) --- 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.yml2
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/check-c.yml8
-rw-r--r--.github/workflows/check-profiles.yml2
-rw-r--r--.github/workflows/check-python.yml2
-rw-r--r--.github/workflows/codespell.yml2
-rw-r--r--.github/workflows/test.yml10
7 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index 50357ee73..29817211d 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -52,7 +52,7 @@ jobs:
52 packages.microsoft.com:443 52 packages.microsoft.com:443
53 ppa.launchpadcontent.net:443 53 ppa.launchpadcontent.net:443
54 security.ubuntu.com:80 54 security.ubuntu.com:80
55 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 55 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
56 - name: update package information 56 - name: update package information
57 run: sudo apt-get update -qy 57 run: sudo apt-get update -qy
58 - name: install dependencies 58 - name: install dependencies
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a081241dc..0577cb962 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66 github.com:443 66 github.com:443
67 packages.microsoft.com:443 67 packages.microsoft.com:443
68 ppa.launchpadcontent.net:443 68 ppa.launchpadcontent.net:443
69 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 69 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
70 - name: update package information 70 - name: update package information
71 run: sudo apt-get update -qy 71 run: sudo apt-get update -qy
72 - name: install dependencies 72 - name: install dependencies
diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml
index 1b0a76b74..ec21309d8 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -54,7 +54,7 @@ jobs:
54 packages.microsoft.com:443 54 packages.microsoft.com:443
55 ppa.launchpadcontent.net:443 55 ppa.launchpadcontent.net:443
56 security.ubuntu.com:80 56 security.ubuntu.com:80
57 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 57 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
58 - name: update package information 58 - name: update package information
59 run: sudo apt-get update -qy 59 run: sudo apt-get update -qy
60 - name: install clang-tools-14 and dependencies 60 - name: install clang-tools-14 and dependencies
@@ -85,7 +85,7 @@ jobs:
85 packages.microsoft.com:443 85 packages.microsoft.com:443
86 ppa.launchpadcontent.net:443 86 ppa.launchpadcontent.net:443
87 security.ubuntu.com:80 87 security.ubuntu.com:80
88 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 88 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
89 - name: update package information 89 - name: update package information
90 run: sudo apt-get update -qy 90 run: sudo apt-get update -qy
91 - name: install cppcheck 91 - name: install cppcheck
@@ -113,7 +113,7 @@ jobs:
113 ppa.launchpad.net:80 113 ppa.launchpad.net:80
114 ppa.launchpadcontent.net:443 114 ppa.launchpadcontent.net:443
115 security.ubuntu.com:80 115 security.ubuntu.com:80
116 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 116 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
117 - name: update package information 117 - name: update package information
118 run: sudo apt-get update -qy 118 run: sudo apt-get update -qy
119 - name: install cppcheck 119 - name: install cppcheck
@@ -142,7 +142,7 @@ jobs:
142 uploads.github.com:443 142 uploads.github.com:443
143 143
144 - name: Checkout repository 144 - name: Checkout repository
145 uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 145 uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
146 146
147 - name: print env 147 - name: print env
148 run: ./ci/printenv.sh 148 run: ./ci/printenv.sh
diff --git a/.github/workflows/check-profiles.yml b/.github/workflows/check-profiles.yml
index a25277b9f..e05eed664 100644
--- a/.github/workflows/check-profiles.yml
+++ b/.github/workflows/check-profiles.yml
@@ -37,7 +37,7 @@ jobs:
37 allowed-endpoints: > 37 allowed-endpoints: >
38 github.com:443 38 github.com:443
39 39
40 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 40 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
41 - name: print env 41 - name: print env
42 run: ./ci/printenv.sh 42 run: ./ci/printenv.sh
43 - run: python3 --version 43 - run: python3 --version
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 138bf8189..d31b2ff1b 100644
--- a/.github/workflows/check-python.yml
+++ b/.github/workflows/check-python.yml
@@ -42,7 +42,7 @@ jobs:
42 uploads.github.com:443 42 uploads.github.com:443
43 43
44 - name: Checkout repository 44 - name: Checkout repository
45 uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 45 uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
46 46
47 - name: print env 47 - name: print env
48 run: ./ci/printenv.sh 48 run: ./ci/printenv.sh
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index b2cbed818..380abe248 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -32,7 +32,7 @@ jobs:
32 packages.microsoft.com:443 32 packages.microsoft.com:443
33 ppa.launchpadcontent.net:443 33 ppa.launchpadcontent.net:443
34 security.ubuntu.com:80 34 security.ubuntu.com:80
35 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 35 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
36 - name: update package information 36 - name: update package information
37 run: sudo apt-get update -qy 37 run: sudo apt-get update -qy
38 - name: install dependencies 38 - name: install dependencies
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 50c81ea57..921245801 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -60,7 +60,7 @@ jobs:
60 github.com:443 60 github.com:443
61 packages.microsoft.com:443 61 packages.microsoft.com:443
62 ppa.launchpadcontent.net:443 62 ppa.launchpadcontent.net:443
63 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 63 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
64 - name: update package information 64 - name: update package information
65 run: sudo apt-get update -qy 65 run: sudo apt-get update -qy
66 - name: install dependencies 66 - name: install dependencies
@@ -107,7 +107,7 @@ jobs:
107 github.com:443 107 github.com:443
108 packages.microsoft.com:443 108 packages.microsoft.com:443
109 ppa.launchpadcontent.net:443 109 ppa.launchpadcontent.net:443
110 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 110 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
111 - name: update package information 111 - name: update package information
112 run: sudo apt-get update -qy 112 run: sudo apt-get update -qy
113 - name: install dependencies 113 - name: install dependencies
@@ -145,7 +145,7 @@ jobs:
145 github.com:443 145 github.com:443
146 packages.microsoft.com:443 146 packages.microsoft.com:443
147 ppa.launchpadcontent.net:443 147 ppa.launchpadcontent.net:443
148 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 148 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
149 - name: update package information 149 - name: update package information
150 run: sudo apt-get update -qy 150 run: sudo apt-get update -qy
151 - name: install dependencies 151 - name: install dependencies
@@ -186,7 +186,7 @@ jobs:
186 ppa.launchpadcontent.net:443 186 ppa.launchpadcontent.net:443
187 www.debian.org:443 187 www.debian.org:443
188 www.debian.org:80 188 www.debian.org:80
189 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 189 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
190 - name: update package information 190 - name: update package information
191 run: sudo apt-get update -qy 191 run: sudo apt-get update -qy
192 - name: install dependencies 192 - name: install dependencies
@@ -230,7 +230,7 @@ jobs:
230 www.debian.org:443 230 www.debian.org:443
231 www.debian.org:80 231 www.debian.org:80
232 yahoo.com:1025 232 yahoo.com:1025
233 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 233 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
234 - name: update package information 234 - name: update package information
235 run: sudo apt-get update -qy 235 run: sudo apt-get update -qy
236 - name: install dependencies 236 - name: install dependencies