aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-18 14:25:25 +0000
committerLibravatar GitHub <noreply@github.com>2023-06-18 14:25:25 +0000
commitf8eb29c2f1a6b424ab9561e392a93d724d1ea5a9 (patch)
tree4f49ef9e44bda8f337160edd57373454900bbf9a
parentMerge pull request #5857 from kmk3/ci-standardize-apt (diff)
downloadfirejail-dependabot/github_actions/actions/checkout-3.5.3.tar.gz
firejail-dependabot/github_actions/actions/checkout-3.5.3.tar.zst
firejail-dependabot/github_actions/actions/checkout-3.5.3.zip
build(deps): bump actions/checkout from 3.5.2 to 3.5.3dependabot/github_actions/actions/checkout-3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [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/8e5e7e5ab8b370d6c329ec480221332ada57f0ab...c85c95e3d7251135ab7dc9ce3241c5835cc595a9) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-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 e32f827e1..caa09e4de 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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 63 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
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
@@ -90,7 +90,7 @@ jobs:
90 allowed-endpoints: > 90 allowed-endpoints: >
91 azure.archive.ubuntu.com:80 91 azure.archive.ubuntu.com:80
92 github.com:443 92 github.com:443
93 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 93 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
94 - name: update package information 94 - name: update package information
95 run: sudo apt-get update -qy 95 run: sudo apt-get update -qy
96 - name: install clang-tools-14 and dependencies 96 - name: install clang-tools-14 and dependencies
@@ -116,7 +116,7 @@ jobs:
116 allowed-endpoints: > 116 allowed-endpoints: >
117 azure.archive.ubuntu.com:80 117 azure.archive.ubuntu.com:80
118 github.com:443 118 github.com:443
119 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 119 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
120 - name: update package information 120 - name: update package information
121 run: sudo apt-get update -qy 121 run: sudo apt-get update -qy
122 - name: install cppcheck 122 - 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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 141 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
142 - name: update package information 142 - name: update package information
143 run: sudo apt-get update -qy 143 run: sudo apt-get update -qy
144 - name: install cppcheck 144 - name: install cppcheck
@@ -156,7 +156,7 @@ jobs:
156 allowed-endpoints: > 156 allowed-endpoints: >
157 azure.archive.ubuntu.com:80 157 azure.archive.ubuntu.com:80
158 github.com:443 158 github.com:443
159 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 159 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
160 - name: update package information 160 - name: update package information
161 run: sudo apt-get update -qy 161 run: sudo apt-get update -qy
162 - name: install dependencies 162 - name: install dependencies
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ea85e1109..afa8d1305 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61 www.debian.org:443 61 www.debian.org:443
62 www.debian.org:80 62 www.debian.org:80
63 yahoo.com:1025 63 yahoo.com:1025
64 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 64 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
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
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 8c17646a3..91c6e181c 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -86,7 +86,7 @@ jobs:
86 uploads.github.com:443 86 uploads.github.com:443
87 87
88 - name: Checkout repository 88 - name: Checkout repository
89 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 89 uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
90 90
91 - name: print env 91 - name: print env
92 run: ./ci/printenv.sh 92 run: ./ci/printenv.sh
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index 8500481cd..8418a390b 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -31,7 +31,7 @@ jobs:
31 allowed-endpoints: > 31 allowed-endpoints: >
32 github.com:443 32 github.com:443
33 33
34 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 34 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
35 - name: print env 35 - name: print env
36 run: ./ci/printenv.sh 36 run: ./ci/printenv.sh
37 - run: python3 --version 37 - run: python3 --version