Skip to content

Commit 0116957

Browse files
Merge branch 'main' into dependabot/github_actions/launchbynttdata/launch-workflows/dot-github/workflows/reusable-release-on-merge.yml-0.11.0
2 parents e1e9364 + 90a0503 commit 0116957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
contents: read
1212
issues: write
1313
pull-requests: write
14-
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-pr-label-by-branch.yml@0.8.0
14+
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-pr-label-by-branch.yml@0.11.0
1515
secrets: inherit # pragma: allowlist secret

.github/workflows/pull-request-terraform-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: read
1717
id-token: write
18-
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terraform-check-aws.yml@0.8.0
18+
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terraform-check-aws.yml@0.11.0
1919
with:
2020
assume_role_arn: ${{ vars.TERRAFORM_CHECK_AWS_ASSUME_ROLE_ARN }}
2121
region: ${{ vars.TERRAFORM_CHECK_AWS_REGION }}

0 commit comments

Comments
 (0)