Skip to content

Commit

Permalink
Merge branch 'main' into add_fs_support
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 16, 2024
2 parents 53cc527 + 63c13a0 commit d2ec6d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/depup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
repo: reviewdog/reviewdog

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "chore(deps): update reviewdog to ${{ steps.depup.outputs.latest }}"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ runs:
env:
# We may want to allow specifying reviewdog version as
# action's input, but let's start with hard coded latest stable version for reviewdog
REVIEWDOG_VERSION: v0.18.1
REVIEWDOG_VERSION: v0.20.2
# INPUT_<VARIABLE_NAME> is not available in Composite run steps
# https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611
INPUT_GITHUB_TOKEN: ${{ inputs.github_token }}
Expand Down
4 changes: 2 additions & 2 deletions testdata/config/terraform/with_detections/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.51.0"
version = "~> 5.66.0"
}

azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.105.0"
version = "~> 4.1.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions testdata/config/terraform/without_detections/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.51.0"
version = "~> 5.66.0"
}

azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.105.0"
version = "~> 4.1.0"
}
}
}
Expand Down

0 comments on commit d2ec6d5

Please sign in to comment.