diff --git a/.github/workflows/pr-kernel-security-analysis.yml b/.github/workflows/pr-kernel-security-analysis.yml index 728fad896..87b954a9d 100644 --- a/.github/workflows/pr-kernel-security-analysis.yml +++ b/.github/workflows/pr-kernel-security-analysis.yml @@ -34,7 +34,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@4563c729c555b4141fac99c80f699f571219b836 # v46.0.3 + uses: tj-actions/changed-files@28cf3adc4b6dbff2746d5216da021a10e53b4f58 # v46.0.3 - name: Checkout repository uses: actions/checkout@v5 diff --git a/.github/workflows/pr-lint-scripts.yml b/.github/workflows/pr-lint-scripts.yml index 2615d7676..d3bba23a0 100644 --- a/.github/workflows/pr-lint-scripts.yml +++ b/.github/workflows/pr-lint-scripts.yml @@ -30,7 +30,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@4563c729c555b4141fac99c80f699f571219b836 # v46.0.3 + uses: tj-actions/changed-files@28cf3adc4b6dbff2746d5216da021a10e53b4f58 # v46.0.3 - name: List all changed files run: |