Skip to content

Commit

Permalink
GitHubSync update - master (#754)
Browse files Browse the repository at this point in the history
Co-authored-by: internalautomation[bot] <85681268+internalautomation[bot]@users.noreply.github.com>
  • Loading branch information
internalautomation[bot] authored Dec 21, 2024
1 parent 11cede6 commit ee5036b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ jobs:
tag: TimeoutMigrationTool
- name: Setup Oracle
if: contains(matrix.engines, 'Oracle')
uses: Particular/setup-oracle-action@v1.5.0
uses: Particular/setup-oracle-action@v1.6.0
with:
connection-string-name: OracleConnectionString
tag: TimeoutMigrationTool
registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Setup RabbitMQ
if: contains(matrix.engines, 'RabbitMQ')
uses: Particular/setup-rabbitmq-action@v1.7.0
uses: Particular/setup-rabbitmq-action@v1.7.1
with:
connection-string-name: RabbitMqConnectionString
host-env-var-name: RabbitMqHost
Expand All @@ -105,7 +105,7 @@ jobs:
- name: Setup RavenDB4
if: contains(matrix.engines, 'RavenDB4')
id: setup-ravendb
uses: Particular/setup-ravendb-action@v1.7.0
uses: Particular/setup-ravendb-action@v1.8.0
with:
single-connection-string-name: Raven4Url
ravendb-license: ${{ secrets.RAVENDB_LICENSE }}
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/nuget-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: NuGet Audit
on:
workflow_dispatch:
env:
DOTNET_NOLOGO: true
jobs:
build:
name: Linux
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4.1.0
with:
global-json-file: global.json
- name: Restore
id: restore
run: dotnet restore src

0 comments on commit ee5036b

Please sign in to comment.