Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr_autofixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Setup Copywrite
if: steps.check-target.outputs.should_run == 'true'
uses: hashicorp/setup-copywrite@32f9f1c86f661b8a51100768976a06f1b281a035
uses: hashicorp/setup-copywrite@35bbefc790cb4330693c5786bcbf80eeb64af13b

- name: Install dependencies
if: steps.check-target.outputs.should_run == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v5
- name: Setup Copywrite
uses: hashicorp/setup-copywrite@32f9f1c86f661b8a51100768976a06f1b281a035
uses: hashicorp/setup-copywrite@35bbefc790cb4330693c5786bcbf80eeb64af13b
- name: Check Header Compliance
run: copywrite headers --plan --config .copywrite.hcl
Loading