Skip to content

Commit 8499efa

Browse files
committed
squash actions
1 parent 9294068 commit 8499efa

File tree

1,023 files changed

+159966
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,023 files changed

+159966
-39
lines changed
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"version": 1,
3+
"generatedAt": "2026-03-23T23:51:37.725Z",
4+
"entries": [
5+
{
6+
"owner": "actions",
7+
"repo": "checkout",
8+
"ref": "34e114876b0b11c390a56381ad16ebd13914f8d5",
9+
"path": null,
10+
"resolvedSha": null,
11+
"vendoredTo": ".github/actions/actions/checkout/34e114876b0b11c390a56381ad16ebd13914f8d5",
12+
"actionType": "node"
13+
},
14+
{
15+
"owner": "dtolnay",
16+
"repo": "rust-toolchain",
17+
"ref": "efa25f7f19611383d5b0ccf2d1c8914531636bf9",
18+
"path": null,
19+
"resolvedSha": null,
20+
"vendoredTo": ".github/actions/dtolnay/rust-toolchain/efa25f7f19611383d5b0ccf2d1c8914531636bf9",
21+
"actionType": "composite"
22+
},
23+
{
24+
"owner": "actions",
25+
"repo": "cache",
26+
"ref": "0057852bfaa89a56745cba8c7296529d2fc39830",
27+
"path": null,
28+
"resolvedSha": null,
29+
"vendoredTo": ".github/actions/actions/cache/0057852bfaa89a56745cba8c7296529d2fc39830",
30+
"actionType": "node"
31+
},
32+
{
33+
"owner": "actions",
34+
"repo": "setup-node",
35+
"ref": "49933ea5288caeca8642d1e84afbd3f7d6820020",
36+
"path": null,
37+
"resolvedSha": null,
38+
"vendoredTo": ".github/actions/actions/setup-node/49933ea5288caeca8642d1e84afbd3f7d6820020",
39+
"actionType": "node"
40+
},
41+
{
42+
"owner": "actions",
43+
"repo": "setup-python",
44+
"ref": "a26af69be951a213d495a4c3e4e4022e16d87065",
45+
"path": null,
46+
"resolvedSha": null,
47+
"vendoredTo": ".github/actions/actions/setup-python/a26af69be951a213d495a4c3e4e4022e16d87065",
48+
"actionType": "node"
49+
},
50+
{
51+
"owner": "ruby",
52+
"repo": "setup-ruby",
53+
"ref": "319994f95fa847cf3fb3cd3dbe89f6dcde9f178f",
54+
"path": null,
55+
"resolvedSha": null,
56+
"vendoredTo": ".github/actions/ruby/setup-ruby/319994f95fa847cf3fb3cd3dbe89f6dcde9f178f",
57+
"actionType": "node"
58+
},
59+
{
60+
"owner": "actions",
61+
"repo": "upload-artifact",
62+
"ref": "ea165f8d65b6e75b540449e92b4886f43607fa02",
63+
"path": null,
64+
"resolvedSha": null,
65+
"vendoredTo": ".github/actions/actions/upload-artifact/ea165f8d65b6e75b540449e92b4886f43607fa02",
66+
"actionType": "node"
67+
},
68+
{
69+
"owner": "actions",
70+
"repo": "download-artifact",
71+
"ref": "d3f86a106a0bac45b974a628896c90dbdf5c8093",
72+
"path": null,
73+
"resolvedSha": null,
74+
"vendoredTo": ".github/actions/actions/download-artifact/d3f86a106a0bac45b974a628896c90dbdf5c8093",
75+
"actionType": "node"
76+
},
77+
{
78+
"owner": "rust-lang",
79+
"repo": "crates-io-auth-action",
80+
"ref": "b7e9a28eded4986ec6b1fa40eeee8f8f165559ec",
81+
"path": null,
82+
"resolvedSha": null,
83+
"vendoredTo": ".github/actions/rust-lang/crates-io-auth-action/b7e9a28eded4986ec6b1fa40eeee8f8f165559ec",
84+
"actionType": "node"
85+
},
86+
{
87+
"owner": "pypa",
88+
"repo": "gh-action-pypi-publish",
89+
"ref": "ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e",
90+
"path": null,
91+
"resolvedSha": null,
92+
"vendoredTo": ".github/actions/pypa/gh-action-pypi-publish/ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e",
93+
"actionType": "composite"
94+
}
95+
]
96+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "Node.js & TypeScript",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye",
4+
// Features to add to the dev container. More info: https://containers.dev/implementors/features.
5+
// "features": {},
6+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
7+
// "forwardPorts": [],
8+
// Use 'postCreateCommand' to run commands after the container is created.
9+
"postCreateCommand": "npm install"
10+
// Configure tool-specific properties.
11+
// "customizations": {},
12+
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
13+
// "remoteUser": "root"
14+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"env": { "node": true, "jest": true },
3+
"parser": "@typescript-eslint/parser",
4+
"parserOptions": { "ecmaVersion": 2020, "sourceType": "module" },
5+
"extends": [
6+
"eslint:recommended",
7+
"plugin:@typescript-eslint/eslint-recommended",
8+
"plugin:@typescript-eslint/recommended",
9+
"plugin:import/errors",
10+
"plugin:import/warnings",
11+
"plugin:import/typescript",
12+
"plugin:prettier/recommended"
13+
],
14+
"plugins": ["@typescript-eslint", "simple-import-sort", "jest"],
15+
"rules": {
16+
"import/first": "error",
17+
"import/newline-after-import": "error",
18+
"import/no-duplicates": "error",
19+
"simple-import-sort/imports": "error",
20+
"sort-imports": "off"
21+
}
22+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.licenses/** -diff linguist-generated=true
2+
* text=auto eol=lf
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @actions/actions-cache
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
groups:
13+
minor-actions-dependencies:
14+
update-types: [minor, patch]
15+
16+
- package-ecosystem: "npm"
17+
directory: "/"
18+
schedule:
19+
interval: "daily"
20+
allow:
21+
- dependency-type: direct
22+
- dependency-type: production
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Description
4+
<!--- Describe your changes in detail -->
5+
6+
## Motivation and Context
7+
<!--- Why is this change required? What problem does it solve? -->
8+
<!--- If it fixes an open issue, please link to the issue here. -->
9+
10+
## How Has This Been Tested?
11+
<!--- Please describe in detail how you tested your changes. -->
12+
<!--- Include details of your testing environment, and the tests you ran to -->
13+
<!--- see how your change affects other areas of the code, etc. -->
14+
15+
## Screenshots (if appropriate):
16+
17+
## Types of changes
18+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
19+
- [ ] Bug fix (non-breaking change which fixes an issue)
20+
- [ ] New feature (non-breaking change which adds functionality)
21+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
22+
- [ ] Documentation (add or update README or docs)
23+
24+
## Checklist:
25+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
26+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
27+
- [ ] My code follows the code style of this project.
28+
- [ ] My change requires a change to the documentation.
29+
- [ ] I have updated the documentation accordingly.
30+
- [ ] I have read the **CONTRIBUTING** document.
31+
- [ ] I have added tests to cover my changes.
32+
- [ ] All new and existing tests passed.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Check dist/
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
paths-ignore:
8+
- '**.md'
9+
pull_request:
10+
paths-ignore:
11+
- '**.md'
12+
workflow_dispatch:
13+
14+
jobs:
15+
call-check-dist:
16+
name: Check dist/
17+
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
18+
with:
19+
node-version: "20.x"
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Close inactive issues
2+
on:
3+
schedule:
4+
- cron: "30 8 * * *"
5+
6+
jobs:
7+
close-issues:
8+
runs-on: ubuntu-latest
9+
permissions:
10+
issues: write
11+
pull-requests: write
12+
steps:
13+
- uses: actions/stale@v9
14+
with:
15+
days-before-issue-stale: 200
16+
days-before-issue-close: 5
17+
stale-issue-label: "stale"
18+
stale-issue-message: "This issue is stale because it has been open for 200 days with no activity. Leave a comment to avoid closing this issue in 5 days."
19+
close-issue-message: "This issue was closed because it has been inactive for 5 days since being marked as stale."
20+
days-before-pr-stale: -1
21+
days-before-pr-close: -1
22+
repo-token: ${{ secrets.GITHUB_TOKEN }}
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: "Code scanning - action"
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '0 19 * * 0'
8+
9+
jobs:
10+
CodeQL-Build:
11+
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
12+
runs-on: ubuntu-latest
13+
14+
permissions:
15+
# required for all workflows
16+
security-events: write
17+
18+
steps:
19+
- name: Checkout repository
20+
uses: actions/checkout@v4
21+
22+
# Initializes the CodeQL tools for scanning.
23+
- name: Initialize CodeQL
24+
uses: github/codeql-action/init@v3
25+
# Override language selection by uncommenting this and choosing your languages
26+
# with:
27+
# languages: go, javascript, csharp, python, cpp, java, ruby
28+
29+
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
30+
# If this step fails, then you should remove it and run the build manually (see below).
31+
- name: Autobuild
32+
uses: github/codeql-action/autobuild@v3
33+
34+
# ℹ️ Command-line programs to run using the OS shell.
35+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
36+
37+
# ✏️ If the Autobuild fails above, remove it and uncomment the following
38+
# three lines and modify them (or add more) to build your code if your
39+
# project uses a compiled language
40+
41+
#- run: |
42+
# make bootstrap
43+
# make release
44+
45+
- name: Perform CodeQL Analysis
46+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)