diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a8bdf8dba5..cfd2daeece 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4b031b8b11..44f2a3cce1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v5.0.1 + - uses: actions/checkout@v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1fc9d49515..2e36912b9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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