Upgrade Rust, opa, regal, cargo-auditable and Node

This commit is contained in:
Quentin Gliech
2026-02-04 17:24:22 +01:00
parent 11d96b6377
commit 3d98df79df
4 changed files with 10 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ runs:
uses: open-policy-agent/setup-opa@v2.2.0 uses: open-policy-agent/setup-opa@v2.2.0
with: with:
# Keep in sync with the Dockerfile and policies/Makefile # Keep in sync with the Dockerfile and policies/Makefile
version: 1.8.0 version: 1.13.1
- name: Build the policies - name: Build the policies
run: make run: make

View File

@@ -42,7 +42,7 @@ jobs:
uses: StyraInc/setup-regal@v1 uses: StyraInc/setup-regal@v1
with: with:
# Keep in sync with policies/Makefile # Keep in sync with policies/Makefile
version: 0.36.1 version: 0.38.1
- name: Lint policies - name: Lint policies
working-directory: ./policies working-directory: ./policies
@@ -216,7 +216,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Install Rust toolchain - name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.89.0 uses: dtolnay/rust-toolchain@1.93.0
with: with:
components: clippy components: clippy

View File

@@ -12,11 +12,12 @@
# The Debian version and version name must be in sync # The Debian version and version name must be in sync
ARG DEBIAN_VERSION=12 ARG DEBIAN_VERSION=12
ARG DEBIAN_VERSION_NAME=bookworm ARG DEBIAN_VERSION_NAME=bookworm
ARG RUSTC_VERSION=1.89.0 # Keep in sync with .github/workflows/ci.yaml
ARG NODEJS_VERSION=24.11.0 ARG RUSTC_VERSION=1.93.0
ARG NODEJS_VERSION=24.13.0
# Keep in sync with .github/actions/build-policies/action.yml and policies/Makefile # Keep in sync with .github/actions/build-policies/action.yml and policies/Makefile
ARG OPA_VERSION=1.8.0 ARG OPA_VERSION=1.13.1
ARG CARGO_AUDITABLE_VERSION=0.7.0 ARG CARGO_AUDITABLE_VERSION=0.7.2
########################################## ##########################################
## Build stage that builds the frontend ## ## Build stage that builds the frontend ##

View File

@@ -7,9 +7,9 @@
DOCKER := 0 DOCKER := 0
PODMAN := 0 PODMAN := 0
# Keep in sync with Dockerfile and .github/actions/build-policies/action.yml # Keep in sync with Dockerfile and .github/actions/build-policies/action.yml
OPA_DOCKER_IMAGE := docker.io/openpolicyagent/opa:1.8.0-debug OPA_DOCKER_IMAGE := docker.io/openpolicyagent/opa:1.13.1
# Keep in sync with .github/workflows/ci.yaml # Keep in sync with .github/workflows/ci.yaml
REGAL_DOCKER_IMAGE := ghcr.io/open-policy-agent/regal:0.36.1 REGAL_DOCKER_IMAGE := ghcr.io/open-policy-agent/regal:0.38.1
INPUTS := \ INPUTS := \
common/common.rego \ common/common.rego \