We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852c1ee commit f8d7d5eCopy full SHA for f8d7d5e
.github/workflows/pr_autofixes.yaml
@@ -25,7 +25,7 @@ jobs:
25
cache: true
26
27
- name: Setup Copywrite
28
- uses: hashicorp/setup-copywrite@32f9f1c86f661b8a51100768976a06f1b281a035 # v1.1.3
+ uses: hashicorp/setup-copywrite@32638da2d4e81d56a0764aa1547882fc4d209636 # v1.1.3
29
30
- name: Install dependencies
31
run: pdm install -d
.github/workflows/quality.yaml
@@ -45,6 +45,6 @@ jobs:
45
- name: Checkout repository
46
uses: actions/checkout@v5
47
48
49
- name: Check Header Compliance
50
run: copywrite headers --plan --config .copywrite.hcl
0 commit comments