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

Commitd7d7e9b

Browse files
authored
Fix codeql workflow (#27)
1 parent030a8b3 commitd7d7e9b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

‎.github/workflows/codeql.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,29 @@ jobs:
1212
# CodeQL runs on ubuntu-latest and windows-latest
1313
runs-on:ubuntu-latest
1414

15+
permissions:
16+
contents:read
17+
security-events:write
18+
1519
steps:
1620
-name:Checkout repository
17-
uses:actions/checkout@v2
21+
uses:actions/checkout@v4
1822
with:
1923
# We must fetch at least the immediate parents so that if this is
2024
# a pull request then we can checkout the head.
2125
fetch-depth:2
2226

2327
# Initializes the CodeQL tools for scanning.
2428
-name:Initialize CodeQL
25-
uses:github/codeql-action/init@v2
29+
uses:github/codeql-action/init@v3
2630
# Override language selection by uncommenting this and choosing your languages
2731
# with:
2832
# languages: go, javascript, csharp, python, cpp, java
2933

3034
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3135
# If this step fails, then you should remove it and run the build manually (see below)
3236
-name:Autobuild
33-
uses:github/codeql-action/autobuild@v2
37+
uses:github/codeql-action/autobuild@v3
3438

3539
# ℹ️ Command-line programs to run using the OS shell.
3640
# 📚 https://git.io/JvXDl
@@ -44,4 +48,4 @@ jobs:
4448
# make release
4549

4650
-name:Perform CodeQL Analysis
47-
uses:github/codeql-action/analyze@v2
51+
uses:github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp