diff --git a/.github/action.yml b/.github/action.yml index a4477583..4158bc81 100644 --- a/.github/action.yml +++ b/.github/action.yml @@ -21,8 +21,7 @@ runs: uses: actions/cache@v3 with: path: .venv - key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ - hashFiles('**/poetry.lock') }} + key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{hashFiles('**/poetry.lock') }} - name: Install dependencies if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' run: poetry install --no-interaction --no-root --with test --with dev --all-extras diff --git a/.github/workflows/RELEASE.yml b/.github/workflows/RELEASE.yml index c6150561..059ec93e 100644 --- a/.github/workflows/RELEASE.yml +++ b/.github/workflows/RELEASE.yml @@ -7,7 +7,7 @@ on: branches: - master paths: - - 'pyproject.toml' + - "pyproject.toml" env: POETRY_VERSION: "1.4.2" jobs: diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index e1959b88..46688a7c 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -7,8 +7,10 @@ on: branches: ["master"] schedule: - cron: "0 0 * * " + permissions: contents: read + jobs: codacy-security-scan: permissions: