Skip to content

Commit

Permalink
Merge pull request #331 from cloudkats/renovate/master-major-actions
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v3 (master)
  • Loading branch information
ivankatliarchuk authored Mar 4, 2022
2 parents 0050286 + eb4e4f9 commit d9484ff
Show file tree
Hide file tree
Showing 18 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/99.release.draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: '0'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.appcenter.cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: login to registry
run: |
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.jo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && github.event.created == true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && github.event.created == true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cloudsec.c7n-mailer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cloudsec.cloudmapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Login to Registry
run: |
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gitsec.githound.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gitsec.trufflehog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/iac.terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/iac.terragrunt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Login to Registry
run: |
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-2.228.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Build the Docker image
working-directory: ${{ env.WORKSPACE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/k8s.helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/k8s.kubectl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/k8s.tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: login to registry
run: |
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ks8.test-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lang.node-12.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Build the Docker image
working-directory: ${{ env.WORKSPACE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/load.artillery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Login to Registry
run: |
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/load.gatling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Login to Registry
run: |
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down

0 comments on commit d9484ff

Please sign in to comment.