Skip to content

Commit 5e81101

Browse files
committed
chore: codeql update
1 parent 0ebbd8f commit 5e81101

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
push:
66
branches: [main]
77
paths: [".github/workflows/**"]
8-
pull_request:
9-
branches: [main]
10-
paths: [".github/workflows/**"]
118

129
jobs:
1310
analyze:
@@ -19,14 +16,14 @@ jobs:
1916
security-events: write
2017

2118
steps:
22-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2320

2421
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@v3
22+
uses: github/codeql-action/init@v4
2623
with:
2724
languages: actions
2825

2926
- name: Run CodeQL Analysis
30-
uses: github/codeql-action/analyze@v3
27+
uses: github/codeql-action/analyze@v4
3128
with:
3229
category: actions

0 commit comments

Comments
 (0)