Skip to content

Commit

Permalink
fix: add explicit permissions to ci github action
Browse files Browse the repository at this point in the history
Fixing a code scanning alert

Signed-off-by: jmeridth <[email protected]>
  • Loading branch information
jmeridth committed Aug 6, 2024
1 parent d70539c commit 1e2c039
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on: [push, pull_request]
env:
JRUBY_OPTS: -Xcext.enabled=true

permissions:
contents: read

jobs:
build:
name: "Test / Ruby ${{ matrix.ruby }}"
Expand Down

0 comments on commit 1e2c039

Please sign in to comment.