summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-08-04 15:19:39 +0200
committerGitHub <noreply@github.com>2022-08-04 15:19:39 +0200
commit7e5c8fc51fa891234daf01b7957fdc4e087e2a1e (patch)
treecca19ac4065ef87db81ce9373f0c9d192fb010e4 /.github
parentf476c8847a0bf1a4e20becfb3dc66f4da0dbf579 (diff)
downloaddjango-7e5c8fc51fa891234daf01b7957fdc4e087e2a1e.tar.gz
Pinned gh-problem-matcher-wrap to the commit in GitHub actions.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linters.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index 77a25433ca..e24733172e 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -27,7 +27,8 @@ jobs:
python-version: '3.10'
- run: python -m pip install flake8
- name: flake8
- uses: liskin/gh-problem-matcher-wrap@v1
+ # Pinned to v1.0.1.
+ uses: liskin/gh-problem-matcher-wrap@d9e345a28ab1eeb00c349e8bb199a102aa58acba
with:
linters: flake8
run: flake8
@@ -43,7 +44,8 @@ jobs:
python-version: '3.10'
- run: python -m pip install isort
- name: isort
- uses: liskin/gh-problem-matcher-wrap@v1
+ # Pinned to v1.0.1.
+ uses: liskin/gh-problem-matcher-wrap@d9e345a28ab1eeb00c349e8bb199a102aa58acba
with:
linters: isort
run: isort --check --diff django tests scripts