Skip to content

fix(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.29 to 1.27.30 #479

fix(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.29 to 1.27.30

fix(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.29 to 1.27.30 #479

Workflow file for this run

on:
push:
branches: ["*"]
pull_request:
jobs:
run-tests:
uses: ./.github/workflows/run-tests.yml
secrets:
# doesn't have to be a secret, but it's generally best practice to keep it hidden
AWS_ACCOUNT_ID: ${{ secrets.ARMAKUNI_AWS_PROD_ACCOUNT_ID }}
check-conventional-commits:
uses: armakuni/github-actions/.github/workflows/[email protected]
lint-pipeline:
uses: armakuni/github-actions/.github/workflows/[email protected]
create-release:
needs:
- run-tests
- lint-pipeline
- check-conventional-commits
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected]
secrets: inherit
slack-notify:
needs:
- create-release
name: Slack Notification
runs-on: ubuntu-latest
if: ${{ always() && contains(needs.*.result, 'failure') }}
steps:
- uses: actions/checkout@v4
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_COLOR: "#ff0000"
SLACK_ICON: https://github.com/armakuni.png?size=48
SLACK_USERNAME: GitHub Actions Failed
SLACK_TITLE: Commit message
MSG_MINIMAL: actions url,commit
SLACK_FOOTER: ""