From 5e618ef1fe2cca0ca13f1763f0e197da8b4875e3 Mon Sep 17 00:00:00 2001 From: harekrishnarai <786hkr@gmail.com> Date: Thu, 26 Jun 2025 22:17:52 +0530 Subject: [PATCH] chore(security): pin actions to specific commits Pin GitHub Actions to commit hashes for improved security and reproducible builds --- .github/workflows/monitor-famous-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/monitor-famous-actions.yml b/.github/workflows/monitor-famous-actions.yml index 40fde25..0b8bf1b 100644 --- a/.github/workflows/monitor-famous-actions.yml +++ b/.github/workflows/monitor-famous-actions.yml @@ -17,10 +17,10 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 on 2025-06-26 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4 on 2025-06-26 with: python-version: '3.10'