Actions Cache

actionDescriptionSampleRule
actions_cache.deleteA GitHub Actions cache was deleted using the REST API.YN

actions_cache.delete

#
Category
actions-cache

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 #