From fc9afa56ba0633cf4c310a167ffb2cfffef35c31 Mon Sep 17 00:00:00 2001 From: Tomáš Čarnecký Date: Thu, 11 Dec 2025 07:46:52 +0000 Subject: [PATCH] pinact (#16) --- .github/workflows/baseline.yml | 4 ++-- .github/workflows/prv.yml | 4 ++-- 2 file(s) changed, 4 insertion(s)(+), 4 deletion(s)(-) diff --git a/.github/workflows/baseline.yml b/.github/workflows/baseline.yml --- a/.github/workflows/baseline.yml +++ b/.github/workflows/baseline.yml @@ -17,9 +17,9 @@ steps: - run: | curl -sf -X POST -H "Content-Type: application/json" -d '{ "id": "'"$BUILD"'", "build": { "origin": { "commit": "${{ github.sha }}" } } }' "https://$URNERYS/api/v1/projects/webshot/builds" - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: denoland/setup-deno@v1 + - uses: denoland/setup-deno@11b63cf76cfcafb4e43f97b6cad24d8e8438f62d # v1.5.2 with: deno-version: v2.x diff --git a/.github/workflows/prv.yml b/.github/workflows/prv.yml --- a/.github/workflows/prv.yml +++ b/.github/workflows/prv.yml @@ -17,9 +17,9 @@ steps: - run: | curl -sf -X POST -H "Content-Type: application/json" -d '{ "id": "'"$BUILD"'", "build": { "origin": { "commit": "${{ github.sha }}" } } }' "https://$URNERYS/api/v1/projects/webshot/builds" - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: denoland/setup-deno@v1 + - uses: denoland/setup-deno@11b63cf76cfcafb4e43f97b6cad24d8e8438f62d # v1.5.2 with: deno-version: v2.x -- tangled.sh