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
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
isPrOpen=false
fi
echo "is-pr-open=$isPrOpen" >> "$GITHUB_OUTPUT"
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: find docker file
id: find-docker-file
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-and-deploy-opa-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
changed-subfolders: ${{ steps.get-changes.outputs.changed-subfolders }}
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Run OPA Rego Tests
uses: neohelden/actions-library/test-opa-policies@main
Expand All @@ -219,7 +219,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup OPA
uses: open-policy-agent/setup-opa@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-code-compliance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 5

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Download actionlint
id: get_actionlint
Expand All @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 5

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Download prettier
id: get_prettier
Expand All @@ -47,5 +47,5 @@ jobs:
megalint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: neohelden/actions-library/check-code-compliance@main
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
needs:
- release-docker-image
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Create Sentry release
Expand Down
Loading