Skip to content

Keep GitHub Actions up to date with GitHub's Dependabot#52

Open
cclauss wants to merge 1 commit into
thoth-pub:masterfrom
cclauss:dependabot.yml
Open

Keep GitHub Actions up to date with GitHub's Dependabot#52
cclauss wants to merge 1 commit into
thoth-pub:masterfrom
cclauss:dependabot.yml

Conversation

@cclauss

@cclauss cclauss commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

To see all GitHub Actions dependencies, type:
% git grep 'uses: ' .github/workflows/

.github/workflows/publish-to-pypi.yml:        uses: actions/checkout@v2
.github/workflows/publish-to-pypi.yml:      - uses: actions/setup-python@v2
.github/workflows/publish-to-pypi.yml:        uses: pypa/gh-action-pypi-publish@release/v1
.github/workflows/tests.yml:        uses: actions/checkout@v6
.github/workflows/tests.yml:        uses: actions/setup-python@v6

#* [Keeping your software supply chain secure with Dependabot](https://docs.github.com/en/code-security/how-tos/secure-your-supply-chain)
#* [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/how-tos/secure-your-supply-chain/secure-your-dependencies/auto-update-actions)
#* [Configuration options for the  file - package-ecosystem](https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#package-ecosystem-)

#To see all GitHub Actions dependencies, type:
#% .github/workflows/publish-to-pypi.yml:        uses: actions/checkout@v2
.github/workflows/publish-to-pypi.yml:      - uses: actions/setup-python@v2
.github/workflows/publish-to-pypi.yml:        uses: pypa/gh-action-pypi-publish@release/v1
.github/workflows/tests.yml:        uses: actions/checkout@v6
.github/workflows/tests.yml:        uses: actions/setup-python@v6
@cclauss cclauss changed the title # Keep GitHub Actions up to date with GitHub's Dependabot dependabot.yml Keep GitHub Actions up to date with GitHub's Dependabot dependabot.yml Jun 23, 2026
@cclauss cclauss changed the title Keep GitHub Actions up to date with GitHub's Dependabot dependabot.yml Keep GitHub Actions up to date with GitHub's Dependabot Jun 23, 2026
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