Skip to content

Commit

Permalink
ci: move checkout in scout cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem committed Oct 17, 2024
1 parent 283a890 commit d29cf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scout-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
outputs:
releases: ${{ steps.releases.outputs.releases }}
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: List last releases
id: releases
run: echo "releases:$(gh release list -L 3 --json tagName -q '[ .[].tagName ]')" >> "$GITHUB_OUTPUT"
Expand All @@ -36,7 +37,6 @@ jobs:
- dockerhubaneo/armonik_core_bench_test_client
version: ${{ fromJSON(needs.releases.outputs.releases) }}
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Login to Docker Hub
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
with:
Expand Down

0 comments on commit d29cf39

Please sign in to comment.