|
@@ -29,7 +29,7 @@ jobs:
|
|
|
backend_any_type: ${{ steps.changes.outputs.backend_any_type }}
|
|
|
migration_lockfile: ${{ steps.changes.outputs.migration_lockfile }}
|
|
|
steps:
|
|
|
- - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
|
|
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
|
|
|
- name: Check for backend file changes
|
|
|
uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd # v3.0.0
|
|
@@ -44,7 +44,7 @@ jobs:
|
|
|
name: api docs test
|
|
|
runs-on: ubuntu-22.04
|
|
|
steps:
|
|
|
- - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
|
|
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
|
|
|
- uses: getsentry/action-setup-volta@c52be2ea13cfdc084edb806e81958c13e445941e # v1.2.0
|
|
|
|
|
@@ -82,7 +82,7 @@ jobs:
|
|
|
MATRIX_INSTANCE_TOTAL: 11
|
|
|
|
|
|
steps:
|
|
|
- - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
|
|
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
with:
|
|
|
# Avoid codecov error message related to SHA resolution:
|
|
|
# https://github.com/codecov/codecov-bash/blob/7100762afbc822b91806a6574658129fe0d23a7d/codecov#L891
|
|
@@ -124,7 +124,7 @@ jobs:
|
|
|
pg-version: ['14']
|
|
|
|
|
|
steps:
|
|
|
- - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
|
|
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
with:
|
|
|
# Avoid codecov error message related to SHA resolution:
|
|
|
# https://github.com/codecov/codecov-bash/blob/7100762afbc822b91806a6574658129fe0d23a7d/codecov#L891
|
|
@@ -159,7 +159,7 @@ jobs:
|
|
|
matrix:
|
|
|
pg-version: ['14']
|
|
|
steps:
|
|
|
- - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
|
|
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
|
|
|
- name: Setup sentry env
|
|
|
uses: ./.github/actions/setup-sentry
|
|
@@ -192,7 +192,7 @@ jobs:
|
|
|
with:
|
|
|
app_id: ${{ vars.SENTRY_INTERNAL_APP_ID }}
|
|
|
private_key: ${{ secrets.SENTRY_INTERNAL_APP_PRIVATE_KEY }}
|
|
|
- - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
|
|
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
- uses: getsentry/action-setup-venv@9e3bbae3836b1b6f129955bf55a19e1d99a61c67 # v1.0.5
|
|
|
with:
|
|
|
python-version: 3.11.6
|
|
@@ -223,7 +223,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout sentry
|
|
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
|
|
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
|
|
|
- name: Setup sentry env
|
|
|
uses: ./.github/actions/setup-sentry
|
|
@@ -245,7 +245,7 @@ jobs:
|
|
|
runs-on: ubuntu-22.04
|
|
|
timeout-minutes: 20
|
|
|
steps:
|
|
|
- - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
|
|
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
with:
|
|
|
# Avoid codecov error message related to SHA resolution:
|
|
|
# https://github.com/codecov/codecov-bash/blob/7100762afbc822b91806a6574658129fe0d23a7d/codecov#L891
|
|
@@ -274,7 +274,7 @@ jobs:
|
|
|
runs-on: ubuntu-22.04
|
|
|
timeout-minutes: 20
|
|
|
steps:
|
|
|
- - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
|
|
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
|
|
|
- uses: getsentry/action-setup-venv@9e3bbae3836b1b6f129955bf55a19e1d99a61c67 # v1.0.5
|
|
|
with:
|