Skip to content

Commit dcfb647

Browse files
massongitrenovate[bot]github-actions[bot]
authored
super-linter, dev-hato/actions-update-gitleaksアップデート (#832)
* Update dev-hato/actions-update-gitleaks action to v0.0.53 * super-linter, dev-hato/actions-update-gitleaksアップデート * package.jsonやpackage-lock.jsonを直してあげたよ! (#833) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * gitleaksをアップデートしてあげたよ! (#834) 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>
1 parent 5c4bea3 commit dcfb647

File tree

7 files changed

+587
-8343
lines changed

7 files changed

+587
-8343
lines changed

.github/workflows/renovate-config-validator.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Run Linter against code base #
4949
################################
5050
- name: Lint Code Base
51-
uses: github/super-linter/slim@v5.0.0
51+
uses: super-linter/super-linter/slim@v5.3.0
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
LINTER_RULES_PATH: .

.github/workflows/update-gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install packages
3030
if: github.event_name != 'pull_request' || github.event.action != 'closed'
3131
run: npm ci
32-
- uses: dev-hato/[email protected].52
32+
- uses: dev-hato/[email protected].53
3333
with:
3434
github-token: ${{secrets.GITHUB_TOKEN}}
3535
concurrency:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
repos:
33
- repo: https://github.com/zricethezav/gitleaks
4-
rev: v8.16.2
4+
rev: v8.18.0
55
hooks:
66
- id: gitleaks

0 commit comments

Comments
 (0)