diff --git a/.github/workflows/cloudsec.c7n-mailer.yaml b/.github/workflows/cloudsec.c7n-mailer.yaml index 8561319d..2c6f7a72 100644 --- a/.github/workflows/cloudsec.c7n-mailer.yaml +++ b/.github/workflows/cloudsec.c7n-mailer.yaml @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/cloudsec.cloudmapper.yaml b/.github/workflows/cloudsec.cloudmapper.yaml index a74ea960..0005f2dd 100644 --- a/.github/workflows/cloudsec.cloudmapper.yaml +++ b/.github/workflows/cloudsec.cloudmapper.yaml @@ -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.1.7 - name: Login to Registry run: | @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/debug.network-utils.yaml b/.github/workflows/debug.network-utils.yaml index 88a84099..38c7d3d6 100644 --- a/.github/workflows/debug.network-utils.yaml +++ b/.github/workflows/debug.network-utils.yaml @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/gitsec.githound.yaml b/.github/workflows/gitsec.githound.yaml index 33161ace..2b2e20f5 100644 --- a/.github/workflows/gitsec.githound.yaml +++ b/.github/workflows/gitsec.githound.yaml @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/gitsec.trufflehog.yaml b/.github/workflows/gitsec.trufflehog.yaml index 3525f523..d73350f4 100644 --- a/.github/workflows/gitsec.trufflehog.yaml +++ b/.github/workflows/gitsec.trufflehog.yaml @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/iac.terraform.yaml b/.github/workflows/iac.terraform.yaml index de3ee3c0..482bcb6a 100644 --- a/.github/workflows/iac.terraform.yaml +++ b/.github/workflows/iac.terraform.yaml @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/iac.terragrunt.yaml b/.github/workflows/iac.terragrunt.yaml index 57e23258..beabf899 100644 --- a/.github/workflows/iac.terragrunt.yaml +++ b/.github/workflows/iac.terragrunt.yaml @@ -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.1.7 - name: Login to Registry run: | @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/jenkins-2.228.yaml b/.github/workflows/jenkins-2.228.yaml index 9de9359f..dc17416b 100644 --- a/.github/workflows/jenkins-2.228.yaml +++ b/.github/workflows/jenkins-2.228.yaml @@ -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.1.7 - name: Build the Docker image working-directory: ${{ env.WORKSPACE }} diff --git a/.github/workflows/k8s.helm.yaml b/.github/workflows/k8s.helm.yaml index 8b0971bf..30677794 100644 --- a/.github/workflows/k8s.helm.yaml +++ b/.github/workflows/k8s.helm.yaml @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/k8s.kubectl.yaml b/.github/workflows/k8s.kubectl.yaml index 1eb4f2a4..a4c38301 100644 --- a/.github/workflows/k8s.kubectl.yaml +++ b/.github/workflows/k8s.kubectl.yaml @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/k8s.tools.yaml b/.github/workflows/k8s.tools.yaml index 78d77496..6d50e7bc 100644 --- a/.github/workflows/k8s.tools.yaml +++ b/.github/workflows/k8s.tools.yaml @@ -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.1.7 - name: login to registry run: | @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/ks8.test-tools.yaml b/.github/workflows/ks8.test-tools.yaml index d1a0dd27..0d08f297 100644 --- a/.github/workflows/ks8.test-tools.yaml +++ b/.github/workflows/ks8.test-tools.yaml @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/lang.node-12.app.yaml b/.github/workflows/lang.node-12.app.yaml index 479a0619..84d07ebe 100644 --- a/.github/workflows/lang.node-12.app.yaml +++ b/.github/workflows/lang.node-12.app.yaml @@ -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.1.7 - name: Build the Docker image working-directory: ${{ env.WORKSPACE }} diff --git a/.github/workflows/lang.node-13.yaml b/.github/workflows/lang.node-13.yaml index 9a1a1934..f5204439 100644 --- a/.github/workflows/lang.node-13.yaml +++ b/.github/workflows/lang.node-13.yaml @@ -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.1.7 - name: Login to Registry run: | diff --git a/.github/workflows/load.artillery.yaml b/.github/workflows/load.artillery.yaml index d018f81d..c28e8478 100644 --- a/.github/workflows/load.artillery.yaml +++ b/.github/workflows/load.artillery.yaml @@ -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.1.7 - name: Login to Registry run: | @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/load.gatling.yaml b/.github/workflows/load.gatling.yaml index 3d80f8b3..5ba47c2b 100644 --- a/.github/workflows/load.gatling.yaml +++ b/.github/workflows/load.gatling.yaml @@ -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.1.7 - name: Login to Registry run: | @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/policy.opa.yaml b/.github/workflows/policy.opa.yaml index 261e0fc7..84120578 100644 --- a/.github/workflows/policy.opa.yaml +++ b/.github/workflows/policy.opa.yaml @@ -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.1.7 - name: Login to Registry run: | @@ -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.1.7 - uses: brpaz/hadolint-action@v1.5.0 env: