Skip to content

Commit

Permalink
Merge pull request #51 from salesforcecli/update-gha
Browse files Browse the repository at this point in the history
Update GHA actions
  • Loading branch information
shetzel authored Jun 12, 2024
2 parents f6e2d95 + e06eba1 commit 5fc2fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: always() && needs.check.result == 'failure'
runs-on: ubuntu-latest
steps:
- uses: slackapi/slack-github-action@v1.24.0
- uses: slackapi/slack-github-action@v1.26.0
env:
SLACK_WEBHOOK_URL: ${{ secrets.CLI_ALERTS_SLACK_WEBHOOK }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: fail the job
if: ${{inputs.metricValue == 'Failed'}}
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
script: |
core.setFailed('${{ inputs.metricName }}')

0 comments on commit 5fc2fc6

Please sign in to comment.