Bump github.com/buger/jsonparser from 0.0.0-20180808090653-f4dd9f5a6b44 to 1.1.1 in /test/src in the go_modules group across 1 directory #186
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
--- | |
name: Branch | |
on: | |
pull_request: | |
branches: | |
- main | |
- release/** | |
types: [opened, synchronize, reopened, labeled, unlabeled] | |
push: | |
branches: | |
- main | |
- release/v* | |
paths-ignore: | |
- '.github/**' | |
- 'docs/**' | |
- 'examples/**' | |
- 'test/**' | |
- 'README.md' | |
permissions: {} | |
jobs: | |
terraform-module: | |
uses: cloudposse/.github/.github/workflows/shared-terraform-module.yml@main | |
secrets: inherit |