Skip to content

Commit

Permalink
Combined chore PRs (#495)
Browse files Browse the repository at this point in the history
* chore(deps): update actions/checkout digest to f095bcc

* chore(deps): update dependency pytest-sugar to v0.9.7

* chore(deps): update dependency pytest to v7.3.1

* chore(deps): update dependency mypy to v1.2.0

* chore(deps): update dependency coverage to v7.2.5

* chore(deps): update dependency tox to v4.5.1

* chore(deps): update godaddy/tartufo-action digest to d95293f

* chore(deps): update github/codeql-action digest to 8ca5570

* chore(deps): update dependency pylint to v2.17.3

* chore(deps): update actions/setup-python digest to db9987b

---------

Co-authored-by: Scott Bailey <[email protected]>
  • Loading branch information
rbailey-godaddy and rscottbailey authored May 15, 2023
1 parent 5bee353 commit 325700f
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 155 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
name: Run Tartufo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
name: Checkout the repo
- uses: godaddy/tartufo-action@67460c4e31678f51f6b88caff403bb37915e983a
- uses: godaddy/tartufo-action@d95293febe8f40a6b8ee3ac0acebfc36c3b7e0d1
name: Run Tartufo
unit-test:
name: Unit Tests
Expand All @@ -35,7 +35,7 @@ jobs:
PYTHON: ${{ matrix.python-version }}
OS: ${{ matrix.os }}
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
name: Checkout the repo
- uses: actions/cache@6fd2d4538ca777f67fccddb233cf1a8ff1339012
name: Cache Poetry & Tox deps
Expand All @@ -48,7 +48,7 @@ jobs:
${{ matrix.os }}-venvs-${{ matrix.python-version }}
${{ matrix.os }}-venvs
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@dec86ecf4e7508d3930ae42abcdc575f35ea490d
uses: actions/setup-python@db9987b4c1f10f0404fa60ee629f675fafbd6763
with:
python-version: ${{ matrix.python-version }}
- name: Install Enchant
Expand All @@ -75,7 +75,7 @@ jobs:
matrix:
toxenv: [pylint, vulture, mypy, black, docs]
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
name: Checkout the repo
- uses: actions/cache@6fd2d4538ca777f67fccddb233cf1a8ff1339012
name: Cache Poetry & Tox deps
Expand All @@ -87,7 +87,7 @@ jobs:
restore-keys: |
venvs-${{ matrix.toxenv }}-
- name: Set up Python
uses: actions/setup-python@dec86ecf4e7508d3930ae42abcdc575f35ea490d
uses: actions/setup-python@db9987b4c1f10f0404fa60ee629f675fafbd6763
with:
python-version: 3.11
- name: Install dependencies
Expand All @@ -102,7 +102,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ tartufo ]
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
name: Checkout the repo
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c252a3bb80dae98127b9329b8aa1ff35b71ae980
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand All @@ -38,9 +38,9 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@ff3337ee1b38c9bcf43046bde6450e50c5e88ebb
uses: github/codeql-action/init@8ca5570701137b67af3d8ae3d6452f4cee6579da
with:
languages: ${{ matrix.language }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ff3337ee1b38c9bcf43046bde6450e50c5e88ebb
uses: github/codeql-action/analyze@8ca5570701137b67af3d8ae3d6452f4cee6579da
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
- name: Set up Python 3.7
uses: actions/setup-python@dec86ecf4e7508d3930ae42abcdc575f35ea490d
uses: actions/setup-python@db9987b4c1f10f0404fa60ee629f675fafbd6763
with:
python-version: 3.7
- name: Install dependencies
Expand Down
Loading

0 comments on commit 325700f

Please sign in to comment.