Skip to content

Commit

Permalink
chore(deps): update all dependencies to v3 j:cdx-227 (#704)
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 Mar 22, 2022
1 parent 5a520ec commit 5d2c473
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
package-targets: 'linux-x64,linux-arm'

steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
with:
node-version: '16'
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
with:
node-version: 16
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
with:
node-version: ${{matrix.node}}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
# ID of the test run to identify resources to teardown.
TEST_RUN_ID: 'id${{ matrix.os }}-${{ github.sha }}-${{ github.run_attempt }}g'
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
with:
node-version: ${{matrix.node}}
Expand Down Expand Up @@ -110,17 +110,17 @@ jobs:
name: End-to-end publish packages
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
with:
node-version: ${{matrix.node}}
cache: 'npm'
- uses: actions/cache@v2
- uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 # 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@v2
- uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 # tag=v3
if: ${{matrix.os == 'windows-latest'}}
with:
path: packages\cli-e2e\verdaccio
Expand All @@ -133,7 +133,7 @@ jobs:
run: npm run build
- name: Setup E2E tests
run: node -r ts-node/register/transpile-only packages/cli-e2e/setup/ci-verdaccio.ts
- uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # renovate: tag=v2
- uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # tag=v3
if: always()
with:
name: ${{matrix.os}}-verdaccio-publish-artifacts
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
with:
node-version: ${{matrix.node}}
Expand All @@ -195,12 +195,12 @@ jobs:
- name: Install locked NPM version.
# TODO: Remove later, when `npm 8.5.4` is built in.
run: npm i -g npm@^8.5.4
- uses: actions/cache@v2
- uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 # 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@v2
- uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 # tag=v3
if: ${{matrix.os == 'windows-latest'}}
with:
path: packages\cli-e2e\verdaccio
Expand All @@ -225,7 +225,7 @@ jobs:
DISPLAY: ':1'
working-directory: packages/cli-e2e
run: npm run jest:ci -- ${{matrix.spec}}
- uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # renovate: tag=v2
- uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # tag=v3
if: always()
with:
name: ${{matrix.os}}-${{matrix.spec}}-test-artifacts
Expand All @@ -250,7 +250,7 @@ jobs:
TEST_RUN_ID: '${{ github.sha }}-${{ github.run_attempt }}g'
CLI_CONFIG_JSON: ${{needs.e2e-setup-login.outputs.cliConfigJson}}
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
with:
node-version: ${{matrix.node}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
PLATFORM_USER_NAME: ${{ secrets.PLATFORM_USER_NAME }}
PLATFORM_USER_PASSWORD: ${{ secrets.PLATFORM_USER_PASSWORD }}
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
with:
node-version: '16'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-lock-version-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
lockfile-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
- name: Check lockfileVersion of all package-lock.json
run: node scripts/check-lockfile-versions.js $(find ./ -xdev -wholename '**/package-lock.json')
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-semantic-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
- name: Ensure PR Title is Semantic
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
env:
GITHUB_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
with:
fetch-depth: 0
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
NODE_OPTIONS: --max-old-space-size=8192
GITHUB_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
with:
node-version: '16'
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
env:
GITHUB_CREDENTIALS: ${{ secrets.CLI_RELEASE }}
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
with:
# pulls all commits (needed for computing the next version)
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate-config-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
renovate-config:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
- name: Check Renovate config
run: |
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 @@ -11,7 +11,7 @@ jobs:
snyk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
- name: Prepare snyk
run: |
Expand Down

0 comments on commit 5d2c473

Please sign in to comment.