-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
super-linter, dev-hato/actions-update-gitleaksアップデート (#1361)
* Update dev-hato/actions-update-gitleaks action to v0.0.53 * super-linter, dev-hato/actions-update-gitleaksアップデート * package.jsonやpackage-lock.jsonを直してあげたよ! (#1362) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * gitleaksをアップデートしてあげたよ! (#1363) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f32fda3
commit 1f59d21
Showing
6 changed files
with
533 additions
and
8,285 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
- name: Install packages | ||
if: github.event_name != 'pull_request' || github.event.action != 'closed' | ||
run: npm ci --prefer-offline | ||
- uses: dev-hato/[email protected].52 | ||
- uses: dev-hato/[email protected].53 | ||
with: | ||
github-token: ${{secrets.GITHUB_TOKEN}} | ||
concurrency: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
repos: | ||
- repo: https://github.com/zricethezav/gitleaks | ||
rev: v8.16.2 | ||
rev: v8.18.0 | ||
hooks: | ||
- id: gitleaks |
Oops, something went wrong.