Actions Cache
| action | Description | Sample | Rule |
|---|---|---|---|
| actions_ | A GitHub Actions cache was deleted using the REST API. | Y | N |
actions_cache.delete
#Description
A GitHub Actions cache was deleted using the REST API.
Documented on GitHub's enterprise audit log reference.Example Audit Log Entry #
{
"org_id": 9000002,
"repo_id": 9000003,
"user_id": 9000004,
"actor_id": 9000004,
"created_at": 1780425693769.0,
"business_id": 9000005,
"actor_is_bot": true,
"actor_is_agent": false,
"actions_cache_id": 9000006,
"org": "example-org",
"repo": "user/example-repo",
"user": "user",
"actor": "user",
"action": "actions_cache.delete",
"business": "example-business",
"request_id": 9000007,
"user_agent": "gh-actions-cache/1.0.1/delete",
"hashed_token": "U1lOVEhFVElDX1RPS0VOX0hBU0hfMDAwMQ==",
"operation_type": "remove",
"actions_cache_key": "example-label-89",
"actions_cache_scope": "example-label-90",
"actions_cache_version": "gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg",
"programmatic_access_type": "GitHub App server-to-server token"
}
References #