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

Commitdb15346

Browse files
chore: bump github/codeql-action from 3 to 4
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>
1 parent897b5f1 commitdb15346

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎.github/workflows/security.yaml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
severity:"HIGH,CRITICAL"
6363

6464
-name:Upload Trivy scan results to GitHub Security tab
65-
uses:github/codeql-action/upload-sarif@v3
65+
uses:github/codeql-action/upload-sarif@v4
6666
with:
6767
sarif_file:"trivy-repo-results.sarif"
6868

@@ -80,13 +80,13 @@ jobs:
8080

8181
# Initializes the CodeQL tools for scanning.
8282
-name:Initialize CodeQL
83-
uses:github/codeql-action/init@v3
83+
uses:github/codeql-action/init@v4
8484
with:
8585
config-file:./.github/codeql-config.yml
8686
languages:javascript
8787

8888
-name:Autobuild
89-
uses:github/codeql-action/autobuild@v3
89+
uses:github/codeql-action/autobuild@v4
9090

9191
-name:Perform CodeQL Analysis
92-
uses:github/codeql-action/analyze@v3
92+
uses:github/codeql-action/analyze@v4

‎.github/workflows/trivy-docker.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
severity:"HIGH,CRITICAL"
6161

6262
-name:Upload Trivy scan results to GitHub Security tab
63-
uses:github/codeql-action/upload-sarif@v3
63+
uses:github/codeql-action/upload-sarif@v4
6464
with:
6565
sarif_file:"trivy-image-results.sarif"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp