aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-extra.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-27 06:58:05 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-27 08:23:23 +0000
commit9c438eff6f5825f43ead0f9287d22faa1db01269 (patch)
treeaf43738d03ad20d9d10ef03bddb13c20d86eff5e /.github/workflows/build-extra.yml
parentmerges (diff)
downloadfirejail-9c438eff6f5825f43ead0f9287d22faa1db01269.tar.gz
firejail-9c438eff6f5825f43ead0f9287d22faa1db01269.tar.zst
firejail-9c438eff6f5825f43ead0f9287d22faa1db01269.zip
build(deps): bump actions/checkout from 3.4.0 to 3.5.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.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/24cb9080177205b6e8c946b17badbe402adc938f...8f4b7f84864484a7bf31766abe9204da3cbe65b3) --- 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/workflows/build-extra.yml')
-rw-r--r--.github/workflows/build-extra.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index d5fa4af3c..d31aec004 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@24cb9080177205b6e8c946b17badbe402adc938f 63 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
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@24cb9080177205b6e8c946b17badbe402adc938f 86 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
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@24cb9080177205b6e8c946b17badbe402adc938f 105 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
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@24cb9080177205b6e8c946b17badbe402adc938f 124 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
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@24cb9080177205b6e8c946b17badbe402adc938f 141 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
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