Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent 19cb34b commit 8721f2f
Show file tree
Hide file tree
Showing 12 changed files with 259 additions and 259 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# Upload MegaLinter artifacts
- name: Archive production artifacts
if: ${{ success() || failure() }}
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
with:
name: MegaLinter reports
path: |
Expand All @@ -106,7 +106,7 @@ jobs:
kics:
runs-on: ubuntu-latest
container:
image: checkmarx/kics:v1.7.13-debian@sha256:21140f3e8b0247ea4a514270b5645c29ee341e211b8e11c5b659c5d1069d7b30
image: checkmarx/kics:v2.0.0-debian@sha256:e2e85cbe859bc0067ed8bbdcfa76496586fbc5d4597de8dd1db60ffd40c4601e
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
# ignore: "tags not used", "access analyzer not used", "shield advanced not used"
Expand Down
58 changes: 29 additions & 29 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/runner-certificates/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.45.0"
version = "5.46.0"
}
local = {
source = "hashicorp/local"
Expand All @@ -21,7 +21,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.6.0"
version = "3.6.1"
}
}
}
108 changes: 54 additions & 54 deletions examples/runner-default/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/runner-default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.45.0"
version = "5.46.0"
}
local = {
source = "hashicorp/local"
Expand All @@ -21,7 +21,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.6.0"
version = "3.6.1"
}
}
}
108 changes: 54 additions & 54 deletions examples/runner-docker/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8721f2f

Please sign in to comment.