diff --git a/.github/workflows/check-se-approved-label.yml b/.github/workflows/check-se-approved-label.yml index ea4df7f075b9..3e678f0be464 100644 --- a/.github/workflows/check-se-approved-label.yml +++ b/.github/workflows/check-se-approved-label.yml @@ -28,7 +28,7 @@ jobs: echo "PYTHONPATH=$GITHUB_WORKSPACE" >> $GITHUB_ENV - 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: | Packs/**/ModelingRules/** 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: |