File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed
Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ node: $Format:%H$
2+ node-date: $Format:%cI$
3+ describe-name: $Format:%(describe:tags=true)$
Original file line number Diff line number Diff line change 1+ .git_archival.txt export-subst
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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- 342+ # yamllint disable-line rule:line-length
343+ uses : irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0
342344 with :
343345 badge : true
344346 filename : >-
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments