Skip to content

Bump github.com/google/cel-go from 0.29.2 to 0.31.0 #178

Bump github.com/google/cel-go from 0.29.2 to 0.31.0

Bump github.com/google/cel-go from 0.29.2 to 0.31.0 #178

Workflow file for this run

name: Verify layouts
on:
push:
branches: ['main']
pull_request:
jobs:
verify-layouts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16
with:
check-latest: true
go-version-file: 'go.mod'
- name: Verify test standard layout
run: |
go run main.go -l layouts/layout.yml -a test-data
- name: Verify test NPM layout
run: |
go run main.go -l layouts/layout-npm.yml -a test-data-npm --substitute-parameters parameters/npm-sigstore.json