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
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
groups:
github-actions:
patterns: ["*"]
schedule:
interval: "weekly"
cooldown:
default-days: 7
14 changes: 7 additions & 7 deletions .github/workflows/catnap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
fetch-depth: 0
- name: Setup SSH
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
--client-addr $CLIENT_ADDR
- name: Archive Logs
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: catnap-debug-pipeline-logs
path: |
Expand All @@ -81,7 +81,7 @@ jobs:
run: echo "Release pipeline skipped because branch is not main, unstable, dev, or does not contain 'do-release'."
- name: Checkout
if: ${{ env.SHOULD_RUN_RELEASE == 'true' }}
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
fetch-depth: 0
- name: Setup SSH
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Archive Logs
if: always()
continue-on-error: true
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: catnap-release-pipeline-logs
path: |
Expand All @@ -140,12 +140,12 @@ jobs:
run: echo "Release pipeline skipped because branch is not main, unstable, dev, or does not contain 'do-release'."
- name: Checkout
if: ${{ env.SHOULD_RUN_RELEASE == 'true' }}
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
fetch-depth: 0
- name: Download Release Pipeline Logs
if: ${{ env.SHOULD_RUN_RELEASE == 'true' }}
uses: actions/download-artifact@v4
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with:
name: catnap-release-pipeline-logs
path: ./catnap_release_pipeline_logs
Expand All @@ -165,7 +165,7 @@ jobs:
--log-dir ./catnap_release_pipeline_logs)
- name: Archive Performance Data
if: ${{ env.SHOULD_RUN_RELEASE == 'true' }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: performance-data
path: |
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/catnapw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
fetch-depth: 0
- name: Setup SSH
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
--client-addr $CLIENT_ADDR
- name: Archive Logs
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: catnapw-debug-pipeline-logs
path: |
Expand All @@ -82,7 +82,7 @@ jobs:
run: echo "Release pipeline skipped because branch is not main, unstable, dev, or does not contain 'do-release'."
- name: Checkout
if: ${{ env.SHOULD_RUN_RELEASE == 'true' }}
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
fetch-depth: 0
- name: Setup SSH
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Archive Logs
if: always()
continue-on-error: true
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: catnapw-release-pipeline-logs
path: |
Expand All @@ -131,7 +131,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
fetch-depth: 0
- name: Setup SSH
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
--client-addr $CLIENT_ADDR
- name: Archive Logs
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: catpowder-debug-pipeline-logs
path: |
Expand All @@ -182,7 +182,7 @@ jobs:
run: echo "Release pipeline skipped because branch is not main, unstable, dev, or does not contain 'do-release'."
- name: Checkout
if: ${{ env.SHOULD_RUN_RELEASE == 'true' }}
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
fetch-depth: 0
- name: Setup SSH
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
- name: Archive Logs
if: always()
continue-on-error: true
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: catpowder-release-pipeline-logs
path: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/catnip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
fetch-depth: 0
- name: Setup SSH
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
--client-addr $CLIENT_ADDR
- name: Archive Logs
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: catnip-debug-pipeline-logs
path: |
Expand All @@ -103,7 +103,7 @@ jobs:
run: echo "Release pipeline skipped because branch is not main, unstable, dev, or does not contain 'do-release'."
- name: Checkout
if: ${{ env.SHOULD_RUN_RELEASE == 'true' }}
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
fetch-depth: 0
- name: Setup SSH
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Archive Logs
if: always()
continue-on-error: true
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: catnip-release-pipeline-logs
path: |
Expand All @@ -185,12 +185,12 @@ jobs:
run: echo "Release pipeline skipped because branch is not main, unstable, dev, or does not contain 'do-release'."
- name: Checkout
if: ${{ env.SHOULD_RUN_RELEASE == 'true' }}
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
fetch-depth: 0
- name: Download Release Pipeline Logs
if: ${{ env.SHOULD_RUN_RELEASE == 'true' }}
uses: actions/download-artifact@v4
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with:
name: catnip-release-pipeline-logs
path: ./catnip_release_pipeline_logs
Expand All @@ -210,7 +210,7 @@ jobs:
--log-dir ./catnip_release_pipeline_logs)
- name: Archive Performance Data
if: ${{ env.SHOULD_RUN_RELEASE == 'true' }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: performance-data
path: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/catpowder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
fetch-depth: 0
- name: Setup SSH
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
--client-addr $CLIENT_ADDR
- name: Archive Logs
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: catpowder-debug-pipeline-logs
path: |
Expand All @@ -99,7 +99,7 @@ jobs:
run: echo "Release pipeline skipped because branch is not main, unstable, dev, or does not contain 'do-release'."
- name: Checkout
if: ${{ env.SHOULD_RUN_RELEASE == 'true' }}
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
fetch-depth: 0
- name: Setup SSH
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Archive Logs
if: always()
continue-on-error: true
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: catpowder-release-pipeline-logs
path: |
Expand All @@ -177,12 +177,12 @@ jobs:
run: echo "Release pipeline skipped because branch is not main, unstable, dev, or does not contain 'do-release'."
- name: Checkout
if: ${{ env.SHOULD_RUN_RELEASE == 'true' }}
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
fetch-depth: 0
- name: Download Release Pipeline Logs
if: ${{ env.SHOULD_RUN_RELEASE == 'true' }}
uses: actions/download-artifact@v4
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with:
name: catpowder-release-pipeline-logs
path: ./catpowder_release_pipeline_logs
Expand All @@ -202,7 +202,7 @@ jobs:
--log-dir ./catpowder_release_pipeline_logs)
- name: Archive Performance Data
if: ${{ env.SHOULD_RUN_RELEASE == 'true' }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: performance-data
path: |
Expand Down
Loading