Skip to content

Commit

Permalink
Pin OPA version in Actions to v0.67.1 (StyraInc#1019)
Browse files Browse the repository at this point in the history
This should honestly have been the case from the start..

Signed-off-by: Anders Eknert <anders@styra.com>
  • Loading branch information
anderseknert authored and srenatus committed Oct 1, 2024
1 parent 8e76483 commit 59dfed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
go-version-file: go.mod
- uses: open-policy-agent/setup-opa@34a30e8a924d1b03ce2cf7abe97250bbb1f332b5 # v2.2.0
with:
version: edge
version: v0.67.1
static: ${{ matrix.os.static }}
- run: npm install -g markdownlint-cli
- name: Restore rq cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-example-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: open-policy-agent/setup-opa@34a30e8a924d1b03ce2cf7abe97250bbb1f332b5 # v2.2.0
with:
version: edge
version: v0.67.1
static: true

- name: Set up go for rq
Expand Down

0 comments on commit 59dfed3

Please sign in to comment.