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

Commitdf1df95

Browse files
Build: Bump actions/cache, actions/checkout & github/codeql-action
1. Bump actions/cache from 4.0.1 to 4.0.2Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2.- [Release notes](https://github.com/actions/cache/releases)- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)- [Commits](actions/cache@ab5e6d0...0c45773)---updated-dependencies:- dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch...2. Bump github/codeql-action from 3.24.6 to 3.24.9Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.6 to 3.24.9.- [Release notes](https://github.com/github/codeql-action/releases)- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)- [Commits](github/codeql-action@8a470fd...1b1aada)---updated-dependencies:- dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch...Bump actions/checkout from 4.1.1 to 4.1.2Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@b4ffde6...9bb5618)---updated-dependencies:- dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch...Closesgh-5462Signed-off-by: dependabot[bot] <support@github.com>
1 parent284b082 commitdf1df95

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

‎.github/workflows/browserstack-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
BROWSERSTACK_USERNAME:${{ secrets.BROWSERSTACK_USERNAME }}
4444
BROWSERSTACK_ACCESS_KEY:${{ secrets.BROWSERSTACK_ACCESS_KEY }}
4545
steps:
46-
-uses:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11# v4.1.1
46+
-uses:actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633# v4.1.2
4747

4848
-uses:actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8# v4.0.2
4949
with:

‎.github/workflows/browserstack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
-'__iOS_15'
3838
steps:
3939
-name:Checkout
40-
uses:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11# v4.1.1
40+
uses:actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633# v4.1.2
4141

4242
-name:Use Node.js ${{ env.NODE_VERSION }}
4343
uses:actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8# v4.0.2
4444
with:
4545
node-version:${{ env.NODE_VERSION }}
4646

4747
-name:Cache
48-
uses:actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319# v4.0.1
48+
uses:actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9# v4.0.2
4949
with:
5050
path:~/.npm
5151
key:${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}

‎.github/workflows/codeql-analysis.yml

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

2121
steps:
2222
-name:Checkout repository
23-
uses:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11# v4.1.1
23+
uses:actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633# v4.1.2
2424
with:
2525
# We must fetch at least the immediate parents so that if this is
2626
# a pull request then we can checkout the head.
@@ -33,15 +33,15 @@ jobs:
3333

3434
# Initializes the CodeQL tools for scanning.
3535
-name:Initialize CodeQL
36-
uses:github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571# v3.24.6
36+
uses:github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2# v3.24.9
3737
# Override language selection by uncommenting this and choosing your languages
3838
# with:
3939
# languages: go, javascript, csharp, python, cpp, java
4040

4141
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4242
# If this step fails, then you should remove it and run the build manually (see below)
4343
-name:Autobuild
44-
uses:github/codeql-action/autobuild@8a470fddafa5cbb6266ee11b37ef4d8aae19c571# v3.24.6
44+
uses:github/codeql-action/autobuild@1b1aada464948af03b950897e5eb522f92603cc2# v3.24.9
4545

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

5757
-name:Perform CodeQL Analysis
58-
uses:github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571# v3.24.6
58+
uses:github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2# v3.24.9

‎.github/workflows/filestash.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
name:Update Filestash
1818
steps:
1919
-name:Checkout
20-
uses:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11# v4.1.1
20+
uses:actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633# v4.1.2
2121

2222
-name:Use Node.js ${{ env.NODE_VERSION }}
2323
uses:actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8# v4.0.2
2424
with:
2525
node-version:${{ env.NODE_VERSION }}
2626

2727
-name:Cache
28-
uses:actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319# v4.0.1
28+
uses:actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9# v4.0.2
2929
with:
3030
path:~/.npm
3131
key:${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}

‎.github/workflows/node.js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
NPM_SCRIPT:"test:firefox"
4343
steps:
4444
-name:Checkout
45-
uses:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11# v4.1.1
45+
uses:actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633# v4.1.2
4646

4747
-name:Use Node.js ${{ matrix.NODE_VERSION }}
4848
uses:actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8# v4.0.2
4949
with:
5050
node-version:${{ matrix.NODE_VERSION }}
5151

5252
-name:Cache
53-
uses:actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319# v4.0.1
53+
uses:actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9# v4.0.2
5454
with:
5555
path:~/.npm
5656
key:${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -83,15 +83,15 @@ jobs:
8383
name:test:safari - Safari
8484
steps:
8585
-name:Checkout
86-
uses:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11# v4.1.1
86+
uses:actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633# v4.1.2
8787

8888
-name:Use Node.js ${{ env.NODE_VERSION }}
8989
uses:actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8# v4.0.2
9090
with:
9191
node-version:${{ env.NODE_VERSION }}
9292

9393
-name:Cache
94-
uses:actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319# v4.0.1
94+
uses:actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9# v4.0.2
9595
with:
9696
path:~/.npm
9797
key:${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp