Skip to content

Commit

Permalink
Merge branch 'main' into containedAGs
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlydba authored May 25, 2024
2 parents e08dec7 + de0aac7 commit 43d7366
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1
- uses: codecov/codecov-action@v4.4.1
with:
fail_ci_if_error: false
4 changes: 2 additions & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1
- uses: codecov/codecov-action@v4.4.1
with:
fail_ci_if_error: false

Expand Down Expand Up @@ -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.3.1
- uses: codecov/codecov-action@v4.4.1
with:
fail_ci_if_error: false
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Create Release
id: create_release
uses: softprops/[email protected].4
uses: softprops/[email protected].5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 43d7366

Please sign in to comment.