diff --git a/.github/workflows/protect-files.yml b/.github/workflows/protect-files.yml index dfc597179797..d0d563f5b4f0 100644 --- a/.github/workflows/protect-files.yml +++ b/.github/workflows/protect-files.yml @@ -22,7 +22,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v46.0.1 # disable-secrets-detection + uses: tj-actions/changed-files@v47.0.0 # disable-secrets-detection with: files: | .gitlab/ci/.gitlab-ci.yml diff --git a/.github/workflows/protect-infra-directories-contributions.yml b/.github/workflows/protect-infra-directories-contributions.yml index bcfe03687dce..347eea4c37c7 100644 --- a/.github/workflows/protect-infra-directories-contributions.yml +++ b/.github/workflows/protect-infra-directories-contributions.yml @@ -21,7 +21,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v46.0.1 # disable-secrets-detection + uses: tj-actions/changed-files@v47.0.0 # disable-secrets-detection - name: Check for changes in protected directories run: | diff --git a/.github/workflows/review-release-notes.yml b/.github/workflows/review-release-notes.yml index 444a289935e2..69a58b42ff8a 100644 --- a/.github/workflows/review-release-notes.yml +++ b/.github/workflows/review-release-notes.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 2 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v46.0.1 # disable-secrets-detection + uses: tj-actions/changed-files@v47.0.0 # disable-secrets-detection with: separator: ${{ env.CHANGED_FILES_DELIMITER }} files: |