commit | 311df6bb0f861154e6a27144c226c805c7554a94 | [log] [tgz] |
---|---|---|
author | Alex <aleksandrosansan@gmail.com> | Mon Sep 26 15:52:46 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 26 15:52:46 2022 +0100 |
tree | 73269e6b635854c363853400bc7135bed4095fda | |
parent | 838b746cce7ea863acdb81e3f44eec2ea90de92a [diff] [blame] |
patch 9.0.0593: CI actions have too many permissions Problem: CI actions have too many permissions. Solution: Restrict permissions to what is required. (closes #11223)
diff --git a/src/version.c b/src/version.c index ab4cea3..8f503f2 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 593, +/**/ 592, /**/ 591,