From c969b0747616284006078b0eeacb2159ff0ca01b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Fern=C3=A1ndez=20Saborit?= Date: Thu, 11 Jan 2024 12:38:36 +0100 Subject: [PATCH] Updating GH action permissions (#1) --- .github/workflows/ci.yml | 4 +++- dockerfile => Dockerfile | 0 2 files changed, 3 insertions(+), 1 deletion(-) rename dockerfile => Dockerfile (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d61bfab..0977076 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: build: name: "Package stability ${{ matrix.stability }}" runs-on: ubuntu-latest + permissions: + contents: read strategy: matrix: @@ -22,7 +24,7 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build Container run: make build diff --git a/dockerfile b/Dockerfile similarity index 100% rename from dockerfile rename to Dockerfile