Skip to content

Fix Dependabot directory for GitHub Actions#43

Open
cclauss wants to merge 1 commit into
TheAlgorithms:mainfrom
cclauss:patch-1
Open

Fix Dependabot directory for GitHub Actions#43
cclauss wants to merge 1 commit into
TheAlgorithms:mainfrom
cclauss:patch-1

Conversation

@cclauss

@cclauss cclauss commented Jun 25, 2026

Copy link
Copy Markdown
Member

Dependabot is currently improperly configured so all GitHub Actions dependencies in .github/workflows/code_checks.yml are out of date.

For GitHub Actions, use the value /. Dependabot will search the /.github/workflows directory, as well as the action.yml/action.yaml file from the root directory.

https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#directories-or-directory--

Dependabot is currently improperly configured so all GitHub Actions dependencies in `.github/workflows/code_checks.yml` are out of date.

> For GitHub Actions, use the value `/`. Dependabot will search the `/.github/workflows` directory, as well as the `action.yml/action.yaml` file from the root directory.

https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#package-ecosystem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant