aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-c.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-28 22:17:00 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-28 22:22:25 +0000
commitf235c8f6c77837e6e98de76259a07e7de11a5e37 (patch)
treed544aafd7cf772dc7da5989b46fd2708650764c3 /.github/workflows/check-c.yml
parentbuild(deps): bump github/codeql-action from 2.21.2 to 2.21.5 (diff)
downloadfirejail-f235c8f6c77837e6e98de76259a07e7de11a5e37.tar.gz
firejail-f235c8f6c77837e6e98de76259a07e7de11a5e37.tar.zst
firejail-f235c8f6c77837e6e98de76259a07e7de11a5e37.zip
build(deps): bump actions/checkout from 3.5.3 to 3.6.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.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/c85c95e3d7251135ab7dc9ce3241c5835cc595a9...f43a0e5ff2bd294095638e18286ca9a3d1956744) --- 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/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 cf44474ca..2940465a9 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -52,7 +52,7 @@ jobs:
52 packages.microsoft.com:443 52 packages.microsoft.com:443
53 ppa.launchpadcontent.net:443 53 ppa.launchpadcontent.net:443
54 security.ubuntu.com:80 54 security.ubuntu.com:80
55 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 55 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
56 - name: update package information 56 - name: update package information
57 run: sudo apt-get update -qy 57 run: sudo apt-get update -qy
58 - name: install clang-tools-14 and dependencies 58 - name: install clang-tools-14 and dependencies
@@ -83,7 +83,7 @@ jobs:
83 packages.microsoft.com:443 83 packages.microsoft.com:443
84 ppa.launchpadcontent.net:443 84 ppa.launchpadcontent.net:443
85 security.ubuntu.com:80 85 security.ubuntu.com:80
86 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 86 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
87 - name: update package information 87 - name: update package information
88 run: sudo apt-get update -qy 88 run: sudo apt-get update -qy
89 - name: install cppcheck 89 - name: install cppcheck
@@ -111,7 +111,7 @@ jobs:
111 ppa.launchpad.net:80 111 ppa.launchpad.net:80
112 ppa.launchpadcontent.net:443 112 ppa.launchpadcontent.net:443
113 security.ubuntu.com:80 113 security.ubuntu.com:80
114 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 114 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
115 - name: update package information 115 - name: update package information
116 run: sudo apt-get update -qy 116 run: sudo apt-get update -qy
117 - name: install cppcheck 117 - name: install cppcheck
@@ -140,7 +140,7 @@ jobs:
140 uploads.github.com:443 140 uploads.github.com:443
141 141
142 - name: Checkout repository 142 - name: Checkout repository
143 uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 143 uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
144 144
145 - name: print env 145 - name: print env
146 run: ./ci/printenv.sh 146 run: ./ci/printenv.sh