aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-23 06:07:55 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2023-10-23 16:46:42 +0000
commitc4b0d88fad87dd0c816346fdd6afb15a5c166a21 (patch)
tree49b5dabdec183e469b5215a0b82b2f962755d9b2 /.github
parentprofiles: support more msmtp configuration paths (#6060) (diff)
downloadfirejail-c4b0d88fad87dd0c816346fdd6afb15a5c166a21.tar.gz
firejail-c4b0d88fad87dd0c816346fdd6afb15a5c166a21.tar.zst
firejail-c4b0d88fad87dd0c816346fdd6afb15a5c166a21.zip
build(deps): bump actions/checkout from 4.1.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [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/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... 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 287dde744..7fb51e92f 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -53,7 +53,7 @@ jobs:
53 packages.microsoft.com:443 53 packages.microsoft.com:443
54 ppa.launchpadcontent.net:443 54 ppa.launchpadcontent.net:443
55 security.ubuntu.com:80 55 security.ubuntu.com:80
56 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 56 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
57 - name: update package information 57 - name: update package information
58 run: sudo apt-get update -qy 58 run: sudo apt-get update -qy
59 - name: install dependencies 59 - name: install dependencies
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2fad83f82..5eb84a843 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67 github.com:443 67 github.com:443
68 packages.microsoft.com:443 68 packages.microsoft.com:443
69 ppa.launchpadcontent.net:443 69 ppa.launchpadcontent.net:443
70 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 70 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
71 - name: update package information 71 - name: update package information
72 run: sudo apt-get update -qy 72 run: sudo apt-get update -qy
73 - name: install dependencies 73 - name: install dependencies
diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml
index 9fae67c95..cb4291563 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -55,7 +55,7 @@ jobs:
55 packages.microsoft.com:443 55 packages.microsoft.com:443
56 ppa.launchpadcontent.net:443 56 ppa.launchpadcontent.net:443
57 security.ubuntu.com:80 57 security.ubuntu.com:80
58 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 58 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
59 - name: update package information 59 - name: update package information
60 run: sudo apt-get update -qy 60 run: sudo apt-get update -qy
61 - name: install clang-tools-14 and dependencies 61 - name: install clang-tools-14 and dependencies
@@ -86,7 +86,7 @@ jobs:
86 packages.microsoft.com:443 86 packages.microsoft.com:443
87 ppa.launchpadcontent.net:443 87 ppa.launchpadcontent.net:443
88 security.ubuntu.com:80 88 security.ubuntu.com:80
89 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 89 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
90 - name: update package information 90 - name: update package information
91 run: sudo apt-get update -qy 91 run: sudo apt-get update -qy
92 - name: install cppcheck 92 - name: install cppcheck
@@ -114,7 +114,7 @@ jobs:
114 ppa.launchpad.net:80 114 ppa.launchpad.net:80
115 ppa.launchpadcontent.net:443 115 ppa.launchpadcontent.net:443
116 security.ubuntu.com:80 116 security.ubuntu.com:80
117 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 117 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
118 - name: update package information 118 - name: update package information
119 run: sudo apt-get update -qy 119 run: sudo apt-get update -qy
120 - name: install cppcheck 120 - name: install cppcheck
@@ -143,7 +143,7 @@ jobs:
143 uploads.github.com:443 143 uploads.github.com:443
144 144
145 - name: Checkout repository 145 - name: Checkout repository
146 uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 146 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
147 147
148 - name: print env 148 - name: print env
149 run: ./ci/printenv.sh 149 run: ./ci/printenv.sh
diff --git a/.github/workflows/check-profiles.yml b/.github/workflows/check-profiles.yml
index f8d24f727..f1b69ec47 100644
--- a/.github/workflows/check-profiles.yml
+++ b/.github/workflows/check-profiles.yml
@@ -38,7 +38,7 @@ jobs:
38 allowed-endpoints: > 38 allowed-endpoints: >
39 github.com:443 39 github.com:443
40 40
41 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 41 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
42 - name: print env 42 - name: print env
43 run: ./ci/printenv.sh 43 run: ./ci/printenv.sh
44 - run: python3 --version 44 - run: python3 --version
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 80166130b..2362b961e 100644
--- a/.github/workflows/check-python.yml
+++ b/.github/workflows/check-python.yml
@@ -43,7 +43,7 @@ jobs:
43 uploads.github.com:443 43 uploads.github.com:443
44 44
45 - name: Checkout repository 45 - name: Checkout repository
46 uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 46 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
47 47
48 - name: print env 48 - name: print env
49 run: ./ci/printenv.sh 49 run: ./ci/printenv.sh
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index 8e41f5207..3da4411cc 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -33,7 +33,7 @@ jobs:
33 packages.microsoft.com:443 33 packages.microsoft.com:443
34 ppa.launchpadcontent.net:443 34 ppa.launchpadcontent.net:443
35 security.ubuntu.com:80 35 security.ubuntu.com:80
36 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 36 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
37 - name: update package information 37 - name: update package information
38 run: sudo apt-get update -qy 38 run: sudo apt-get update -qy
39 - name: install dependencies 39 - name: install dependencies
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f046960a3..a63abafcb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -61,7 +61,7 @@ jobs:
61 github.com:443 61 github.com:443
62 packages.microsoft.com:443 62 packages.microsoft.com:443
63 ppa.launchpadcontent.net:443 63 ppa.launchpadcontent.net:443
64 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 64 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
65 - name: update package information 65 - name: update package information
66 run: sudo apt-get update -qy 66 run: sudo apt-get update -qy
67 - name: install dependencies 67 - name: install dependencies
@@ -108,7 +108,7 @@ jobs:
108 github.com:443 108 github.com:443
109 packages.microsoft.com:443 109 packages.microsoft.com:443
110 ppa.launchpadcontent.net:443 110 ppa.launchpadcontent.net:443
111 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 111 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
112 - name: update package information 112 - name: update package information
113 run: sudo apt-get update -qy 113 run: sudo apt-get update -qy
114 - name: install dependencies 114 - name: install dependencies
@@ -146,7 +146,7 @@ jobs:
146 github.com:443 146 github.com:443
147 packages.microsoft.com:443 147 packages.microsoft.com:443
148 ppa.launchpadcontent.net:443 148 ppa.launchpadcontent.net:443
149 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 149 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
150 - name: update package information 150 - name: update package information
151 run: sudo apt-get update -qy 151 run: sudo apt-get update -qy
152 - name: install dependencies 152 - name: install dependencies
@@ -187,7 +187,7 @@ jobs:
187 ppa.launchpadcontent.net:443 187 ppa.launchpadcontent.net:443
188 www.debian.org:443 188 www.debian.org:443
189 www.debian.org:80 189 www.debian.org:80
190 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 190 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
191 - name: update package information 191 - name: update package information
192 run: sudo apt-get update -qy 192 run: sudo apt-get update -qy
193 - name: install dependencies 193 - name: install dependencies
@@ -231,7 +231,7 @@ jobs:
231 www.debian.org:443 231 www.debian.org:443
232 www.debian.org:80 232 www.debian.org:80
233 yahoo.com:1025 233 yahoo.com:1025
234 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 234 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
235 - name: update package information 235 - name: update package information
236 run: sudo apt-get update -qy 236 run: sudo apt-get update -qy
237 - name: install dependencies 237 - name: install dependencies