Skip to content

Commit

Permalink
adding bolt to all the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand committed Mar 16, 2024
1 parent 06f296c commit c07e2d3
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/akto-inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
- uses: actions/checkout@v2
- name: Generate Akto OpenAPI specication file
working-directory: ./.github/scripts
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/beamer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
push-release-notes:
runs-on: ubuntu-latest
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
- name: Checkout repository
uses: actions/checkout@v2

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/beamerAndDiscord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
push-release-notes:
runs-on: ubuntu-latest
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
- name: Get Latest Release
id: get_latest_release
run: |
Expand Down Expand Up @@ -85,6 +87,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
- name: Get Latest Release
id: get_latest_release
run: |
Expand Down Expand Up @@ -136,6 +140,8 @@ jobs:
notify_slack:
runs-on: ubuntu-latest
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
- name: Get Latest Release
id: get_latest_release
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
- name: Checkout repository
uses: actions/checkout@v3

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/csvUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
csv-update:
runs-on: ubuntu-latest
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
- name: Checkout repository
uses: actions/checkout@v2

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/discord-release-msg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-18.04
name: Sends message
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
- name: Sending message
uses: nhevia/discord-styled-releases@main
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/releaseOnlyUI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
if: (github.actor != 'dependabot[bot]')

steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
# Fetch project source with GitHub Actions Checkout.
- uses: actions/checkout@v3
# Run the "semgrep ci" command on the command line of the docker image.
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
outputs:
IMAGE_TAG: ${{ steps.docker_tag.outputs.IMAGE_TAG }}
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
Expand Down Expand Up @@ -115,6 +117,8 @@ jobs:
outputs:
lb_name: ${{ steps.deploy_cluster.outputs.lb_name }}
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
#revert branch name
- name: Setup mongo, akto-k8s-agent kube yaml's
run: |
Expand Down Expand Up @@ -188,6 +192,8 @@ jobs:
needs: deploy
runs-on: ubuntu-latest
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
Expand Down Expand Up @@ -226,6 +232,8 @@ jobs:
FLASH_NLB_DNS: ${{ secrets.FLASH_NLB_DNS }}
FLASH_MONGO_CONN: ${{ secrets.FLASH_MONGO_CONN }}
steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1

- name: Fetch kube yaml
#revert branch name
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/testsigma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
- name: Trigger Testsigma Test
run: |
curl --insecure -X POST -H "Content-type: application/json" -H "Accept:application/json" -H "Authorization: Bearer ${{ vars.TESTSIGMA_API_KEY }}" \
Expand Down

0 comments on commit c07e2d3

Please sign in to comment.