Skip to content

Commit 85ab485

Browse files
build(deps-dev): bump @babel/traverse from 7.22.5 to 7.23.2 (octokit#512)
* build(deps-dev): bump @babel/traverse from 7.22.5 to 7.23.2 Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Fix triggers for CodeQL and immediate response --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Keegan Campbell <me@kfcampbell.com>
1 parent 289afe8 commit 85ab485

File tree

3 files changed

+107
-103
lines changed

3 files changed

+107
-103
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "Code scanning - action"
22

33
on:
44
push:
5+
branches: [ "main" ]
56
pull_request:
6-
branches-ignore:
7-
- "dependabot/**"
7+
branches: [ "main" ]
88
schedule:
99
- cron: '0 19 * * 0'
1010

@@ -21,7 +21,7 @@ jobs:
2121
# We must fetch at least the immediate parents so that if this is
2222
# a pull request then we can checkout the head.
2323
fetch-depth: 2
24-
24+
2525
# Initializes the CodeQL tools for scanning.
2626
- name: Initialize CodeQL
2727
uses: github/codeql-action/init@v2 # tag=v2

.github/workflows/immediate-response.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
types:
88
- opened
99
pull_request:
10+
branches-ignore:
11+
- "dependabot/**"
1012
types:
1113
- opened
1214
jobs:

0 commit comments

Comments
 (0)