Skip to content

Commit

Permalink
Merge pull request #6 from dstrates/renovate/major-dependencies
Browse files Browse the repository at this point in the history
chore(deps): update dependencies (major)
  • Loading branch information
dstrates authored Feb 11, 2024
2 parents ede0fc4 + 6d7c167 commit 034f5f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.52.2
working-directory: ${{ matrix.workdir }}
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion terraform/lambda.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "lambda_alerter" {
source = "terraform-aws-modules/lambda/aws"
version = "4.18.0"
version = "7.2.1"

function_name = "cloudwatch-slack-alerts"
description = "Sends alerts to Slack on CloudWatch error events"
Expand Down

0 comments on commit 034f5f1

Please sign in to comment.