Skip to content

Commit 69c0345

Browse files
authored
ci: fix security alert for Lighthouse workflow (#2031)
Signed-off-by: Sebastian Beltran <[email protected]>
1 parent de12edc commit 69c0345

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
language: ["javascript"]
38+
language: ["javascript", "actions"]
3939
# CodeQL supports [ $supported-codeql-languages ]
4040
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
4141

.github/workflows/lighthouse.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Lighthouse audit
22

33
on:
44
pull_request_target:
5-
types: [opened, synchronize]
65

76
permissions:
87
contents: read
@@ -16,9 +15,6 @@ jobs:
1615
steps:
1716
- name: Checkout PR code
1817
uses: actions/checkout@v4
19-
with:
20-
ref: ${{ github.event.pull_request.head.sha }}
21-
repository: ${{ github.event.pull_request.head.repo.full_name }}
2218

2319
- name: Setup Node.js with npm cache
2420
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)