Skip to content

Commit

Permalink
chore(deps): update all dependencies j:cdx-227 (#807)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 3, 2022
1 parent 33d24c8 commit 8698fbc
Show file tree
Hide file tree
Showing 13 changed files with 693 additions and 16,162 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ jobs:
with:
node-version: ${{matrix.node}}
cache: 'npm'
- uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3
- uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # tag=v3
if: ${{matrix.os == 'ubuntu-latest'}}
with:
path: packages/cli-e2e/verdaccio
key: verdaccio-${{matrix.os}}-${{ github.sha }}-${{ github.run_attempt }}
- uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3
- uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # tag=v3
if: ${{matrix.os == 'windows-latest'}}
with:
path: packages\cli-e2e\verdaccio
Expand Down Expand Up @@ -204,12 +204,12 @@ jobs:
- name: Install locked NPM version.
# TODO: CDX-1010 | Remove in CDX-1010.
run: npm i -g [email protected]
- uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3
- uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # tag=v3
if: ${{matrix.os == 'ubuntu-latest'}}
with:
path: packages/cli-e2e/verdaccio
key: verdaccio-${{matrix.os}}-${{ github.sha }}-${{ github.run_attempt }}
- uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3
- uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # tag=v3
if: ${{matrix.os == 'windows-latest'}}
with:
path: packages\cli-e2e\verdaccio
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@0e9acb6e5cd338179ea69a99146ca55f796799e0 # tag=v1
uses: github/codeql-action/init@a6611b86918424d4588efe7d6dbe18fe52d42518 # tag=v1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -54,7 +54,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@0e9acb6e5cd338179ea69a99146ca55f796799e0 # tag=v1
uses: github/codeql-action/autobuild@a6611b86918424d4588efe7d6dbe18fe52d42518 # tag=v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -68,4 +68,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@0e9acb6e5cd338179ea69a99146ca55f796799e0 # tag=v1
uses: github/codeql-action/analyze@a6611b86918424d4588efe7d6dbe18fe52d42518 # tag=v1
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
mkdir -p sarifs
npx snyk code test --dev --all-projects --exclude="project.json,npm-shim" --sarif > ./sarifs/snyk-code.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@0e9acb6e5cd338179ea69a99146ca55f796799e0 # tag=v1
uses: github/codeql-action/upload-sarif@a6611b86918424d4588efe7d6dbe18fe52d42518 # tag=v1
with:
sarif_file: ./sarifs
- name: Check Code Scanning alerts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
NODE_OPTIONS: --max-old-space-size=8192
run: npx snyk code test --dev --all-projects --exclude="project.json,npm-shim" --sarif > ./sarifs/snyk-code.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@0e9acb6e5cd338179ea69a99146ca55f796799e0 # tag=v1
uses: github/codeql-action/upload-sarif@a6611b86918424d4588efe7d6dbe18fe52d42518 # tag=v1

with:
sarif_file: ./sarifs
Loading

0 comments on commit 8698fbc

Please sign in to comment.