diff --git a/.github/workflows/99.release.draft.yaml b/.github/workflows/99.release.draft.yaml index 564cd133..5eb164a0 100644 --- a/.github/workflows/99.release.draft.yaml +++ b/.github/workflows/99.release.draft.yaml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: '0' diff --git a/.github/workflows/ci.appcenter.cli.yaml b/.github/workflows/ci.appcenter.cli.yaml index 541120f1..fdcd0dda 100644 --- a/.github/workflows/ci.appcenter.cli.yaml +++ b/.github/workflows/ci.appcenter.cli.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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/ci.jo.yaml b/.github/workflows/ci.jo.yaml index 8b2cb2cb..22d74a04 100644 --- a/.github/workflows/ci.jo.yaml +++ b/.github/workflows/ci.jo.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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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 steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.1 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/ci.tools.yaml b/.github/workflows/ci.tools.yaml index 7f921f38..901f8258 100644 --- a/.github/workflows/ci.tools.yaml +++ b/.github/workflows/ci.tools.yaml @@ -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@v3.6.0 + - uses: actions/checkout@v4.1.1 - uses: brpaz/hadolint-action@v1.5.0 env: @@ -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@v3.6.0 + - uses: actions/checkout@v4.1.1 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/cloudsec.c7n-mailer.yaml b/.github/workflows/cloudsec.c7n-mailer.yaml index b4a2e3d5..3956aa75 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/cloudsec.cloudmapper.yaml b/.github/workflows/cloudsec.cloudmapper.yaml index 1eb16481..bed08d41 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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 3d27fc13..a441ce3a 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/gitsec.githound.yaml b/.github/workflows/gitsec.githound.yaml index d650c522..327a2abe 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/gitsec.trufflehog.yaml b/.github/workflows/gitsec.trufflehog.yaml index 38cee431..91877915 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/iac.terraform.yaml b/.github/workflows/iac.terraform.yaml index c6e2646b..a5062481 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/iac.terragrunt.yaml b/.github/workflows/iac.terragrunt.yaml index 36a3724b..7d1abe85 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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 4dbb66f7..3eeeef74 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - name: Build the Docker image working-directory: ${{ env.WORKSPACE }} diff --git a/.github/workflows/k8s.helm.yaml b/.github/workflows/k8s.helm.yaml index 25110209..75067336 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/k8s.kubectl.yaml b/.github/workflows/k8s.kubectl.yaml index 89580160..4dbf3b43 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/k8s.tools.yaml b/.github/workflows/k8s.tools.yaml index 92413e73..9516bbdb 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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 ddefd300..41ca8789 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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 56f42c43..d71dd323 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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 c0d20a0b..4af78773 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - name: Login to Registry run: | diff --git a/.github/workflows/lang.node-14.yaml b/.github/workflows/lang.node-14.yaml index f7ce58ac..efdb1247 100644 --- a/.github/workflows/lang.node-14.yaml +++ b/.github/workflows/lang.node-14.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@v3.6.0 + - uses: actions/checkout@v4.1.1 - name: Login to Registry run: | diff --git a/.github/workflows/load.artillery.yaml b/.github/workflows/load.artillery.yaml index 05379c98..7f80175c 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/load.gatling.yaml b/.github/workflows/load.gatling.yaml index 81c00e24..0a20cdb6 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/policy.opa.yaml b/.github/workflows/policy.opa.yaml index df51dab0..9ada6197 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - 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@v3.6.0 + - uses: actions/checkout@v4.1.1 - uses: brpaz/hadolint-action@v1.5.0 env: