Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/post-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Test and Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.0
- uses: gradle/actions/setup-gradle@v5
- uses: open-policy-agent/setup-opa@v2
- run: ./gradlew test lint checkstyleMain checkstyleTest jar
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.0
- name: Set up Java
uses: actions/setup-java@v5
with:
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1
- name: Check out code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: gradle/actions/setup-gradle@v5
- uses: open-policy-agent/setup-opa@v2
- run: ./gradlew build jar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.0

- name: Set up Java
uses: actions/setup-java@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.0
with:
fetch-depth: 0 # Fetch full history to access all commits
- name: Check for release commits
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
name: Test and Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.0
- name: Pre-pull container image
run: docker pull ghcr.io/open-policy-agent/eopa:latest
- uses: gradle/actions/setup-gradle@v5
Expand Down