Skip to content

Commit

Permalink
chore(deps): update dependency actions/checkout to v4.2.2 (.github/wo…
Browse files Browse the repository at this point in the history
…rkflows/policy.opa.yaml)
  • Loading branch information
IK Renovate Bot committed Jan 6, 2025
1 parent 280ef78 commit 53e40f7
Show file tree
Hide file tree
Showing 22 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/99.release.draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
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 @@ -28,7 +28,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@v4.1.7
- uses: actions/checkout@v4.2.2

- 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@v4.1.7
- uses: actions/checkout@v4.2.2

- 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 @@ -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@v4.1.7
- uses: actions/checkout@v4.2.2

- 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
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2

- 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 @@ -28,7 +28,7 @@ jobs:
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2

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

- 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 @@ -28,7 +28,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@v4.1.6
- uses: actions/checkout@v4.2.2

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down Expand Up @@ -93,7 +93,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@v4.1.6
- uses: actions/checkout@v4.2.2

- 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 @@ -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@v4.1.1
- uses: actions/checkout@v4.2.2

- 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@v4.1.1
- uses: actions/checkout@v4.2.2

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/debug.network-utils.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@v4.1.6
- uses: actions/checkout@v4.2.2

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down Expand Up @@ -93,7 +93,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@v4.1.6
- uses: actions/checkout@v4.2.2

- 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 @@ -28,7 +28,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@v4.1.6
- uses: actions/checkout@v4.2.2

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down Expand Up @@ -93,7 +93,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@v4.1.6
- uses: actions/checkout@v4.2.2

- 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 @@ -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@v4.1.6
- uses: actions/checkout@v4.2.2

- 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@v4.1.6
- uses: actions/checkout@v4.2.2

- 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 @@ -28,7 +28,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@v4.1.1
- uses: actions/checkout@v4.2.2

- 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 || github.event.forced == true)
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.2.2

- 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 @@ -28,7 +28,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@v4.1.6
- uses: actions/checkout@v4.2.2

- name: Login to Registry
run: |
Expand Down Expand Up @@ -88,7 +88,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@v4.1.6
- uses: actions/checkout@v4.2.2

- 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@v4.1.6
- uses: actions/checkout@v4.2.2

- 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 @@ -28,7 +28,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@v4.1.6
- uses: actions/checkout@v4.2.2

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down Expand Up @@ -93,7 +93,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@v4.1.6
- uses: actions/checkout@v4.2.2

- 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 @@ -28,7 +28,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@v4.1.6
- uses: actions/checkout@v4.2.2

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down Expand Up @@ -93,7 +93,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@v4.1.6
- uses: actions/checkout@v4.2.2

- 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 @@ -28,7 +28,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@v4.1.6
- uses: actions/checkout@v4.2.2

- name: login to registry
run: |
Expand Down Expand Up @@ -88,7 +88,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@v4.1.6
- uses: actions/checkout@v4.2.2

- 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 @@ -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@v4.1.6
- uses: actions/checkout@v4.2.2

- 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@v4.1.6
- uses: actions/checkout@v4.2.2

- 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 @@ -28,7 +28,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@v4.1.6
- uses: actions/checkout@v4.2.2

- name: Build the Docker image
working-directory: ${{ env.WORKSPACE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lang.node-13.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@v4.1.6
- uses: actions/checkout@v4.2.2

- name: Login to Registry
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lang.node-14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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@v4.1.7
- uses: actions/checkout@v4.2.2

- name: Login to Registry
run: |
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 @@ -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@v4.1.1
- uses: actions/checkout@v4.2.2

- 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@v4.1.1
- uses: actions/checkout@v4.2.2

- 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 @@ -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@v4.1.6
- uses: actions/checkout@v4.2.2

- 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@v4.1.6
- uses: actions/checkout@v4.2.2

- uses: brpaz/hadolint-action@v1.5.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/policy.opa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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@v4.1.6
- uses: actions/checkout@v4.2.2

- 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@v4.1.6
- uses: actions/checkout@v4.2.2

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

0 comments on commit 53e40f7

Please sign in to comment.