We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e66a5 commit 635cb15Copy full SHA for 635cb15
.github/workflows/codeql-analysis.yml
@@ -1,8 +1,9 @@
1
name: "Code scanning - action"
2
3
on:
4
- push:
5
pull_request:
+ push:
6
+ branches-ignore: "dependabot/**"
7
schedule:
8
- cron: '0 4 * * 6'
9
@@ -30,7 +31,7 @@ jobs:
30
31
# the head of the pull request instead of the merge commit.
32
- run: git checkout HEAD^2
33
if: ${{ github.event_name == 'pull_request' }}
-
34
+
35
# Initializes the CodeQL tools for scanning.
36
- name: Initialize CodeQL
37
uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
.github/workflows/node.js.yml
@@ -1,6 +1,9 @@
name: CI
-on: [push, pull_request]
+on:
+ pull_request:
permissions:
contents: read # to fetch code (actions/checkout)
0 commit comments