Skip to content

build(deps): bump github.com/hashicorp/terraform-json from 0.23.0 to 0.24.0 in the main group #6189

build(deps): bump github.com/hashicorp/terraform-json from 0.23.0 to 0.24.0 in the main group

build(deps): bump github.com/hashicorp/terraform-json from 0.23.0 to 0.24.0 in the main group #6189

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
push:
branches:
- main
permissions:
contents: read
jobs:
go_test:
runs-on: ubuntu-latest
if: (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip workflows')) || github.event_name == 'push'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make test-unit