Skip to content

Commit

Permalink
chore(deps): update myrotvorets/set-commit-status-action digest to 6a…
Browse files Browse the repository at this point in the history
…a1211
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent f3e8b94 commit d6f2e0a
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@542eeef9b2131b933a56aa0d14467f933b9350f7 # master
uses: myrotvorets/set-commit-status-action@6aa12114d3d4a704bfa951bfd67747ff9e407291 # 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@542eeef9b2131b933a56aa0d14467f933b9350f7 # master
uses: myrotvorets/set-commit-status-action@6aa12114d3d4a704bfa951bfd67747ff9e407291 # 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@542eeef9b2131b933a56aa0d14467f933b9350f7 # master
uses: myrotvorets/set-commit-status-action@6aa12114d3d4a704bfa951bfd67747ff9e407291 # 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@542eeef9b2131b933a56aa0d14467f933b9350f7 # master
uses: myrotvorets/set-commit-status-action@6aa12114d3d4a704bfa951bfd67747ff9e407291 # master
if: always()
with:
sha: ${{ github.sha }}
Expand Down

0 comments on commit d6f2e0a

Please sign in to comment.