Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb0cc27

Browse files
Build: Bump @babel/traverse & multiple actions
1: Bump actions/cache from 3.3.1 to 3.3.2Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.- [Release notes](https://github.com/actions/cache/releases)- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)- [Commits](actions/cache@88522ab...704facf)---updated-dependencies:- dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch...2: Bump actions/checkout from 3.6.0 to 4.1.1Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.1.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@f43a0e5...b4ffde6)---updated-dependencies:- dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major...3: Bump github/codeql-action from 2.21.5 to 2.22.5Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.5 to 2.22.5.- [Release notes](https://github.com/github/codeql-action/releases)- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)- [Commits](github/codeql-action@00e563e...74483a3)---updated-dependencies:- dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor...4: Bump actions/setup-node from 3.8.1 to 4.0.0Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0.- [Release notes](https://github.com/actions/setup-node/releases)- [Commits](actions/setup-node@5e21ff4...8f152de)---updated-dependencies:- dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major...5: Bump @babel/traverse from 7.22.5 to 7.23.2Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2.- [Release notes](https://github.com/babel/babel/releases)- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)---updated-dependencies:- dependency-name: "@babel/traverse" dependency-type: indirect...Closesgh-5341Closesgh-5349Closesgh-5354Closesgh-5355Closesgh-5356Closesgh-5363Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent635cb15 commitfb0cc27

File tree

3 files changed

+72
-57
lines changed

3 files changed

+72
-57
lines changed

‎.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
-name:Checkout repository
24-
uses:actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744#v3.6.0
24+
uses:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11#v4.1.1
2525
with:
2626
# We must fetch at least the immediate parents so that if this is
2727
# a pull request then we can checkout the head.
@@ -34,15 +34,15 @@ jobs:
3434

3535
# Initializes the CodeQL tools for scanning.
3636
-name:Initialize CodeQL
37-
uses:github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8# v2.21.5
37+
uses:github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99# v2.22.5
3838
# Override language selection by uncommenting this and choosing your languages
3939
# with:
4040
# languages: go, javascript, csharp, python, cpp, java
4141

4242
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4343
# If this step fails, then you should remove it and run the build manually (see below)
4444
-name:Autobuild
45-
uses:github/codeql-action/autobuild@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8# v2.21.5
45+
uses:github/codeql-action/autobuild@74483a38d39275f33fcff5f35b679b5ca4a26a99# v2.22.5
4646

4747
# ℹ️ Command-line programs to run using the OS shell.
4848
# 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -56,4 +56,4 @@ jobs:
5656
# make release
5757

5858
-name:Perform CodeQL Analysis
59-
uses:github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8# v2.21.5
59+
uses:github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99# v2.22.5

‎.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ jobs:
4545
BROWSERS:"FirefoxHeadless"
4646
steps:
4747
-name:Checkout
48-
uses:actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744#v3.6.0
48+
uses:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11#v4.1.1
4949

5050
-name:Cache
51-
uses:actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8# v3.3.1
51+
uses:actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84# v3.3.2
5252
with:
5353
path:~/.npm
5454
key:${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
5555
restore-keys:|
5656
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-
5757
5858
-name:Use Node.js ${{ matrix.NODE_VERSION }}
59-
uses:actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d#v3.8.1
59+
uses:actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65#v4.0.0
6060
with:
6161
node-version:${{ matrix.NODE_VERSION }}
6262

‎package-lock.json

Lines changed: 65 additions & 50 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp