diff --git a/.github/workflows/maintenance-check-kernel-security.yml b/.github/workflows/maintenance-check-kernel-security.yml index 594dd971c3..ad6a6a6c2d 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@8cba46e29c11878d930bca7870bb54394d3e8b21 # v46.0.3 + uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # 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 7551b9d6d2..4dd95a679d 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@8cba46e29c11878d930bca7870bb54394d3e8b21 # v46.0.3 + uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v46.0.3 - name: List all changed files run: |