Skip to content

Commit

Permalink
fix(DMVP-6399): change reusable actions tag
Browse files Browse the repository at this point in the history
  • Loading branch information
SarhadMeta committed Jan 30, 2025
1 parent 9fd29d1 commit ea00a1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id-token: write
steps:
- name: Pre-Commit
uses: dasmeta/reusable-actions-workflows/[email protected].0
uses: dasmeta/reusable-actions-workflows/[email protected].1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
path: modules/
2 changes: 1 addition & 1 deletion .github/workflows/terraform-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- modules/vpc
- modules/waf
steps:
- uses: dasmeta/reusable-actions-workflows/[email protected].0
- uses: dasmeta/reusable-actions-workflows/[email protected].1
with:
aws-region: ${{ secrets.AWS_REGION}}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tflint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- modules/vpc
- modules/waf
steps:
- uses: dasmeta/reusable-actions-workflows/[email protected].0
- uses: dasmeta/reusable-actions-workflows/[email protected].1
with:
path: ${{ matrix.path }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/tfsec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
id-token: write
security-events: write
steps:
- uses: dasmeta/reusable-actions-workflows/[email protected].0
- uses: dasmeta/reusable-actions-workflows/[email protected].1
with:
fetch-depth: 0

0 comments on commit ea00a1a

Please sign in to comment.