Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .clusterfuzzlite/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/oss-fuzz-base/base-builder-python
FROM gcr.io/oss-fuzz-base/base-builder-python@sha256:e24e8e50612617101dd10038502f68268ab45f31d79a3722c230464277a951b3

# Install minimal build deps
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/paper-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ on:
default: "10"

permissions:
contents: write # to commit state.json + pending stubs
issues: write # to file the daily summary issue
pull-requests: write # so the bot can open a PR with the new pending files
contents: read

concurrency:
group: paper-review
Expand All @@ -41,6 +39,10 @@ jobs:
review:
name: Review 10 papers and file pending candidates
runs-on: ubuntu-latest
permissions:
contents: write # commit state.json + pending stubs to bot branch
issues: write # file daily summary issue
pull-requests: write # open bot PR with new pending files
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

Expand Down
Loading
Loading