aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-c.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-18 06:02:20 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-03-18 09:45:45 +0000
commitf3d4e0b82843f5d9aed7c072c53c5a9144a2790c (patch)
treea4f522c421565aca6cfe29fe8b34f3524519686d /.github/workflows/check-c.yml
parentNew profile: koreader.profile (#6243) (diff)
downloadfirejail-f3d4e0b82843f5d9aed7c072c53c5a9144a2790c.tar.gz
firejail-f3d4e0b82843f5d9aed7c072c53c5a9144a2790c.tar.zst
firejail-f3d4e0b82843f5d9aed7c072c53c5a9144a2790c.zip
build(deps): bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.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/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) --- 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/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 3fd8a3051..e3961cd08 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -56,7 +56,7 @@ jobs:
56 packages.microsoft.com:443 56 packages.microsoft.com:443
57 ppa.launchpadcontent.net:443 57 ppa.launchpadcontent.net:443
58 security.ubuntu.com:80 58 security.ubuntu.com:80
59 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 59 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
60 - name: update package information 60 - name: update package information
61 run: sudo apt-get update -qy 61 run: sudo apt-get update -qy
62 - name: install clang-tools-14 and dependencies 62 - name: install clang-tools-14 and dependencies
@@ -89,7 +89,7 @@ jobs:
89 packages.microsoft.com:443 89 packages.microsoft.com:443
90 ppa.launchpadcontent.net:443 90 ppa.launchpadcontent.net:443
91 security.ubuntu.com:80 91 security.ubuntu.com:80
92 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 92 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
93 - name: update package information 93 - name: update package information
94 run: sudo apt-get update -qy 94 run: sudo apt-get update -qy
95 - name: install cppcheck 95 - name: install cppcheck
@@ -120,7 +120,7 @@ jobs:
120 ppa.launchpad.net:80 120 ppa.launchpad.net:80
121 ppa.launchpadcontent.net:443 121 ppa.launchpadcontent.net:443
122 security.ubuntu.com:80 122 security.ubuntu.com:80
123 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 123 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
124 - name: update package information 124 - name: update package information
125 run: sudo apt-get update -qy 125 run: sudo apt-get update -qy
126 - name: install cppcheck 126 - name: install cppcheck
@@ -154,7 +154,7 @@ jobs:
154 uploads.github.com:443 154 uploads.github.com:443
155 155
156 - name: Checkout repository 156 - name: Checkout repository
157 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 157 uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
158 158
159 - name: print env 159 - name: print env
160 run: ./ci/printenv.sh 160 run: ./ci/printenv.sh