Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,25 @@ If you need to add a specific version of an already approved action (especially
```yaml
existing/action:
'<exact-commit-sha>':
expires_at: 2025-01-01
keep: true
tag: vX.Y.Z
```

if this is the newest version of the action (make sure to remove the `keep: true` from the
previously newest version and add `expires_at: <date>` to it, if you want to set an expiration date for it),

or

```yaml
existing/action:
'<exact-commit-sha>':
expires_at: 2025-01-01
tag: vX.Y.Z
```

If you add older version of the action and want to set an expiration date for it.


3. **Create a PR** against the `main` branch
4. **Include in your PR description**:
- Specific reason why this version is required
Expand Down
1 change: 0 additions & 1 deletion actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,6 @@ pypa/gh-action-pypi-publish:
keep: true
tag: v1.13.0
76f52bc884231f62b9a034ebfe128415bbaabdfc:
keep: true
tag: v1.12.4
expires_at: 2026-06-10
pyTooling/Actions:
Expand Down
Loading