aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-17 06:58:06 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2023-04-17 18:16:07 +0000
commitf1059dae11eb2e00d51240cf200d486a48ba9d09 (patch)
tree3c027385e62bf86bf8f211b49d4d635f7fedb5c4 /.github
parentbuild(deps): bump github/codeql-action from 2.2.11 to 2.2.12 (diff)
downloadfirejail-f1059dae11eb2e00d51240cf200d486a48ba9d09.tar.gz
firejail-f1059dae11eb2e00d51240cf200d486a48ba9d09.tar.zst
firejail-f1059dae11eb2e00d51240cf200d486a48ba9d09.zip
build(deps): bump actions/checkout from 3.5.0 to 3.5.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [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/8f4b7f84864484a7bf31766abe9204da3cbe65b3...8e5e7e5ab8b370d6c329ec480221332ada57f0ab) --- 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.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 8ee48310f..df6460203 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 63 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
64 - name: update package information 64 - name: update package information
65 run: sudo apt-get update 65 run: sudo apt-get update
66 - name: install dependencies 66 - name: install dependencies
@@ -83,7 +83,7 @@ jobs:
83 allowed-endpoints: > 83 allowed-endpoints: >
84 azure.archive.ubuntu.com:80 84 azure.archive.ubuntu.com:80
85 github.com:443 85 github.com:443
86 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 86 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
87 - name: update package information 87 - name: update package information
88 run: sudo apt-get update 88 run: sudo apt-get update
89 - name: install clang-tools-14 and dependencies 89 - name: install clang-tools-14 and dependencies
@@ -102,7 +102,7 @@ jobs:
102 allowed-endpoints: > 102 allowed-endpoints: >
103 azure.archive.ubuntu.com:80 103 azure.archive.ubuntu.com:80
104 github.com:443 104 github.com:443
105 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 105 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
106 - name: update package information 106 - name: update package information
107 run: sudo apt-get update 107 run: sudo apt-get update
108 - name: install cppcheck 108 - name: install cppcheck
@@ -121,7 +121,7 @@ jobs:
121 allowed-endpoints: > 121 allowed-endpoints: >
122 azure.archive.ubuntu.com:80 122 azure.archive.ubuntu.com:80
123 github.com:443 123 github.com:443
124 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 124 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
125 - name: update package information 125 - name: update package information
126 run: sudo apt-get update 126 run: sudo apt-get update
127 - name: install cppcheck 127 - name: install cppcheck
@@ -138,7 +138,7 @@ jobs:
138 allowed-endpoints: > 138 allowed-endpoints: >
139 azure.archive.ubuntu.com:80 139 azure.archive.ubuntu.com:80
140 github.com:443 140 github.com:443
141 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 141 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
142 - name: update package information 142 - name: update package information
143 run: sudo apt-get update 143 run: sudo apt-get update
144 - name: install dependencies 144 - name: install dependencies
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7d2652b78..2d6b1af75 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 59 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
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 52fb21cce..d46c0a3b7 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -85,7 +85,7 @@ jobs:
85 uploads.github.com:443 85 uploads.github.com:443
86 86
87 - name: Checkout repository 87 - name: Checkout repository
88 uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 88 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
89 89
90 # Initializes the CodeQL tools for scanning. 90 # Initializes the CodeQL tools for scanning.
91 - name: Initialize CodeQL 91 - name: Initialize CodeQL
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index 54188c787..144d52327 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 36 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
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)