Skip to content

Commit

Permalink
build(deps): bump dependencies by dependabots pull requests summary (#18
Browse files Browse the repository at this point in the history
)

* Build(deps): 
      - Bumps showdown from 2.0.0 to 2.0.2
      - Bumps codacy/codacy-analysis-cli-action from 4.0.0 to 4.0.1
      - Bumps actions/checkout from 2 to 3
      - Bumps actions/setup-dotnet from 1 to 2

* Add upgrade showdown dependencies
  • Loading branch information
JaSiLez authored Mar 8, 2022
1 parent 5d858f2 commit b3af553
Show file tree
Hide file tree
Showing 181 changed files with 5,723 additions and 15,476 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/action-analyser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@0de770495bd94bdac1ba7d5043a72b252ddbeec3
uses: codacy/codacy-analysis-cli-action@29e74c95aaebf52d060ee760463f72d3e210360c
with:
output: results.sarif
format: sarif
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down Expand Up @@ -95,8 +95,8 @@ jobs:
name: AppInspector Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v1
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v2
# with:
# dotnet-version: '5.0'
- run: dotnet tool install -g Microsoft.CST.ApplicationInspector.CLI
Expand Down
170 changes: 12 additions & 158 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 0 additions & 37 deletions node_modules/ansi-regex/index.d.ts

This file was deleted.

10 changes: 0 additions & 10 deletions node_modules/ansi-regex/index.js

This file was deleted.

9 changes: 0 additions & 9 deletions node_modules/ansi-regex/license

This file was deleted.

55 changes: 0 additions & 55 deletions node_modules/ansi-regex/package.json

This file was deleted.

Loading

0 comments on commit b3af553

Please sign in to comment.