Commit 87b1bf80 by Edward Thomson

Merge branch 'pr/6339' into actions

parents 82d44145 b29b9e8e
...@@ -6,6 +6,9 @@ on: ...@@ -6,6 +6,9 @@ on:
schedule: schedule:
- cron: '15 4 * * *' - cron: '15 4 * * *'
permissions:
contents: read
jobs: jobs:
# Run our nightly builds. We build a matrix with the various build # Run our nightly builds. We build a matrix with the various build
# targets and their details. Then we build either in a docker container # targets and their details. Then we build either in a docker container
......
...@@ -13,6 +13,9 @@ env: ...@@ -13,6 +13,9 @@ env:
docker-registry: ghcr.io docker-registry: ghcr.io
docker-config-path: source/ci/docker docker-config-path: source/ci/docker
permissions:
contents: read
jobs: jobs:
containers: containers:
uses: ./.github/workflows/build-containers.yml uses: ./.github/workflows/build-containers.yml
......
...@@ -10,6 +10,9 @@ env: ...@@ -10,6 +10,9 @@ env:
docker-registry: ghcr.io docker-registry: ghcr.io
docker-config-path: source/ci/docker docker-config-path: source/ci/docker
permissions:
contents: read
jobs: jobs:
# Run our nightly builds. We build a matrix with the various build # Run our nightly builds. We build a matrix with the various build
# targets and their details. Then we build either in a docker container # targets and their details. Then we build either in a docker container
...@@ -385,6 +388,11 @@ jobs: ...@@ -385,6 +388,11 @@ jobs:
# from using build minutes on their forks. # from using build minutes on their forks.
if: github.repository == 'libgit2/libgit2' if: github.repository == 'libgit2/libgit2'
permissions:
actions: read
contents: read
security-events: write
name: CodeQL name: CodeQL
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment