Is there an existing issue for this?
Package ecosystem
github-actions
Package manager version
N/A
Language version
N/A
Manifest location and content before the Dependabot update
https://github.com/pypa/pip-audit/blob/d3dfe2115fbe641433d093189cf37fcedecfdf04/.github/workflows/release.yml
dependabot.yml content
version: 2
updates:
- package-ecosystem: pip
directory: /
schedule:
interval: daily
cooldown:
default-days: 7
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
cooldown:
default-days: 7
Updated dependency
See pypa/pip-audit#1023.
TL;DR: Dependabot has upgraded pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0. The upgrade looks structurally correct, but is in violation of the configured cooldown of 7 days, since 1.14.0 was released only hours ago:
https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.14.0
What you expected to see, versus what you actually saw
I expected no PR updating this action, at least until the cooldown period ended (approximately 7 days from now).
Native package manager behavior
N/A
Images of the diff or a link to the PR, issue, or logs
See pypa/pip-audit#1023.
Smallest manifest that reproduces the issue
I suspect this will reproduce the issue:
version: 2
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
cooldown:
default-days: 7
Is there an existing issue for this?
Package ecosystem
github-actions
Package manager version
N/A
Language version
N/A
Manifest location and content before the Dependabot update
https://github.com/pypa/pip-audit/blob/d3dfe2115fbe641433d093189cf37fcedecfdf04/.github/workflows/release.yml
dependabot.yml content
Updated dependency
See pypa/pip-audit#1023.
TL;DR: Dependabot has upgraded
pypa/gh-action-pypi-publishfrom1.13.0to1.14.0. The upgrade looks structurally correct, but is in violation of the configured cooldown of 7 days, since 1.14.0 was released only hours ago:https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.14.0
What you expected to see, versus what you actually saw
I expected no PR updating this action, at least until the cooldown period ended (approximately 7 days from now).
Native package manager behavior
N/A
Images of the diff or a link to the PR, issue, or logs
See pypa/pip-audit#1023.
Smallest manifest that reproduces the issue
I suspect this will reproduce the issue: