From 8c5269c002cb0323cdc04239b2e18f128d744d5c Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 7 Jul 2025 12:56:54 -0500 Subject: [PATCH] chore: lock DCM version in GHA (#19795) --- .github/workflows/static_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index b128c3f80f..79c66a6cf4 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -64,7 +64,7 @@ jobs: wget -qO- https://dcm.dev/pgp-key.public | sudo gpg --dearmor -o /usr/share/keyrings/dcm.gpg echo 'deb [signed-by=/usr/share/keyrings/dcm.gpg arch=amd64] https://dcm.dev/debian stable main' | sudo tee /etc/apt/sources.list.d/dart_stable.list sudo apt-get update - sudo apt-get install dcm + sudo apt-get install dcm=1.29.0-1 - name: Generate translation file run: make translation