From dee9454a7668c0ab2e23db5f32eb626bdca5f990 Mon Sep 17 00:00:00 2001 From: Lorena Rangel Date: Tue, 26 May 2026 11:11:00 +0200 Subject: [PATCH] chore: pin remaining GitHub Actions to commit SHA Signed-off-by: Lorena Rangel --- start/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start/action.yml b/start/action.yml index ef6b13a..18ebae3 100644 --- a/start/action.yml +++ b/start/action.yml @@ -70,7 +70,7 @@ runs: - name: Get Docker Desktop latest build url if: runner.os == 'Linux' && inputs.docker-desktop-build-url == 'latest' - uses: mavrosxristoforos/get-xml-info@1.1.1 + uses: mavrosxristoforos/get-xml-info@749cc7ecda18372226181a390717a4cab5439eb5 # v1.1.1 id: get-latest-build-url with: xml-file: appcast.xml @@ -90,7 +90,7 @@ runs: - name: Cache Docker Desktop packages if: runner.os == 'Linux' id: cache-docker-desktop - uses: actions/cache@v3 + uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3 with: key: "docker-desktop-4.25.0-amd64" path: |