From f286ee46974d43d9857a35d52aa24dcc66034561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 03:17:45 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 1 update Bumps the dependencies group with 1 update: [tj-actions/changed-files](https://github.com/tj-actions/changed-files). - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/fea790cb660e33aef4bdf07304e28fedd77dfa13...af292f1e845a0377b596972698a8598734eb2796) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> --- .github/workflows/secretlint.yml | 2 +- .github/workflows/semgrep.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/secretlint.yml b/.github/workflows/secretlint.yml index 2dd8dbaf..cc659f62 100644 --- a/.github/workflows/secretlint.yml +++ b/.github/workflows/secretlint.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - uses: reviewdog/action-setup@80a06617492b461a66508e2dedf16233f0506804 # v1.0.6 - id: changed-files - uses: tj-actions/changed-files@fea790cb660e33aef4bdf07304e28fedd77dfa13 # v39.2.4 + uses: tj-actions/changed-files@af292f1e845a0377b596972698a8598734eb2796 # v40.0.0 - name: Run secretlint if: steps.changed-files.outputs.all_changed_files_count != '0' env: diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 9c8ec9e9..48748332 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - uses: reviewdog/action-setup@80a06617492b461a66508e2dedf16233f0506804 # v1.0.6 - id: changed-files - uses: tj-actions/changed-files@fea790cb660e33aef4bdf07304e28fedd77dfa13 # v39.2.4 + uses: tj-actions/changed-files@af292f1e845a0377b596972698a8598734eb2796 # v40.0.0 - id: run-semgrep if: steps.changed-files.outputs.all_changed_files_count != '0' name: Run semgrep