diff --git a/.github/workflows/triage.lock.yml b/.github/workflows/triage.lock.yml index 5e5bd40..b8dfbba 100644 --- a/.github/workflows/triage.lock.yml +++ b/.github/workflows/triage.lock.yml @@ -49,7 +49,7 @@ jobs: if: > needs.pre_activation.outputs.activated == 'true' && (github.event_name != 'issues' || github.event.action != 'labeled' || github.event.label.name == 'ai-triage') - runs-on: ubuntu-slim + runs-on: ubuntu-latest permissions: contents: read outputs: @@ -787,7 +787,7 @@ jobs: - safe_outputs - update_cache_memory if: always() && (needs.agent.result != 'skipped' || needs.activation.outputs.lockdown_check_failed == 'true') - runs-on: ubuntu-slim + runs-on: ubuntu-latest permissions: contents: read discussions: write @@ -1024,7 +1024,7 @@ jobs: pre_activation: if: github.event_name != 'issues' || github.event.action != 'labeled' || github.event.label.name == 'ai-triage' - runs-on: ubuntu-slim + runs-on: ubuntu-latest outputs: activated: ${{ steps.check_membership.outputs.is_team_member == 'true' }} matched_command: '' @@ -1051,7 +1051,7 @@ jobs: - agent - detection if: (!cancelled()) && needs.agent.result != 'skipped' && needs.detection.result == 'success' - runs-on: ubuntu-slim + runs-on: ubuntu-latest permissions: contents: read discussions: write