Skip to content

Commit

Permalink
super-linter, dev-hato/actions-update-gitleaksアップデート (#1361)
Browse files Browse the repository at this point in the history
* 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
3 people authored Sep 20, 2023
1 parent f32fda3 commit 1f59d21
Show file tree
Hide file tree
Showing 6 changed files with 533 additions and 8,285 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/renovate-config-validator.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: github/super-linter/slim@v5.0.0
uses: super-linter/super-linter/slim@v5.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
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
Loading

0 comments on commit 1f59d21

Please sign in to comment.