From 78d276d4a23285f89927e292340788eb5837fdaf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 Jan 2026 04:05:35 +0000 Subject: [PATCH] fix: address security concerns and improve configuration Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com> --- .all-contributorsrc | 2 +- .github/workflows/contributors.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 9a9f245..b4c30bb 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -25,7 +25,7 @@ { "login": "Always-Amulya7", "name": "Always-Amulya7", - "avatar_url": "https://avatars.githubusercontent.com/Always-Amulya7", + "avatar_url": "https://avatars.githubusercontent.com/Always-Amulya7?v=4", "profile": "https://github.com/Always-Amulya7", "contributions": [ "code", diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index f931170..560af53 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -24,6 +24,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} + ref: main # Always checkout main branch for security - name: Update contributors uses: akhilmhdh/contributors-readme-action@v2.3.6