Skip to content

Commit

Permalink
Problem: minor security issue in build-rocksdb workflow (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe authored Jul 24, 2024
1 parent b325d1e commit 5304924
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v23
Expand Down

0 comments on commit 5304924

Please sign in to comment.