From 2c2c34dcec230a2d900c98a87c30a6fca2a64e0c Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 5 Jun 2025 00:37:40 +0200 Subject: [PATCH] github: Update permittedInsecurePackages to match current freeimage --- .github/workflows/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 93629d992a..6405344a5f 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -44,7 +44,7 @@ jobs: # permittedInsecurePackages is needed for updating some gz-*-vendor packages. # Note that this runs without access to SUPERFLORE_GITHUB_TOKEN. mkdir -p ~/.config/nixpkgs - echo '{ permittedInsecurePackages = [ "freeimage-unstable-2021-11-01" ]; }' > ~/.config/nixpkgs/config.nix + echo '{ permittedInsecurePackages = [ "freeimage-3.18.0-unstable-2024-04-18" ]; }' > ~/.config/nixpkgs/config.nix NIX_PATH=nixpkgs=$PWD ./maintainers/scripts/update-ament-vendor.sh || ret=$? git commit -m 'Update vendored-source.json files' $(find -name vendored-source.json) || : exit $ret