Skip to content

Commit

Permalink
chore(deps): update pinned versions of GitHub Actions (#348)
Browse files Browse the repository at this point in the history
Co-authored-by: Mutahhir Hayat <[email protected]>
  • Loading branch information
xiehan and mutahhir authored Jan 16, 2025
1 parent 2f7cd75 commit 63a530e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-cdktf-stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:

- name: Send failures to Slack
if: ${{ failure() && !cancelled() }}
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
with:
webhook: ${{ secrets.FAILURE_SLACK_WEBHOOK_URL }}
webhook-type: webhook-trigger
payload: |
{
"provider_name": "stack deploy ${{ matrix.stack }}",
"run_url": "https://github.com/cdktf/cdktf-repository-manager/actions/runs/${{ github.run_id }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.FAILURE_SLACK_WEBHOOK_URL }}
upgrade:
if: inputs.upgrade-repositories
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/upgrade-repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ jobs:
- name: Send failures to Slack
if: ${{ failure() && !cancelled() }}
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
with:
webhook: ${{ secrets.FAILURE_SLACK_WEBHOOK_URL }}
webhook-type: webhook-trigger
payload: |
{
"provider_name": "${{ matrix.provider }}",
"run_url": "https://github.com/cdktf/cdktf-repository-manager/actions/runs/${{ github.run_id }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.FAILURE_SLACK_WEBHOOK_URL }}

0 comments on commit 63a530e

Please sign in to comment.