Browse Source

Update actions/upload-artifact digest to 0b7f8ab (#2971)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
sso-device-key-callback-poc
renovate[bot] 2 years ago committed by GitHub
parent
commit
69ee329af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/database.yml

4
.github/workflows/database.yml

@ -44,7 +44,7 @@ jobs: @@ -44,7 +44,7 @@ jobs:
shell: pwsh
- name: Upload DACPAC
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v3.1.2
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: sql.dacpac
path: Sql.dacpac
@ -70,7 +70,7 @@ jobs: @@ -70,7 +70,7 @@ jobs:
shell: pwsh
- name: Upload Report
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v3.1.2
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: report.xml
path: |

Loading…
Cancel
Save