Skip to content

Commit be16bc0

Browse files
chore: Update copier template to v0.4.1 (#43)
Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com>
1 parent b7225d3 commit be16bc0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is managed by Copier; DO NOT EDIT OR REMOVE.
2-
_commit: v0.4.0
2+
_commit: v0.4.1
33
_src_path: https://github.com/quantco/copier-template-python-open-source
44
add_autobump_workflow: false
55
author_email: [email protected]

.github/workflows/scorecard.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
analysis:
2323
name: Scorecard analysis
2424
runs-on: ubuntu-latest
25-
# `publish_results: true` only works when run from the default branch. conditional can be removed if disabled.if: (github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request') && github.repository == 'quantco/dataframely'
25+
# `publish_results: true` only works when run from the default branch. conditional can be removed if disabled.
26+
if: (github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request') && github.repository == 'quantco/dataframely'
2627
permissions:
2728
# Needed to upload the results to code-scanning dashboard.
2829
security-events: write

0 commit comments

Comments
 (0)