Skip to content

Commit

Permalink
Merge branch 'release/2022.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Dec 13, 2022
2 parents 4a1d142 + 03e40e8 commit b4207a3
Show file tree
Hide file tree
Showing 35 changed files with 40,881 additions and 8,406 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ name: "CodeQL"

on:
push:
branches: [ develop ]
branches: [ "develop" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]
branches: [ "develop" ]
schedule:
- cron: '41 3 * * 2'
- cron: '21 8 * * 6'

jobs:
analyze:
Expand All @@ -34,37 +34,41 @@ jobs:
matrix:
language: [ 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

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

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality


# 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@v1
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language
# If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.

#- run: |
# make bootstrap
# make release
# - run: |
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"
20 changes: 20 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Dependency Review Action
#
# This Action will scan dependency manifest files that change as part of a Pull Request, surfacing known-vulnerable versions of the packages declared or updated in the PR. Once installed, if the workflow run is marked as required, PRs introducing known-vulnerable packages will be blocked from merging.
#
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
name: 'Dependency Review'
on: [pull_request]

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['16']
node: ['16', '18']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: npm
Expand All @@ -30,7 +30,7 @@ jobs:
if: failure()
uses: rtCamp/action-slack-notify@v2
env:
SLACK_CHANNEL: sora-devtools
SLACK_CHANNEL: sora-js-sdk
SLACK_COLOR: danger
SLACK_TITLE: Failure test
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
19 changes: 19 additions & 0 deletions .log/ti-69893.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[16:35:03.829] Global cache location '/Users/tohta/Library/Caches/typescript/4.5', safe file path '/users/tohta/.emacs.d/.cache/lsp/npm/typescript/lib/node_modules/typescript/lib/typingsafelist.json', types map path /users/tohta/.emacs.d/.cache/lsp/npm/typescript/lib/node_modules/typescript/lib/typesmap.json
[16:35:03.830] Processing cache location '/Users/tohta/Library/Caches/typescript/4.5'
[16:35:03.830] Trying to find '/Users/tohta/Library/Caches/typescript/4.5/package.json'...
[16:35:03.831] Loaded content of '/Users/tohta/Library/Caches/typescript/4.5/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.621"}}
[16:35:03.831] Loaded content of '/Users/tohta/Library/Caches/typescript/4.5/package-lock.json'
[16:35:03.831] Finished processing cache location '/Users/tohta/Library/Caches/typescript/4.5'
[16:35:03.831] Process id: 69894
[16:35:03.831] NPM location: /usr/local/bin/npm (explicit '--npmLocation' not provided)
[16:35:03.832] validateDefaultNpmLocation: false
[16:35:03.832] Npm config file: /Users/tohta/Library/Caches/typescript/4.5/package.json
[16:35:03.832] Updating types-registry npm package...
[16:35:03.832] Exec: /usr/local/bin/npm install --ignore-scripts types-registry@latest
[16:35:04.423] Succeeded. stdout:

up to date, audited 2 packages in 497ms

found 0 vulnerabilities

[16:35:04.423] Updated types-registry npm package
Loading

0 comments on commit b4207a3

Please sign in to comment.