From 18bd2207b6c1977e99a93673a7be099e23f0f547 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 26 Jun 2024 08:22:20 +0200 Subject: Merging upstream version 10.1.0+dfsg. Signed-off-by: Daniel Baumann --- ansible_collections/lowlydba/sqlserver/.github/FUNDING.yml | 1 + .../sqlserver/.github/workflows/ansible-test-windows.yml | 4 ++-- .../lowlydba/sqlserver/.github/workflows/ansible-test.yml | 10 +++++----- .../lowlydba/sqlserver/.github/workflows/release.yml | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) (limited to 'ansible_collections/lowlydba/sqlserver/.github') diff --git a/ansible_collections/lowlydba/sqlserver/.github/FUNDING.yml b/ansible_collections/lowlydba/sqlserver/.github/FUNDING.yml index c235de882..0c6b880f8 100644 --- a/ansible_collections/lowlydba/sqlserver/.github/FUNDING.yml +++ b/ansible_collections/lowlydba/sqlserver/.github/FUNDING.yml @@ -10,4 +10,5 @@ liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +buy_me_a_coffee: johnmcc custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/ansible_collections/lowlydba/sqlserver/.github/workflows/ansible-test-windows.yml b/ansible_collections/lowlydba/sqlserver/.github/workflows/ansible-test-windows.yml index d764d6014..a75026a86 100644 --- a/ansible_collections/lowlydba/sqlserver/.github/workflows/ansible-test-windows.yml +++ b/ansible_collections/lowlydba/sqlserver/.github/workflows/ansible-test-windows.yml @@ -104,7 +104,7 @@ jobs: shell: cmd run: echo 127.0.0.1 sqlserver >> "%WinDir%\System32\Drivers\etc\hosts" - - uses: Vampire/setup-wsl@v3.0.0 + - uses: Vampire/setup-wsl@v3.1.1 with: distribution: Ubuntu-22.04 update: "true" @@ -190,6 +190,6 @@ jobs: ansible-test coverage xml -v --requirements # See the reports at https://codecov.io/gh/lowlydba/lowlydba.sqlserver - - uses: codecov/codecov-action@v4.1.0 + - uses: codecov/codecov-action@v4.4.1 with: fail_ci_if_error: false diff --git a/ansible_collections/lowlydba/sqlserver/.github/workflows/ansible-test.yml b/ansible_collections/lowlydba/sqlserver/.github/workflows/ansible-test.yml index 242c7a641..667ab3b23 100644 --- a/ansible_collections/lowlydba/sqlserver/.github/workflows/ansible-test.yml +++ b/ansible_collections/lowlydba/sqlserver/.github/workflows/ansible-test.yml @@ -68,7 +68,7 @@ jobs: path: ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} - name: Run confidence tests - uses: ansible-community/ansible-test-gh-action@v1.14.1 + uses: ansible-community/ansible-test-gh-action@v1.15.0 with: ansible-core-version: ${{ matrix.ansible }} testing-type: sanity @@ -79,7 +79,7 @@ jobs: working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} # See the reports at https://codecov.io/gh/lowlydba/lowlydba.sqlserver - - uses: codecov/codecov-action@v4.1.0 + - uses: codecov/codecov-action@v4.4.1 with: fail_ci_if_error: false @@ -128,7 +128,7 @@ jobs: # Prevent dbatools v2+ issues with newer docker image for 2.13 - name: Run integration tests - v2.13 workaround if: ${{ matrix.ansible == 'stable-2.13' }} - uses: ansible-community/ansible-test-gh-action@v1.14.1 + uses: ansible-community/ansible-test-gh-action@v1.15.0 with: docker-image: 'quay.io/ansible/default-test-container:6.13.0' ansible-core-version: ${{ matrix.ansible }} @@ -139,7 +139,7 @@ jobs: - name: Run integration tests if: ${{ matrix.ansible != 'stable-2.13'}} - uses: ansible-community/ansible-test-gh-action@v1.14.1 + uses: ansible-community/ansible-test-gh-action@v1.15.0 with: ansible-core-version: ${{ matrix.ansible }} #target-python-version: ${{ matrix.python }} @@ -153,6 +153,6 @@ jobs: working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} # See the reports at https://codecov.io/gh/lowlydba/lowlydba.sqlserver - - uses: codecov/codecov-action@v4.1.0 + - uses: codecov/codecov-action@v4.4.1 with: fail_ci_if_error: false diff --git a/ansible_collections/lowlydba/sqlserver/.github/workflows/release.yml b/ansible_collections/lowlydba/sqlserver/.github/workflows/release.yml index 201875bc0..9b40638f7 100644 --- a/ansible_collections/lowlydba/sqlserver/.github/workflows/release.yml +++ b/ansible_collections/lowlydba/sqlserver/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@v2.0.0 + uses: softprops/action-gh-release@v2.0.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: -- cgit v1.2.3