Skip to content

Commit 7622f40

Browse files
fix: CodeQL設定を更新し、除外パスに.asdfを追加; dependabot.ymlとcodeql.ymlを削除
- .github/codeql/codeql-config.yml: 除外パスに「**/.asdf/**」を追加 - .github/dependabot.yml: ファイルを削除 - .github/workflows/codeql.yml: ファイルを削除
1 parent 6b38b9b commit 7622f40

File tree

3 files changed

+1
-75
lines changed

3 files changed

+1
-75
lines changed

.github/codeql/codeql-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ paths-ignore:
1616
- "**/cdk.out/**"
1717
- "**/__pycache__/**"
1818
- "**/*.pyc"
19+
- "**/.asdf/**"
1920

2021
# 含めるパス
2122
paths:

.github/dependabot.yml

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

.github/workflows/codeql.yml

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

0 commit comments

Comments
 (0)