Skip to content

Commit

Permalink
fix: linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Sep 8, 2024
1 parent 05b4d56 commit e08ce62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
schedule:
- cron: "00 08 * * 2" # https://crontab.guru/#00_08_*_*_2

permissions:
contents: read
statuses: write

jobs:
analyze:
runs-on: "ubuntu-latest"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ concurrency:
env:
DEFAULT_BRANCH: main

permissions: read-all

jobs:
changelog:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -94,7 +96,6 @@ jobs:
VALIDATE_ENV: true
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_GITLEAKS: true
VALIDATE_JSCPD: true
VALIDATE_NATURAL_LANGUAGE: true
VALIDATE_BASH: true
VALIDATE_BASH_EXEC: true
Expand Down

0 comments on commit e08ce62

Please sign in to comment.