Skip to content

Commit

Permalink
Merge pull request #17 from barracuda-cloudgen-access/dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/actions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
GMartinez-Sisti authored Mar 4, 2022
2 parents 884739e + 7dfb62e commit cd025e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
directories: ${{ steps.dirs.outputs.directories }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Get root directories
id: dirs
Expand All @@ -31,7 +31,7 @@ jobs:
directory: ${{ fromJson(needs.collectInputs.outputs.directories) }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Terraform min/max versions
id: minMax
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
needs: collectInputs
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{github.event.pull_request.head.repo.full_name}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
statuses: write
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: tfsec
uses: tfsec/tfsec-sarif-action@master
with:
Expand Down

0 comments on commit cd025e4

Please sign in to comment.