Skip to content
Merged
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
7 changes: 6 additions & 1 deletion terraform-provider-pagerduty.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: terraform-provider-pagerduty
version: "3.30.5"
epoch: 0
epoch: 1 # GHSA-j5w8-q4qc-rx2x
description: Terraform provider for Pagerduty
copyright:
- license: MPL-2.0
Expand All @@ -16,6 +16,11 @@ pipeline:
repository: https://github.com/pagerduty/terraform-provider-pagerduty
tag: v${{package.version}}

- uses: go/bump
with:
deps: |-
golang.org/x/[email protected]

- uses: go/build
with:
output: terraform-provider-pagerduty
Expand Down
Loading