From 1757d88a5dc04b234017bf31cfdac90a12f207c0 Mon Sep 17 00:00:00 2001 From: Andrea Date: Mon, 23 Dec 2024 11:16:47 -0800 Subject: [PATCH] keepalive.yml: pin actions/checkout --- .github/workflows/keepalive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index cf0a98e..2369f7e 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -10,7 +10,7 @@ jobs: name: Keepalive Workflow runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: gautamkrishnar/keepalive-workflow@995aec69bb3f2b45b20f4e107907992c8715086d # 2.0.8 with: workflow_files: "keepalive.yml, add-maintainer-custom-property.yml, add-runtime-custom-property.yml, check-new-repos.yml, copy-repo-secrets-to-org-secrets.yml, dependabot-auto-dismiss.yml, dependabot-nudge.yml, older-than-2y.yml, renovate-sanity-check.yml"