Skip to content

Commit

Permalink
Merge pull request #1323 from TheHive-Project/ci-fixes-improvements-1
Browse files Browse the repository at this point in the history
CI - Fixes and improvements
  • Loading branch information
nusantara-self authored Feb 6, 2025
2 parents b46d12a + fdd594f commit 5352ac5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: [ ubuntu-latest ]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build analyzers
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: [ ubuntu-latest ]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build responders
Expand All @@ -49,13 +49,13 @@ jobs:
if: always()
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build catalog
uses: docker://thehiveproject/neurons-build-catalogs
- name: Build report-templates zip package
uses: docker://thehiveproject/neurons-build-report-templates
- name: Save Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: catalog
path: |
Expand All @@ -80,13 +80,13 @@ jobs:
needs: [build_analyzers, build_responders ]
if: startsWith(github.ref, 'refs/tags/') && always()
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prepare documentation files
uses: docker://thehiveproject/doc-builder
with:
args: --type Cortex-Neurons
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.x"
architecture: x64
Expand Down

0 comments on commit 5352ac5

Please sign in to comment.