Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/call-ansible-collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
environment: ${{ inputs.environment-name }}
steps:
- name: Checkout Project
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.3.0
with:
fetch-depth: '0'
ref: ${{ inputs.branch-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-ansible-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
continue-on-error: ${{ inputs.continue-error }}
steps:
- name: Checkout code
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.3.0
with:
path: ''
fetch-depth: '0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-golang-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
continue-on-error: false
steps:
- name: Checkout code
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.3.0
with:
ref: main
fetch-depth: 0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/call-golang-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: ${{ inputs.accept-linterrors }}
steps:
- name: Checkout code
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.3.0

- name: Lint golang code
run: |
Expand All @@ -57,7 +57,7 @@ jobs:
continue-on-error: ${{ inputs.accept-failedtests }}
steps:
- name: Checkout code
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.3.0

- name: Set homerun defaults
run: |
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
continue-on-error: false
steps:
- name: Checkout code
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.3.0

- name: Set homerun defaults
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-markdown-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
continue-on-error: ${{ inputs.continue-error }}
steps:
- name: Checkout code
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.3.0
with:
fetch-depth: '0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-moluecule-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.3.0
with:
path: "${{ github.repository }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-release-module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- name: Checkout code
id: checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.3.0
with:
fetch-depth: '0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-terraform-execution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
FILE_SECRETS_FILE: ${{ inputs.folder }}/file-secrets.yaml
steps:
- name: Checkout code
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.3.0
with:
fetch-depth: '0'
ref: ${{ inputs.branch }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/call-validate-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
continue-on-error: ${{ inputs.continue-error }}
steps:
- name: Checkout code
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.3.0
- run: |
terraform init
terraform fmt
Expand All @@ -46,7 +46,7 @@ jobs:
continue-on-error: ${{ inputs.continue-error }}
steps:
- name: Checkout code
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.3.0
- run: |
ls -lta
tflint --recursive
2 changes: 1 addition & 1 deletion .github/workflows/call-yaml-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
continue-on-error: ${{ inputs.continue-error }}
steps:
- name: Checkout code
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4.3.0
with:
fetch-depth: '0'

Expand Down