diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 59a3e22..f47970a 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -12,6 +12,9 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true +permissions: + contents: read + jobs: initial_check: name: Mandatory checks before CI @@ -41,7 +44,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.x' - name: Lint with flake8 @@ -67,7 +70,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.8' - name: Install and build @@ -86,7 +89,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.x' - name: Install and build @@ -105,7 +108,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.x' - name: Install and build