diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index af6fad7..dc75a87 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,10 +23,10 @@ jobs: django-version: [ "4.2" ] steps: # Checks-out the repository. - - uses: actions/checkout@v2 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 with: python-version: ${{ matrix.python-version }} cache: 'pip' @@ -53,7 +53,7 @@ jobs: coverage lcov --data-file='.coverage.${{ matrix.python-version }}.${{ matrix.django-version }}' - name: Coveralls Parallel - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 with: github-token: ${{ secrets.github_token }} flag-name: run-${{ matrix.python-version }}-${{ matrix.django-version }} @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 with: github-token: ${{ secrets.github_token }} parallel-finished: true diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..0a5b20e --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>ycharts/ycharts_systems:renovate-default.json5" + ], + "enabledManagers": ["github-actions"] +}