From e1292d636e1a1e8dc431973f4e915ee60db0d710 Mon Sep 17 00:00:00 2001 From: harekrishnarai <786hkr@gmail.com> Date: Tue, 14 Apr 2026 09:40:40 +0530 Subject: [PATCH] security: pin GitHub Actions to commit hashes 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..cadcdf3 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 2026-04-14 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4 on 2026-04-14 with: python-version: '3.10'