Skip to content

Commit

Permalink
Merge pull request #21 from Coalfire-CF/version_update
Browse files Browse the repository at this point in the history
Version update
  • Loading branch information
douglas-f authored Sep 20, 2024
2 parents d0b826f + 60dd1ed commit 0b7490d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/org-checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
ref: ${{ github.head_ref }}

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5.2.0
with:
python-version: 3.11

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Create comments with Checkov results
uses: actions/github-script@v5
uses: actions/github-script@v7.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/org-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
with:
ref: ${{ github.sha }}
fetch-depth: '0'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/org-terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.7
with:
ref: ${{ github.event.pull_request.head.ref }}

- name: Render terraform docs inside the README.md and push changes back to PR branch
uses: terraform-docs/gh-actions@v1.0.0
uses: terraform-docs/gh-actions@v1.3.0
with:
find-dir: ${{ inputs.find-dir }}
git-push: "true"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/org-terraform-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
uses: hashicorp/setup-terraform@v3.1.2
with:
terraform_version: ${{ inputs.terraform_version || '1.9.0' }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/org-terraform-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.74

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
uses: hashicorp/setup-terraform@v3.1.2
with:
terraform_version: ${{ inputs.terraform_version || '1.9.0' }}

Expand All @@ -51,7 +51,7 @@ jobs:

- name: Create comment
if: github.event_name == 'pull_request'
uses: actions/github-script@v7
uses: actions/github-script@v7.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 0b7490d

Please sign in to comment.