diff --git a/.github/workflows/maintenance-check-kernel-security.yml b/.github/workflows/maintenance-check-kernel-security.yml index 4c30c2a5f7..594dd971c3 100644 --- a/.github/workflows/maintenance-check-kernel-security.yml +++ b/.github/workflows/maintenance-check-kernel-security.yml @@ -34,7 +34,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v46.0.3 + uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21 # v46.0.3 - name: Checkout repository uses: actions/checkout@v6 diff --git a/.github/workflows/maintenance-lint-scripts.yml b/.github/workflows/maintenance-lint-scripts.yml index 9122aec2f6..7551b9d6d2 100644 --- a/.github/workflows/maintenance-lint-scripts.yml +++ b/.github/workflows/maintenance-lint-scripts.yml @@ -30,7 +30,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v46.0.3 + uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21 # v46.0.3 - name: List all changed files run: |