Skip to content

Commit

Permalink
Merge pull request #575 from 88labs/dependabot/github_actions/depende…
Browse files Browse the repository at this point in the history
…ncies-ff3870a8b6

build(deps): bump tj-actions/changed-files from 45.0.0 to 45.0.1 in the dependencies group
  • Loading branch information
github-actions[bot] authored Sep 2, 2024
2 parents e5e1441 + 5158f85 commit b0a15e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/secretlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- uses: reviewdog/action-setup@3f401fe1d58fe77e10d665ab713057375e39b887 # v1.3.0
- id: changed-files
uses: tj-actions/changed-files@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 # v45.0.0
uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 # v45.0.1
- name: Run secretlint
if: steps.changed-files.outputs.all_changed_files_count != '0'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- uses: reviewdog/action-setup@3f401fe1d58fe77e10d665ab713057375e39b887 # v1.3.0
- id: changed-files
uses: tj-actions/changed-files@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 # v45.0.0
uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 # v45.0.1
- id: run-semgrep
if: steps.changed-files.outputs.all_changed_files_count != '0'
name: Run semgrep
Expand Down

0 comments on commit b0a15e8

Please sign in to comment.