Skip to content

Commit

Permalink
Moving from @v2 to @main for eco-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Apr 10, 2024
1 parent 6e89c15 commit 13c0b78
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:

- name: Eco CI Energy Estimation - Initialize
uses: green-coding-solutions/eco-ci-energy-estimation@v2
uses: green-coding-solutions/eco-ci-energy-estimation@main
with:
task: start-measurement

Expand All @@ -50,7 +50,7 @@ jobs:
persist-credentials: false

- name: Eco CI Energy Estimation - Get Measurement
uses: green-coding-solutions/eco-ci-energy-estimation@v2
uses: green-coding-solutions/eco-ci-energy-estimation@main
with:
task: get-measurement
label: Checkout code
Expand All @@ -76,7 +76,7 @@ jobs:
publish_results: false

- name: Eco CI Energy Estimation - Get Measurement
uses: green-coding-solutions/eco-ci-energy-estimation@v2
uses: green-coding-solutions/eco-ci-energy-estimation@main
with:
task: get-measurement
label: Run analysis
Expand All @@ -92,7 +92,7 @@ jobs:
retention-days: 5

- name: Eco CI Energy Estimation - Get Measurement
uses: green-coding-solutions/eco-ci-energy-estimation@v2
uses: green-coding-solutions/eco-ci-energy-estimation@main
with:
task: get-measurement
label: Upload artifact
Expand All @@ -105,13 +105,13 @@ jobs:
sarif_file: results.sarif

- name: Eco CI Energy Estimation - Get Measurement
uses: green-coding-solutions/eco-ci-energy-estimation@v2
uses: green-coding-solutions/eco-ci-energy-estimation@main
with:
task: get-measurement
label: Upload to code-scanning


- name: Eco CI Energy Estimation - End Measurement
uses: green-coding-solutions/eco-ci-energy-estimation@v2
uses: green-coding-solutions/eco-ci-energy-estimation@main
with:
task: display-results

0 comments on commit 13c0b78

Please sign in to comment.