Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Bump actions/upload-artifact from 4.3.1 to 4.3.3 in the github-artifacts group #2087

Bump actions/upload-artifact from 4.3.1 to 4.3.3 in the github-artifacts group

Bump actions/upload-artifact from 4.3.1 to 4.3.3 in the github-artifacts group #2087

Workflow file for this run

name: Policy
on:
push:
pull_request:
jobs:
lint:
# Deduplicate jobs from pull requests and branch pushes within the same repo.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4.1.2
- name: Setup OPA
uses: open-policy-agent/setup-opa@v2
- name: Run OPA Lints
run: opa check --strict policies/
test:
# Deduplicate jobs from pull requests and branch pushes within the same repo.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4.1.2
- name: Setup OPA
uses: open-policy-agent/setup-opa@v2
- name: Run OPA Tests
run: opa test policies/