diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 9483e4e3..697bcfe1 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/azuresql-unit.yml b/.github/workflows/azuresql-unit.yml index c37094fa..642ab1aa 100644 --- a/.github/workflows/azuresql-unit.yml +++ b/.github/workflows/azuresql-unit.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: path: "" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e5d6e35e..d2c98ca6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/sqlserver-unit.yml b/.github/workflows/sqlserver-unit.yml index f97088ae..14d39fb3 100644 --- a/.github/workflows/sqlserver-unit.yml +++ b/.github/workflows/sqlserver-unit.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: path: "" ref: ${{ github.head_ref }}