Skip to content

build(deps): bump github.com/open-policy-agent/opa from 1.9.0 to 1.10.1 #2028

build(deps): bump github.com/open-policy-agent/opa from 1.9.0 to 1.10.1

build(deps): bump github.com/open-policy-agent/opa from 1.9.0 to 1.10.1 #2028

Workflow file for this run

# SPDX-FileCopyrightText: Copyright 2024 The Minder Authors
# SPDX-License-Identifier: Apache-2.0
name: Boilerplate
on:
pull_request:
branches: [ 'main', 'release-*' ]
jobs:
check:
name: Boilerplate Check
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
extension:
- go
- sh
- yaml
- yml
- html
- css
include:
- extension: go
language: Go
- extension: sh
language: Bash
- extension: yaml
language: YAML
- extension: yml
language: YAML
- extension: html
language: HTML
- extension: css
language: CSS
- extension: sql
language: SQL
steps:
- name: Check out code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: chainguard-dev/actions/boilerplate@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
with:
extension: ${{ matrix.extension }}
language: ${{ matrix.language }}
boilerplate-directory: .boilerplate
exclude: "/mock/|internal/db/|client.gen.go|.pb(.gw)?.go|docs/docs/|internal/auth/keycloak/client/"