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
6 changes: 3 additions & 3 deletions .github/workflows/agentics-maintenance.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# ___ _ _

Check failure on line 2 in .github/workflows/agentics-maintenance.yml

View workflow job for this annotation

GitHub Actions / Trunk Check

yamllint(trailing-spaces)

[existing] trailing spaces
# / _ \ | | (_)

Check failure on line 3 in .github/workflows/agentics-maintenance.yml

View workflow job for this annotation

GitHub Actions / Trunk Check

yamllint(trailing-spaces)

[existing] trailing spaces
# | |_| | __ _ ___ _ __ | |_ _ ___

Check failure on line 4 in .github/workflows/agentics-maintenance.yml

View workflow job for this annotation

GitHub Actions / Trunk Check

yamllint(trailing-spaces)

[existing] trailing spaces
# | _ |/ _` |/ _ \ '_ \| __| |/ __|
# | | | | (_| | __/ | | | |_| | (__

Check failure on line 6 in .github/workflows/agentics-maintenance.yml

View workflow job for this annotation

GitHub Actions / Trunk Check

yamllint(trailing-spaces)

[existing] trailing spaces
# \_| |_/\__, |\___|_| |_|\__|_|\___|
# __/ |
# _ _ |___/

Check failure on line 9 in .github/workflows/agentics-maintenance.yml

View workflow job for this annotation

GitHub Actions / Trunk Check

yamllint(trailing-spaces)

[existing] trailing spaces
# | | | | / _| |
# | | | | ___ _ __ _ __| |_| | _____ ____
# | |/\| |/ _ \ '__| |/ /| _| |/ _ \ \ /\ / / ___|
Expand All @@ -23,10 +23,10 @@
#
# Alternative regeneration methods:
# make recompile
#

Check failure on line 26 in .github/workflows/agentics-maintenance.yml

View workflow job for this annotation

GitHub Actions / Trunk Check

yamllint(trailing-spaces)

[existing] trailing spaces
# Or use the gh-aw CLI directly:
# ./gh-aw compile --validate --verbose
#

Check failure on line 29 in .github/workflows/agentics-maintenance.yml

View workflow job for this annotation

GitHub Actions / Trunk Check

yamllint(trailing-spaces)

[existing] trailing spaces
# The workflow is generated when any workflow uses the 'expires' field
# in create-discussions, create-issues, or create-pull-request safe-outputs configuration.
# Schedule frequency is automatically determined by the shortest expiration time.
Expand All @@ -38,13 +38,13 @@
- cron: "37 */2 * * *" # Every 2 hours (based on minimum expires: 1 days)
workflow_dispatch:
inputs:
operation:

Check failure on line 41 in .github/workflows/agentics-maintenance.yml

View workflow job for this annotation

GitHub Actions / Trunk Check

checkov(CKV_GHA_7)

[existing] The build output cannot be affected by user parameters other than the build entry point and the top-level source location. GitHub Actions workflow_dispatch inputs MUST be empty.
description: 'Optional maintenance operation to run'
required: false
type: choice
default: ''
options:
- ''

Check failure on line 47 in .github/workflows/agentics-maintenance.yml

View workflow job for this annotation

GitHub Actions / Trunk Check

actionlint(syntax-check)

[existing] string should not be empty
- 'disable'
- 'enable'
- 'update'
Expand All @@ -54,7 +54,7 @@

jobs:
close-expired-entities:
if: ${{ !github.event.repository.fork && (github.event_name != 'workflow_dispatch' || github.event.inputs.operation == '') }}

Check warning on line 57 in .github/workflows/agentics-maintenance.yml

View workflow job for this annotation

GitHub Actions / Trunk Check

yamllint(line-length)

[existing] line too long (129 > 120 characters)
runs-on: ubuntu-slim
permissions:
discussions: write
Expand All @@ -62,7 +62,7 @@
pull-requests: write
steps:
- name: Setup Scripts
uses: github/gh-aw/actions/setup@9758a19d946df81723a0938eb0b4e41236bab981 # v0.61.0
uses: github/gh-aw/actions/setup@f7437f4f94c2bc86e7e6eca0f374e303e98bd66c # v0.61.1
with:
destination: /opt/gh-aw/actions

Expand Down Expand Up @@ -94,7 +94,7 @@
await main();

run_operation:
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.operation != '' && !github.event.repository.fork }}

Check warning on line 97 in .github/workflows/agentics-maintenance.yml

View workflow job for this annotation

GitHub Actions / Trunk Check

yamllint(line-length)

[existing] line too long (127 > 120 characters)
runs-on: ubuntu-slim
permissions:
actions: write
Expand All @@ -107,7 +107,7 @@
persist-credentials: false

- name: Setup Scripts
uses: github/gh-aw/actions/setup@9758a19d946df81723a0938eb0b4e41236bab981 # v0.61.0
uses: github/gh-aw/actions/setup@f7437f4f94c2bc86e7e6eca0f374e303e98bd66c # v0.61.1
with:
destination: /opt/gh-aw/actions

Expand All @@ -122,7 +122,7 @@
await main();

- name: Install gh-aw
uses: github/gh-aw/actions/setup-cli@9758a19d946df81723a0938eb0b4e41236bab981 # v0.61.0
uses: github/gh-aw/actions/setup-cli@f7437f4f94c2bc86e7e6eca0f374e303e98bd66c # v0.61.1
with:
version: v0.58.2

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/code-simplifier.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading