Bump github.com/prometheus/client_golang from 1.23.0 to 1.23.1 in the minor-patch group #144
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test rego examples | |
on: | |
push: | |
branches: | |
- main | |
pull_request: {} | |
permissions: {} | |
jobs: | |
test: | |
name: Test | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | |
with: | |
persist-credentials: false | |
- name: Setup OPA | |
uses: open-policy-agent/setup-opa@34a30e8a924d1b03ce2cf7abe97250bbb1f332b5 # 2.2.0 | |
with: | |
version: latest | |
- name: Test | |
run: | | |
make test-rego | |
- name: Verify constraint files | |
shell: bash | |
run: | | |
./scripts/diff_policy.sh |