Skip to content

Bump github.com/sigstore/fulcio from 1.6.3 to 1.6.4 #584

Bump github.com/sigstore/fulcio from 1.6.3 to 1.6.4

Bump github.com/sigstore/fulcio from 1.6.3 to 1.6.4 #584

Workflow file for this run

name: Tests
on:
pull_request_target:
branches:
- 'main'
push:
branches:
- 'main'
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
terraform:
- '1.3.*'
- '1.2.*'
- '1.1.*'
- '1.0.*'
permissions:
contents: read
id-token: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
if: "contains(github.event_name, 'pull_request')"
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
- name: checkout from push event
if: github.event_name == 'push'
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: ./go.mod
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
with:
terraform_version: ${{ matrix.terraform }}
terraform_wrapper: false
- run: go mod download
- run: go build -v .
- run: TF_ACC=1 go test -v -cover ./internal/provider/