Skip to content

Commit

Permalink
[Rahul] | BAH-3944 | Add. Bump Checkout Version
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh authored Aug 27, 2024
1 parent 68f088e commit 212dee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/atomfeed_console_build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Trivy Scan
run: ./.github/trivy_scan.sh atomfeed-console .github/workflows/atomfeed_console_build_publish.yaml

Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
needs: Trivy
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Verify app version
run: |
APP_VERSION=$(cat atomfeed-console/.appversion)
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
no-cache: true
push: true
tags: bahmni/atomfeed-console:${{env.ARTIFACT_VERSION}},bahmni/atomfeed-console:latest


0 comments on commit 212dee8

Please sign in to comment.