Skip to content
Merged
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/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5.0.1
uses: actions/checkout@v6.0.0
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v5.0.1
- uses: actions/checkout@v6.0.0
with:
persist-credentials: false

Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v5.0.1
- uses: actions/checkout@v6.0.0
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
persist-credentials: false
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- python-version: "3.12"
airflow-version: "2.8"
steps:
- uses: actions/checkout@v5.0.1
- uses: actions/checkout@v6.0.0
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
persist-credentials: false
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
ports:
- 5432:5432
steps:
- uses: actions/checkout@v5.0.1
- uses: actions/checkout@v6.0.0
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
persist-credentials: false
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
- 5432:5432

steps:
- uses: actions/checkout@v5.0.1
- uses: actions/checkout@v6.0.0
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
persist-credentials: false
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
- 5432:5432

steps:
- uses: actions/checkout@v5.0.1
- uses: actions/checkout@v6.0.0
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
persist-credentials: false
Expand Down Expand Up @@ -385,7 +385,7 @@ jobs:
- 5432:5432

steps:
- uses: actions/checkout@v5.0.1
- uses: actions/checkout@v6.0.0
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
persist-credentials: false
Expand Down Expand Up @@ -455,7 +455,7 @@ jobs:
dbt-version: ["2.0"] # dbt Fusion

steps:
- uses: actions/checkout@v5.0.1
- uses: actions/checkout@v6.0.0
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
persist-credentials: false
Expand Down Expand Up @@ -552,7 +552,7 @@ jobs:
ports:
- 5432:5432
steps:
- uses: actions/checkout@v5.0.1
- uses: actions/checkout@v6.0.0
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
persist-credentials: false
Expand Down Expand Up @@ -614,7 +614,7 @@ jobs:
airflow-version: [ "2.10", "3.0" ]
dbt-version: [ "1.10" ]
steps:
- uses: actions/checkout@v5.0.1
- uses: actions/checkout@v6.0.0
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
persist-credentials: false
Expand Down Expand Up @@ -685,7 +685,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v5.0.1
- uses: actions/checkout@v6.0.0
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
persist-credentials: false
Expand Down