Compare commits

..

12 Commits

Author SHA1 Message Date
aloviedo
d3ef567ce4 Create codeql-analysis.yml 2022-03-30 06:51:05 -07:00
Mikhail Timofeev
bb5faa8461 Merge pull request #99 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 03/19/2022
2022-03-23 18:25:05 +04:00
Service account
914307fdad Update versions-manifest 2022-03-19 03:45:06 +00:00
Ethan Chiu
7a042473f1 Merge pull request #98 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 03/18/2022
2022-03-18 20:37:14 -07:00
Service account
46aed5d195 Update versions-manifest 2022-03-18 15:11:50 +00:00
Mikhail Timofeev
595b4b690a Merge pull request #96 from actions/update-versions-manifest-file 2022-02-09 10:09:39 +03:00
Service account
29a273c108 Update versions-manifest 2022-02-09 07:04:15 +00:00
github-actions[bot]
bb9f13b224 Update versions-manifest (#95)
Co-authored-by: Service account <no-reply@microsoft.com>
2022-02-02 10:45:06 +03:00
Mikhail Timofeev
453a014457 Merge pull request #94 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 02/01/2022
2022-02-01 18:15:22 +03:00
Service account
cf85dc514f Update versions-manifest 2022-02-01 15:07:09 +00:00
Mikhail Timofeev
8acc56fc1b Merge pull request #93 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 01/11/2022
2022-01-11 12:01:20 +03:00
Service account
a034d4c79d Update versions-manifest 2022-01-11 07:26:45 +00:00
2 changed files with 330 additions and 0 deletions

70
.github/workflows/codeql-analysis.yml vendored Normal file
View File

@@ -0,0 +1,70 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
on:
push:
branches: [ main, master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '31 9 * * 0'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
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
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
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
# 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
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
# ✏️ 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
#- run: |
# make bootstrap
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

View File

@@ -1,4 +1,108 @@
[
{
"version": "16.14.2",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.14.2-2007501289",
"files": [
{
"filename": "node-16.14.2-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/16.14.2-2007501289/node-16.14.2-darwin-x64.tar.gz"
},
{
"filename": "node-16.14.2-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/16.14.2-2007501289/node-16.14.2-linux-x64.tar.gz"
},
{
"filename": "node-16.14.2-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/16.14.2-2007501289/node-16.14.2-win32-x64.7z"
}
]
},
{
"version": "16.14.1",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.14.1-2007501671",
"files": [
{
"filename": "node-16.14.1-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/16.14.1-2007501671/node-16.14.1-darwin-x64.tar.gz"
},
{
"filename": "node-16.14.1-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/16.14.1-2007501671/node-16.14.1-linux-x64.tar.gz"
},
{
"filename": "node-16.14.1-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/16.14.1-2007501671/node-16.14.1-win32-x64.7z"
}
]
},
{
"version": "16.14.0",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.14.0-1816613615",
"files": [
{
"filename": "node-16.14.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/16.14.0-1816613615/node-16.14.0-darwin-x64.tar.gz"
},
{
"filename": "node-16.14.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/16.14.0-1816613615/node-16.14.0-linux-x64.tar.gz"
},
{
"filename": "node-16.14.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/16.14.0-1816613615/node-16.14.0-win32-x64.7z"
}
]
},
{
"version": "16.13.2",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.13.2-1681281899",
"files": [
{
"filename": "node-16.13.2-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/16.13.2-1681281899/node-16.13.2-darwin-x64.tar.gz"
},
{
"filename": "node-16.13.2-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/16.13.2-1681281899/node-16.13.2-linux-x64.tar.gz"
},
{
"filename": "node-16.13.2-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/16.13.2-1681281899/node-16.13.2-win32-x64.7z"
}
]
},
{
"version": "16.13.1",
"stable": true,
@@ -545,6 +649,84 @@
}
]
},
{
"version": "14.19.1",
"stable": true,
"lts": "Fermium",
"release_url": "https://github.com/actions/node-versions/releases/tag/14.19.1-2007502144",
"files": [
{
"filename": "node-14.19.1-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.19.1-2007502144/node-14.19.1-darwin-x64.tar.gz"
},
{
"filename": "node-14.19.1-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.19.1-2007502144/node-14.19.1-linux-x64.tar.gz"
},
{
"filename": "node-14.19.1-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.19.1-2007502144/node-14.19.1-win32-x64.7z"
}
]
},
{
"version": "14.19.0",
"stable": true,
"lts": "Fermium",
"release_url": "https://github.com/actions/node-versions/releases/tag/14.19.0-1778992251",
"files": [
{
"filename": "node-14.19.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.19.0-1778992251/node-14.19.0-darwin-x64.tar.gz"
},
{
"filename": "node-14.19.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.19.0-1778992251/node-14.19.0-linux-x64.tar.gz"
},
{
"filename": "node-14.19.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.19.0-1778992251/node-14.19.0-win32-x64.7z"
}
]
},
{
"version": "14.18.3",
"stable": true,
"lts": "Fermium",
"release_url": "https://github.com/actions/node-versions/releases/tag/14.18.3-1681282640",
"files": [
{
"filename": "node-14.18.3-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.18.3-1681282640/node-14.18.3-darwin-x64.tar.gz"
},
{
"filename": "node-14.18.3-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.18.3-1681282640/node-14.18.3-linux-x64.tar.gz"
},
{
"filename": "node-14.18.3-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.18.3-1681282640/node-14.18.3-win32-x64.7z"
}
]
},
{
"version": "14.18.2",
"stable": true,
@@ -1505,6 +1687,84 @@
}
]
},
{
"version": "12.22.11",
"stable": true,
"lts": "Erbium",
"release_url": "https://github.com/actions/node-versions/releases/tag/12.22.11-2007502541",
"files": [
{
"filename": "node-12.22.11-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/12.22.11-2007502541/node-12.22.11-darwin-x64.tar.gz"
},
{
"filename": "node-12.22.11-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/12.22.11-2007502541/node-12.22.11-linux-x64.tar.gz"
},
{
"filename": "node-12.22.11-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/12.22.11-2007502541/node-12.22.11-win32-x64.7z"
}
]
},
{
"version": "12.22.10",
"stable": true,
"lts": "Erbium",
"release_url": "https://github.com/actions/node-versions/releases/tag/12.22.10-1782673306",
"files": [
{
"filename": "node-12.22.10-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/12.22.10-1782673306/node-12.22.10-darwin-x64.tar.gz"
},
{
"filename": "node-12.22.10-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/12.22.10-1782673306/node-12.22.10-linux-x64.tar.gz"
},
{
"filename": "node-12.22.10-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/12.22.10-1782673306/node-12.22.10-win32-x64.7z"
}
]
},
{
"version": "12.22.9",
"stable": true,
"lts": "Erbium",
"release_url": "https://github.com/actions/node-versions/releases/tag/12.22.9-1681283200",
"files": [
{
"filename": "node-12.22.9-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/12.22.9-1681283200/node-12.22.9-darwin-x64.tar.gz"
},
{
"filename": "node-12.22.9-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/12.22.9-1681283200/node-12.22.9-linux-x64.tar.gz"
},
{
"filename": "node-12.22.9-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/12.22.9-1681283200/node-12.22.9-win32-x64.7z"
}
]
},
{
"version": "12.22.8",
"stable": true,