Skip to content

Commit a9e69d1

Browse files
billnapiergoogle-admin
authored andcommittedFeb 24, 2025
syntax errors fixed
1 parent 141ba43 commit a9e69d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/action_scanning.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
pull_request: {}
66
workflow_dispatch: {}
77
push:
8-
paths:
8+
paths:
99
- '.github/workflows/**.ya?ml'
10-
schedule:
10+
schedule:
1111
- cron: '39 3 * * 3'
1212

1313
permissions:
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout Code
2424
uses: actions/checkout@v4
2525

26-
- name Initialize CodeQL
26+
- name: Initialize CodeQL
2727
uses: github/codeql-action/init@v3
2828
with:
2929
languages: actions

0 commit comments

Comments
 (0)
Please sign in to comment.