Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 1.8.1 to 1.8.2 (#1015)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 14, 2021
1 parent 21059e9 commit 7bd4f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
uses: actions/[email protected]

- name: Setup dotnet (for SQL generation)
uses: actions/[email protected].1
uses: actions/[email protected].2
if: ${{ matrix.language == 'csharp' }}
with:
dotnet-version: '3.1.401'

- name: Setup dotnet (based on Global config)
uses: actions/[email protected].1
uses: actions/[email protected].2
if: ${{ matrix.language == 'csharp' }}

# Initializes the CodeQL tools for scanning.
Expand Down

0 comments on commit 7bd4f9f

Please sign in to comment.