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

Commit9fc2640

Browse files
build(deps): bump github/codeql-action from 3 to 4 (#1213)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.- [Release notes](https://github.com/github/codeql-action/releases)- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)- [Commits](github/codeql-action@v3...v4)---updated-dependencies:- dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent9f88459 commit9fc2640

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎.github/workflows/code-scanning.yml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses:actions/checkout@v5
3939

4040
-name:Initialize CodeQL
41-
uses:github/codeql-action/init@v3
41+
uses:github/codeql-action/init@v4
4242
with:
4343
languages:${{ matrix.language }}
4444
build-mode:${{ matrix.build-mode }}
@@ -52,13 +52,13 @@ jobs:
5252
threat-models: [ ]
5353
-name:Setup proxy for registries
5454
id:proxy
55-
uses:github/codeql-action/start-proxy@v3
55+
uses:github/codeql-action/start-proxy@v4
5656
with:
5757
registries_credentials:${{ secrets.GITHUB_REGISTRIES_PROXY }}
5858
language:${{ matrix.language }}
5959

6060
-name:Configure
61-
uses:github/codeql-action/resolve-environment@v3
61+
uses:github/codeql-action/resolve-environment@v4
6262
id:resolve-environment
6363
with:
6464
language:${{ matrix.language }}
@@ -70,10 +70,10 @@ jobs:
7070
cache:false
7171

7272
-name:Autobuild
73-
uses:github/codeql-action/autobuild@v3
73+
uses:github/codeql-action/autobuild@v4
7474

7575
-name:Perform CodeQL Analysis
76-
uses:github/codeql-action/analyze@v3
76+
uses:github/codeql-action/analyze@v4
7777
env:
7878
CODEQL_PROXY_HOST:${{ steps.proxy.outputs.proxy_host }}
7979
CODEQL_PROXY_PORT:${{ steps.proxy.outputs.proxy_port }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp