diff --git a/.github/workflows/contributors_report.yaml b/.github/workflows/contributors_report.yaml index 9e6cd41..89d0192 100644 --- a/.github/workflows/contributors_report.yaml +++ b/.github/workflows/contributors_report.yaml @@ -29,7 +29,7 @@ jobs: echo "END_DATE=$end_date" >> "$GITHUB_ENV" - name: Run contributor action - uses: github/contributors@1f903d4eba7d5318fea1ad9500d53370599bf9b8 + uses: github/contributors@ed5a1f1c7c0038f4c9ad790685b6b8a549ab3f64 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} START_DATE: ${{ env.START_DATE }} diff --git a/.github/workflows/super-linter.yaml b/.github/workflows/super-linter.yaml index 4e62cd5..9e7f862 100644 --- a/.github/workflows/super-linter.yaml +++ b/.github/workflows/super-linter.yaml @@ -30,7 +30,7 @@ jobs: run: | pip install -r requirements.txt -r requirements-test.txt - name: Lint Code Base - uses: super-linter/super-linter@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d # v7.2.1 + uses: super-linter/super-linter@4e8a7c2bf106c4c766c816b35ec612638dc9b6b2 # v7.3.0 env: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/test_evergreen.py b/test_evergreen.py index 41dc08f..298e81b 100644 --- a/test_evergreen.py +++ b/test_evergreen.py @@ -1,4 +1,4 @@ -""" Test the evergreen.py module. """ +"""Test the evergreen.py module.""" import unittest import uuid