Skip to content

Commit

Permalink
chore(deps): update myrotvorets/set-commit-status-action digest to 97…
Browse files Browse the repository at this point in the history
…f3e0a
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 9c2577a commit aca1bc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bank.f5labs.dev-k6-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
egress-policy: block
allowed-endpoints: api.github.com:443 github.com:443 bank.f5labs.dev:443
- name: Set commit status as pending
uses: myrotvorets/set-commit-status-action@ba12b0c43983e41f47ee3615bee0fe1c19a5b569 # master
uses: myrotvorets/set-commit-status-action@97f3e0ab3fc36f6414946cf24dd608203f6ae17a # master
with:
sha: ${{ github.sha }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -29,7 +29,7 @@ jobs:
filename: tests/bank/bank-k6-tests-baseline.js
flags: --vus 50 --duration 10s
- name: Set final commit status
uses: myrotvorets/set-commit-status-action@ba12b0c43983e41f47ee3615bee0fe1c19a5b569 # master
uses: myrotvorets/set-commit-status-action@97f3e0ab3fc36f6414946cf24dd608203f6ae17a # master
if: always()
with:
sha: ${{ github.sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hapi.f5labs.dev-newman-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
egress-policy: block
allowed-endpoints: api.github.com:443 github.com:443 hapi.f5labs.dev:443
- name: Set commit status as pending
uses: myrotvorets/set-commit-status-action@ba12b0c43983e41f47ee3615bee0fe1c19a5b569 # master
uses: myrotvorets/set-commit-status-action@97f3e0ab3fc36f6414946cf24dd608203f6ae17a # master
with:
sha: ${{ github.sha }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -28,7 +28,7 @@ jobs:
collection: tests/hapi/hapi-newman-tests-collection.json
environment: tests/hapi/hapi-newman-tests-environment.json
- name: Set final commit status
uses: myrotvorets/set-commit-status-action@ba12b0c43983e41f47ee3615bee0fe1c19a5b569 # master
uses: myrotvorets/set-commit-status-action@97f3e0ab3fc36f6414946cf24dd608203f6ae17a # master
if: always()
with:
sha: ${{ github.sha }}
Expand Down

0 comments on commit aca1bc6

Please sign in to comment.