Skip to content
Open
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
50 changes: 25 additions & 25 deletions .github/workflows/agentics-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
pull-requests: write
steps:
- name: Setup Scripts
uses: github/gh-aw-actions/setup@v0.81.6
uses: github/gh-aw-actions/setup@v0.86.1
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
actions: write
steps:
- name: Setup Scripts
uses: github/gh-aw-actions/setup@v0.81.6
uses: github/gh-aw-actions/setup@v0.86.1
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand All @@ -158,12 +158,12 @@ jobs:
operation: ${{ steps.record.outputs.operation }}
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Setup Scripts
uses: github/gh-aw-actions/setup@v0.81.6
uses: github/gh-aw-actions/setup@v0.86.1
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand All @@ -178,7 +178,7 @@ jobs:
await main();

- name: Install gh-aw
uses: github/gh-aw-actions/setup-cli@v0.81.6
uses: github/gh-aw-actions/setup-cli@v0.86.1
with:
version: v0.81.6

Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
pull-requests: write
steps:
- name: Setup Scripts
uses: github/gh-aw-actions/setup@v0.81.6
uses: github/gh-aw-actions/setup@v0.86.1
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand Down Expand Up @@ -249,14 +249,14 @@ jobs:
run_url: ${{ steps.record.outputs.run_url }}
steps:
- name: Checkout actions folder
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
sparse-checkout: |
actions
persist-credentials: false

- name: Setup Scripts
uses: github/gh-aw-actions/setup@v0.81.6
uses: github/gh-aw-actions/setup@v0.86.1
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand Down Expand Up @@ -297,12 +297,12 @@ jobs:
issues: write
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Setup Scripts
uses: github/gh-aw-actions/setup@v0.81.6
uses: github/gh-aw-actions/setup@v0.86.1
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand All @@ -317,7 +317,7 @@ jobs:
await main();

- name: Install gh-aw
uses: github/gh-aw-actions/setup-cli@v0.81.6
uses: github/gh-aw-actions/setup-cli@v0.86.1
with:
version: v0.81.6

Expand All @@ -343,12 +343,12 @@ jobs:
issues: write
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Setup Scripts
uses: github/gh-aw-actions/setup@v0.81.6
uses: github/gh-aw-actions/setup@v0.86.1
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand All @@ -363,13 +363,13 @@ jobs:
await main();

- name: Install gh-aw
uses: github/gh-aw-actions/setup-cli@v0.81.6
uses: github/gh-aw-actions/setup-cli@v0.86.1
with:
version: v0.81.6

- name: Restore activity report logs cache
id: activity_report_logs_cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ./.cache/gh-aw/activity-report-logs
key: ${{ runner.os }}-activity-report-logs-${{ github.repository }}-${{ github.ref_name }}-${{ github.run_id }}
Expand All @@ -393,7 +393,7 @@ jobs:

- name: Save activity report logs cache
if: ${{ always() }}
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ./.cache/gh-aw/activity-report-logs
key: ${{ steps.activity_report_logs_cache.outputs.cache-primary-key }}
Expand Down Expand Up @@ -448,12 +448,12 @@ jobs:
issues: write
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Setup Scripts
uses: github/gh-aw-actions/setup@v0.81.6
uses: github/gh-aw-actions/setup@v0.86.1
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand All @@ -468,13 +468,13 @@ jobs:
await main();

- name: Install gh-aw
uses: github/gh-aw-actions/setup-cli@v0.81.6
uses: github/gh-aw-actions/setup-cli@v0.86.1
with:
version: v0.81.6

- name: Restore forecast report logs cache
id: forecast_report_logs_cache
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ./.github/aw/logs
key: ${{ runner.os }}-forecast-report-logs-${{ github.repository }}-${{ github.ref_name }}-${{ github.run_id }}
Expand Down Expand Up @@ -520,7 +520,7 @@ jobs:

- name: Save forecast report logs cache
if: ${{ always() }}
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ./.github/aw/logs
key: ${{ runner.os }}-forecast-report-logs-${{ github.repository }}-${{ github.ref_name }}-${{ github.run_id }}
Expand All @@ -545,7 +545,7 @@ jobs:
issues: write
steps:
- name: Setup Scripts
uses: github/gh-aw-actions/setup@v0.81.6
uses: github/gh-aw-actions/setup@v0.86.1
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand Down Expand Up @@ -577,12 +577,12 @@ jobs:
issues: write
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: Setup Scripts
uses: github/gh-aw-actions/setup@v0.81.6
uses: github/gh-aw-actions/setup@v0.86.1
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand All @@ -597,7 +597,7 @@ jobs:
await main();

- name: Install gh-aw
uses: github/gh-aw-actions/setup-cli@v0.81.6
uses: github/gh-aw-actions/setup-cli@v0.86.1
with:
version: v0.81.6

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Install gh-aw extension
uses: github/gh-aw-actions/setup-cli@v0.81.6
uses: github/gh-aw-actions/setup-cli@v0.86.1
with:
version: v0.81.6
Loading