Skip to content

Commit

Permalink
using actionslint
Browse files Browse the repository at this point in the history
  • Loading branch information
zMynxx committed Aug 18, 2023
1 parent 0c5cad8 commit 3f24dc7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
args:
# Unique keys of your project and organization. You can find them in SonarCloud > Information (bottom-left menu)
# mandatory
-Dsonar.projectKey=${{ var.SONAR_PROJECT_KEY }}
-Dsonar.organization=${{ var.SONAR_ORG }}
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }}
-Dsonar.organization=${{ vars.SONAR_ORG }}
# Comma-separated paths to directories containing main source files.
#-Dsonar.sources= # optional, default is project base directory
# When you need the analysis to take place in a directory other than the one from which it was launched
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/super-linter/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
self-hosted-runner:
# Labels of self-hosted runner in array of strings.
labels: []
# self-hosted-runner:
# # Labels of self-hosted runner in array of strings.
# labels: []
# Configuration variables in array of strings defined in your repository or
# organization. `null` means disabling configuration variables check.
# Empty array means no configuration variable is allowed.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terragrunt/apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ env:

jobs:
plan:
needs: [check]
name: plan
uses: zmynx/github-actions/.github/workflows/terragrunt/plan.yaml@feature/gha

apply:
needs: [plan]
permissions:
id-token: write
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terragrunt/destroy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ env:

jobs:
plan:
needs: [check]
name: plan
uses: zmynx/github-actions/.github/workflows/terragrunt/plan.yaml@feature/gha

destroy:
needs: [plan]
permissions:
id-token: write
contents: read
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/terragrunt/plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
default: "terragrunt"
push:
pull_request:
branches:

env:
TG_DIR: ${{ inputs.tf_working_dir }}
Expand Down

0 comments on commit 3f24dc7

Please sign in to comment.