Skip to content

Commit

Permalink
build(deps-dev): bump @babel/traverse from 7.22.5 to 7.23.2 (#512)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* Fix triggers for CodeQL and immediate response

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Keegan Campbell <[email protected]>
  • Loading branch information
dependabot[bot] and kfcampbell authored Oct 27, 2023
1 parent 289afe8 commit 85ab485
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 103 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "Code scanning - action"

on:
push:
branches: [ "main" ]
pull_request:
branches-ignore:
- "dependabot/**"
branches: [ "main" ]
schedule:
- cron: '0 19 * * 0'

Expand All @@ -21,7 +21,7 @@ jobs:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2 # tag=v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/immediate-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
types:
- opened
pull_request:
branches-ignore:
- "dependabot/**"
types:
- opened
jobs:
Expand Down
Loading

0 comments on commit 85ab485

Please sign in to comment.