Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wtetsu committed Jan 18, 2025
1 parent 9cc2812 commit 2076ec5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build

permissions:
contents: read
pull-requests: write

on: [push, pull_request]

jobs:
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ jobs:
name: Analyze (${{ matrix.language }})
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
permissions:
# required for all workflows
security-events: write
\ security-events: write

# required to fetch internal or private CodeQL packs
packages: read
\ packages: read

# only required for workflows in private repositories
actions: read
\ actions: read
contents: read

strategy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: License

permissions:
contents: read
pull-requests: write

on:
push:
tags:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Release

permissions:
contents: read
pull-requests: write

on:
push:
tags:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Test

permissions:
contents: read
pull-requests: write

on: [push, pull_request]

jobs:
Expand Down

0 comments on commit 2076ec5

Please sign in to comment.