Thanks to visit codestin.com
Credit goes to github.com

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
3 changes: 3 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
schedule:
- cron: '15 4 * * *'

permissions:
contents: read

jobs:
# Run our nightly builds. We build a matrix with the various build
# targets and their details. Then we build either in a docker container
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ env:
docker-registry: ghcr.io
docker-config-path: source/ci/docker

permissions:
contents: read

jobs:
containers:
uses: ./.github/workflows/build-containers.yml
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ env:
docker-registry: ghcr.io
docker-config-path: source/ci/docker

permissions:
contents: read

jobs:
# Run our nightly builds. We build a matrix with the various build
# targets and their details. Then we build either in a docker container
Expand Down Expand Up @@ -385,6 +388,11 @@ jobs:
# from using build minutes on their forks.
if: github.repository == 'libgit2/libgit2'

permissions:
actions: read
contents: read
security-events: write

name: CodeQL
runs-on: ubuntu-latest
steps:
Expand Down