From b1cd8dcd330710d109f71217808acde156dc4f6b Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Wed, 19 Aug 2026 14:11:07 +0900 Subject: [PATCH] Update workflow pins --- .github/workflows/project-review-status.yml | 2 +- .github/workflows/validate-json.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/project-review-status.yml b/.github/workflows/project-review-status.yml index 730208e7..af97396f 100644 --- a/.github/workflows/project-review-status.yml +++ b/.github/workflows/project-review-status.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Update Project Status to Review Needed - uses: actions/github-script@v7 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 with: # Use the PAT stored in repository secrets (has project write access) github-token: ${{ secrets.PROJECT_TOKEN }} diff --git a/.github/workflows/validate-json.yml b/.github/workflows/validate-json.yml index 72ccc755..fa2e4a57 100644 --- a/.github/workflows/validate-json.yml +++ b/.github/workflows/validate-json.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2 - name: Check for duplicates run : |