Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update myrotvorets/set-commit-status-action digest to 41a0b97 #626

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@41a0b979eed7423ed400920ccb84e7831832451e # 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@41a0b979eed7423ed400920ccb84e7831832451e # 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@41a0b979eed7423ed400920ccb84e7831832451e # 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@41a0b979eed7423ed400920ccb84e7831832451e # master
if: always()
with:
sha: ${{ github.sha }}
Expand Down
Loading