SEC-090: Automated trusted workflow pinning (2024-10-21) #16
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DO NOT EDIT - This GitHub Workflow is managed by automation | |
# https://github.com/hashicorp/terraform-devex-repos | |
# Continuous integration handling for changie | |
name: ci-changie | |
on: | |
pull_request: | |
paths: | |
- .changes/unreleased/*.yaml | |
- .changie.yaml | |
- .github/workflows/ci-changie.yml | |
permissions: | |
contents: read | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
# Ensure terraform-devex-repos is updated on version changes. | |
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 | |
# Ensure terraform-devex-repos is updated on version changes. | |
- uses: miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0 | |
with: | |
version: latest | |
args: batch patch --dry-run |