Skip to content

Commit 15d4e1b

Browse files
Renovate/super linter super linter 8.x update (#1780)
* Update super-linter/super-linter action to v8.6.0 * super-linter対応 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 70b3d64 commit 15d4e1b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/add-to-task-list.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
id: generate_token
1818
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
1919
with:
20-
app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
21-
private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
20+
app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }} # zizmor: ignore[secrets-outside-env]
21+
private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }} # zizmor: ignore[secrets-outside-env]
2222
- uses: dev-hato/actions-add-to-projects@4f20d0bdaeabd4b7728bbea294e2c5264c082611 # v0.0.109
2323
with:
2424
github-token: ${{steps.generate_token.outputs.token}}

.github/workflows/format-json-yml.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
id: generate_token
3434
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
3535
with:
36-
app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
37-
private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
36+
app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }} # zizmor: ignore[secrets-outside-env]
37+
private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }} # zizmor: ignore[secrets-outside-env]
3838
- uses: ./
3939
with:
4040
github-token: ${{ steps.generate_token.outputs.token }}

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Run Linter against code base #
5555
################################
5656
- name: Lint Code Base
57-
uses: super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0
57+
uses: super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
DEFAULT_BRANCH: main

.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.30.0
4+
rev: v8.30.1
55
hooks:
66
- id: gitleaks

0 commit comments

Comments
 (0)