Skip to content

Commit 4ae5e14

Browse files
authored
Merge branch 'master' into chore/imporve_python_tooling_docs
2 parents e5948c3 + a98f23c commit 4ae5e14

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.git_archival.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node: $Format:%H$
2+
node-date: $Format:%cI$
3+
describe-name: $Format:%(describe:tags=true)$

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.git_archival.txt export-subst

.github/workflows/build-image-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Get changed Docker related files
2424
id: changed-files-specific
2525
# yamllint disable-line rule:line-length
26-
uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 # v44.5.2
26+
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
2727
with:
2828
files: |
2929
Dockerfile

.github/workflows/reusable-tox.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,8 @@ jobs:
321321
if: >-
322322
!cancelled()
323323
&& steps.tox-run.outputs.test-result-files != ''
324-
uses: test-summary/[email protected]
324+
# yamllint disable-line rule:line-length
325+
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
325326
with:
326327
paths: >-
327328
${{ steps.tox-run.outputs.test-result-files }}
@@ -338,7 +339,8 @@ jobs:
338339
&& steps.tox-run.outputs.cov-report-files != ''
339340
&& steps.tox-run.outputs.test-result-files == ''
340341
&& steps.tox-run.outputs.codecov-flags != 'MyPy'
341-
uses: irongut/[email protected]
342+
# yamllint disable-line rule:line-length
343+
uses: irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0
342344
with:
343345
badge: true
344346
filename: >-

hatch.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ packages = [
1414
]
1515

1616
[metadata.hooks.vcs.urls]
17-
'Source Archive' = 'https://github.com/antonbabenko/pre-commit-terraform/archive/{commit_hash}.tar.gz'
17+
# FIXME: Uncomment 'Source Archive' as soon as
18+
# FIXME: https://github.com/ofek/hatch-vcs/issues/80 is fixed.
19+
# 'Source Archive' = 'https://github.com/antonbabenko/pre-commit-terraform/archive/{commit_hash}.tar.gz'
1820
'GitHub: repo' = 'https://github.com/antonbabenko/pre-commit-terraform'
1921

2022
[version]

0 commit comments

Comments
 (0)