Skip to content

Commit cf70661

Browse files
authored
chore: Bump and pin actions (#19)
1 parent e8d1034 commit cf70661

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/terratest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1313

1414
- name: Setup Go
15-
uses: actions/setup-go@v5
15+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
1616
with:
1717
go-version: '1.22.x'
1818

@@ -34,7 +34,7 @@ jobs:
3434
go test -v
3535
3636
- name: Check for updated README (terraform-docs)
37-
uses: terraform-docs/gh-actions@v1.2.0
37+
uses: terraform-docs/gh-actions@6de6da0cefcc6b4b7a5cbea4d79d97060733093c # v1.4.1
3838
with:
3939
working-dir: .
4040
fail-on-diff: "true"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Every alert supports the following overrides:
9797
| disable\_provenance | Allow modifying the rule group from other sources than Terraform or the Grafana API. | `bool` | `false` | no |
9898
| folder\_uid | The UID of the Grafana folder that the alerts belongs to. | `string` | n/a | yes |
9999
| org\_id | The Organization ID of of the Grafana Alerting rule groups. (Only supported with basic auth, API keys are already org-scoped) | `string` | `null` | no |
100-
| overrides | Overrides per Alert rule | <pre>map(object({<br> alert_threshold = optional(number)<br> exec_err_state = optional(string)<br> expr = optional(string)<br> is_paused = optional(bool)<br> no_data_state = optional(string)<br> labels = optional(map(string))<br> annotations = optional(map(string))<br> for = optional(string)<br> }))</pre> | `{}` | no |
100+
| overrides | Overrides per Alert rule | <pre>map(object({<br/> alert_threshold = optional(number)<br/> exec_err_state = optional(string)<br/> expr = optional(string)<br/> is_paused = optional(bool)<br/> no_data_state = optional(string)<br/> labels = optional(map(string))<br/> annotations = optional(map(string))<br/> for = optional(string)<br/> }))</pre> | `{}` | no |
101101
| prometheus\_alerts\_file\_path | Path to the Prometheus Alerting rules file | `string` | n/a | yes |
102102

103103
### Outputs

0 commit comments

Comments
 (0)