Skip to content

Commit

Permalink
build workflow: unignore dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Oct 28, 2023
1 parent b6f039a commit 21094e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
# Secrets aren't available for dependabot on push. https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow#error-403-resource-not-accessible-by-integration-when-using-dependabot
branches-ignore:
- 'dependabot/**'
# - 'dependabot/**'
- 'cherry-pick-*'
paths-ignore:
- '**.md' # Ignore documentation changes
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/code-scan-codeql.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: CodeQL Scan
# See CodeQL results at https://github.com/paul-gilber/demoapp-backend/security/code-scanning/tools/CodeQL/status/
name: Scan Code with CodeQL

# Events: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
on:
Expand Down
5 changes: 5 additions & 0 deletions docs/repository-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This section guides you on how this repository was setup

## Managing the automatic deletion of branches
You can have head branches automatically deleted after pull requests are merged in your repository.

See steps on [Managing the automatic deletion of branches](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-the-automatic-deletion-of-branches)

## Code Analysis/Scanning
### Configuring repository for GitHub CodeQL
[CodeQL](https://codeql.github.com/docs/codeql-overview/about-codeql/) is the analysis engine used by developers to automate security checks, and by security researchers to perform variant analysis.
Expand Down

0 comments on commit 21094e6

Please sign in to comment.