Skip to content
Closed
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
22 changes: 11 additions & 11 deletions .github/workflows/backend_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
has_backend_changes: ${{ steps.filter.outputs.backend }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Check for backend file changes
uses: dorny/paths-filter@v3
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set Up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
run: docker load --input /tmp/python-${{ env.DEFAULT_PYTHON_VERSION }}.tar

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set Up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
run: docker load --input /tmp/python-${{ env.DEFAULT_PYTHON_VERSION }}.tar

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set Up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
run: docker load --input /tmp/python-${{ env.DEFAULT_PYTHON_VERSION }}.tar

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set Up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
run: docker load --input /tmp/python-${{ env.DEFAULT_PYTHON_VERSION }}.tar

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set Up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -375,7 +375,7 @@ jobs:
run: docker load --input /tmp/python-${{ env.DEFAULT_PYTHON_VERSION }}.tar

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set Up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -438,7 +438,7 @@ jobs:
run: docker load --input /tmp/python-${{ env.DEFAULT_PYTHON_VERSION }}.tar

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set Up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -506,7 +506,7 @@ jobs:
run: docker load --input /tmp/python-${{ env.DEFAULT_PYTHON_VERSION }}.tar

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set Up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -620,7 +620,7 @@ jobs:
run: docker load --input /tmp/python-${{ env.DEFAULT_PYTHON_VERSION }}.tar

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set Up Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Checkout repository
if: success()
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Python
if: success()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cli_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
has_cli_changes: ${{ steps.filter.outputs.cli }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Check for CLI-related file changes
uses: dorny/paths-filter@v3
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cypress_admin-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
has_admin_ui_changes: ${{ steps.filter.outputs.admin_ui }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Check for Admin UI file changes
uses: dorny/paths-filter@v3
Expand All @@ -43,7 +43,7 @@ jobs:
spec_groups: ${{ steps.set-matrix.outputs.spec_groups }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set matrix
id: set-matrix
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
working-directory: clients
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Use Node.js 20.x
uses: actions/setup-node@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress_fides-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
has_fidesjs_changes: ${{ steps.filter.outputs.fidesjs }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Check for FidesJS file changes
uses: dorny/paths-filter@v3
Expand All @@ -45,7 +45,7 @@ jobs:
working-directory: clients
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Use Node.js 20.x
uses: actions/setup-node@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress_privacy-center.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
has_privacy_center_changes: ${{ steps.filter.outputs.privacy_center }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Check for Privacy Center file changes
uses: dorny/paths-filter@v3
Expand All @@ -45,7 +45,7 @@ jobs:
working-directory: clients
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Use Node.js 20.x
uses: actions/setup-node@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
has_frontend_changes: ${{ steps.filter.outputs.frontend }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Check for frontend file changes
uses: dorny/paths-filter@v3
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
working-directory: clients
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
runner: "ubuntu-24.04-arm"
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0 # This is required to properly tag images

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 @@ -16,7 +16,7 @@ jobs:
publish_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
upload_to_pypi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0 # This is required to properly tag packages

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
has_backend_changes: ${{ steps.filter.outputs.backend }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Check for backend file changes
uses: dorny/paths-filter@v3
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set Up Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger_fidesplus_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout fides
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
Loading