aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-c.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-11 06:38:36 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2023-09-11 17:48:10 +0000
commit8caf747ab86acad60337cec0b1390b00785e6626 (patch)
tree45f9e3132ced68710114de832b29bd910a5c182f /.github/workflows/check-c.yml
parentMerge pull request #5987 from kmk3/profiles-fix-eol-comments (diff)
downloadfirejail-8caf747ab86acad60337cec0b1390b00785e6626.tar.gz
firejail-8caf747ab86acad60337cec0b1390b00785e6626.tar.zst
firejail-8caf747ab86acad60337cec0b1390b00785e6626.zip
build(deps): bump actions/checkout from 3.6.0 to 4.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.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/f43a0e5ff2bd294095638e18286ca9a3d1956744...3df4ab11eba7bda6032a0b82a6bb43b11571feac) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/check-c.yml')
-rw-r--r--.github/workflows/check-c.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml
index 29be41be5..f156de1d9 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 57 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
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@f43a0e5ff2bd294095638e18286ca9a3d1956744 88 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
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@f43a0e5ff2bd294095638e18286ca9a3d1956744 116 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
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@f43a0e5ff2bd294095638e18286ca9a3d1956744 145 uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
146 146
147 - name: print env 147 - name: print env
148 run: ./ci/printenv.sh 148 run: ./ci/printenv.sh