Skip to content

Bump github.com/hashicorp/hcl from 1.0.1-vault-5 to 1.0.1-vault #5653

Bump github.com/hashicorp/hcl from 1.0.1-vault-5 to 1.0.1-vault

Bump github.com/hashicorp/hcl from 1.0.1-vault-5 to 1.0.1-vault #5653

Workflow file for this run

---
name: Pull Request CI
on: # yamllint disable-line rule:truthy
workflow_dispatch: {}
pull_request:
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
test:
name: Test
uses: ./.github/workflows/test.yml
needs: build
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}