From 38e8a96ac157578a4bb598d0be881cd0d11df2b5 Mon Sep 17 00:00:00 2001 From: Niall Byrne <9848926+niall-byrne@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:43:49 -0500 Subject: [PATCH] feat(GITHUB): upgrade actions/checkout to v4 --- .../job-00-cookiecutter-read_configuration.yml | 2 +- .../job-00-generic-identify_molecule_scenarios.yml | 2 +- .../job-00-generic-identify_secret_exists.yml | 2 +- .github/workflows/job-00-generic-notification.yml | 2 +- .github/workflows/job-00-generic-read_json_file.yml | 2 +- .../job-10-container-security_scan_container.yml | 2 +- .../job-10-generic-security_scan_credentials.yml | 2 +- .../workflows/job-30-cookiecutter-markdown_links.yml | 2 +- .github/workflows/job-30-generic-markdown_links.yml | 2 +- .../workflows/job-40-compose-run_cached_commands.yml | 2 +- .github/workflows/job-40-cookiecutter-ansible_lint.yml | 2 +- .../workflows/job-40-cookiecutter-molecule_command.yml | 2 +- .github/workflows/job-40-npm-run_cached_command.yml | 2 +- .github/workflows/job-40-poetry-ansible_lint.yml | 2 +- .github/workflows/job-40-poetry-molecule_command.yml | 2 +- .../workflows/job-40-poetry-run_cached_commands.yml | 2 +- .../job-50-cookiecutter-test_precommit_hooks.yml | 2 +- .../job-50-poetry-test_basic_precommit_hooks.yml | 2 +- .../workflows/job-50-poetry-test_commitizen_hooks.yml | 2 +- .github/workflows/job-60-cookiecutter-remote_push.yml | 2 +- .../workflows/job-80-container-dockerfile_linter.yml | 2 +- ...job-80-cookiecutter-precommit_commit_stage_hook.yml | 2 +- .../job-80-poetry-precommit_commit_stage_hook.yml | 2 +- .github/workflows/job-80-poetry-rev_range_command.yml | 2 +- .github/workflows/job-95-container-flyio_deploy.yml | 2 +- .../job-95-container-gcp_cloud_run_deploy.yml | 2 +- .github/workflows/job-95-container-multiarch.yml | 2 +- .github/workflows/job-95-container-push.yml | 2 +- .github/workflows/job-95-generic-build_artifact.yml | 2 +- .github/workflows/job-95-mac_maker-apply_profile.yml | 2 +- .../job-95-poetry-galaxy_import_collection.yml | 4 ++-- .github/workflows/job-95-poetry-galaxy_import_role.yml | 4 ++-- .../job-99-generic-attach_artifact_to_release.yml | 2 +- .github/workflows/job-99-poetry-create_release.yml | 4 ++-- .github/workflows/workflow-meta_tests.yml | 10 +++++----- 35 files changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/workflows/job-00-cookiecutter-read_configuration.yml b/.github/workflows/job-00-cookiecutter-read_configuration.yml index 1428ceb1..4aca2dcb 100644 --- a/.github/workflows/job-00-cookiecutter-read_configuration.yml +++ b/.github/workflows/job-00-cookiecutter-read_configuration.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Create Configuration -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create Configuration -- Install Toolbox uses: ./.github/actions/action-00-toolbox diff --git a/.github/workflows/job-00-generic-identify_molecule_scenarios.yml b/.github/workflows/job-00-generic-identify_molecule_scenarios.yml index b3af3f88..e8d97dc2 100644 --- a/.github/workflows/job-00-generic-identify_molecule_scenarios.yml +++ b/.github/workflows/job-00-generic-identify_molecule_scenarios.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Molecule Scenario Discovery -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Molecule Scenario Discovery -- Install Toolbox uses: ./.github/actions/action-00-toolbox diff --git a/.github/workflows/job-00-generic-identify_secret_exists.yml b/.github/workflows/job-00-generic-identify_secret_exists.yml index ba2627d4..393fe735 100644 --- a/.github/workflows/job-00-generic-identify_secret_exists.yml +++ b/.github/workflows/job-00-generic-identify_secret_exists.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Secret Exists -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Secret Exists -- Check if Secret is Defined id: secret_exists diff --git a/.github/workflows/job-00-generic-notification.yml b/.github/workflows/job-00-generic-notification.yml index ba21e059..c5e7b7d1 100644 --- a/.github/workflows/job-00-generic-notification.yml +++ b/.github/workflows/job-00-generic-notification.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Notification -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Notification -- Setup Environment env: diff --git a/.github/workflows/job-00-generic-read_json_file.yml b/.github/workflows/job-00-generic-read_json_file.yml index 70a04d50..446888cc 100644 --- a/.github/workflows/job-00-generic-read_json_file.yml +++ b/.github/workflows/job-00-generic-read_json_file.yml @@ -28,7 +28,7 @@ jobs: steps: - name: JSON File -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: JSON File -- Install Toolbox uses: ./.github/actions/action-00-toolbox diff --git a/.github/workflows/job-10-container-security_scan_container.yml b/.github/workflows/job-10-container-security_scan_container.yml index bc40f105..d931559a 100644 --- a/.github/workflows/job-10-container-security_scan_container.yml +++ b/.github/workflows/job-10-container-security_scan_container.yml @@ -65,7 +65,7 @@ jobs: steps: - name: Container Scan -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Container Scan -- Setup Environment env: diff --git a/.github/workflows/job-10-generic-security_scan_credentials.yml b/.github/workflows/job-10-generic-security_scan_credentials.yml index 67b260b1..fcca82d4 100644 --- a/.github/workflows/job-10-generic-security_scan_credentials.yml +++ b/.github/workflows/job-10-generic-security_scan_credentials.yml @@ -48,7 +48,7 @@ jobs: steps: - name: Security -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/job-30-cookiecutter-markdown_links.yml b/.github/workflows/job-30-cookiecutter-markdown_links.yml index 1a4cfbc0..5c8be0e7 100644 --- a/.github/workflows/job-30-cookiecutter-markdown_links.yml +++ b/.github/workflows/job-30-cookiecutter-markdown_links.yml @@ -58,7 +58,7 @@ jobs: steps: - name: Documentation Test -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: 'template' diff --git a/.github/workflows/job-30-generic-markdown_links.yml b/.github/workflows/job-30-generic-markdown_links.yml index 69fb7791..2338c3b5 100644 --- a/.github/workflows/job-30-generic-markdown_links.yml +++ b/.github/workflows/job-30-generic-markdown_links.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Documentation Test -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Documentation Test -- Setup Environment env: diff --git a/.github/workflows/job-40-compose-run_cached_commands.yml b/.github/workflows/job-40-compose-run_cached_commands.yml index 1b7f1920..b0f191b3 100644 --- a/.github/workflows/job-40-compose-run_cached_commands.yml +++ b/.github/workflows/job-40-compose-run_cached_commands.yml @@ -122,7 +122,7 @@ jobs: steps: - name: Compose Command Sequence -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Compose Command Sequence -- Setup Environment env: diff --git a/.github/workflows/job-40-cookiecutter-ansible_lint.yml b/.github/workflows/job-40-cookiecutter-ansible_lint.yml index 05a7ce01..f103c047 100644 --- a/.github/workflows/job-40-cookiecutter-ansible_lint.yml +++ b/.github/workflows/job-40-cookiecutter-ansible_lint.yml @@ -74,7 +74,7 @@ jobs: steps: - name: Ansible Lint -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: 'template' diff --git a/.github/workflows/job-40-cookiecutter-molecule_command.yml b/.github/workflows/job-40-cookiecutter-molecule_command.yml index f24fc47c..21a6f10d 100644 --- a/.github/workflows/job-40-cookiecutter-molecule_command.yml +++ b/.github/workflows/job-40-cookiecutter-molecule_command.yml @@ -88,7 +88,7 @@ jobs: steps: - name: Molecule ${{ inputs.MOLECULE_COMMAND }} -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: 'template' diff --git a/.github/workflows/job-40-npm-run_cached_command.yml b/.github/workflows/job-40-npm-run_cached_command.yml index e07001a6..6d6af719 100644 --- a/.github/workflows/job-40-npm-run_cached_command.yml +++ b/.github/workflows/job-40-npm-run_cached_command.yml @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ${{ inputs.COMMAND_NAME }} -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: ${{ inputs.COMMAND_NAME }} -- Setup Environment env: diff --git a/.github/workflows/job-40-poetry-ansible_lint.yml b/.github/workflows/job-40-poetry-ansible_lint.yml index c0b8fff0..dde40720 100644 --- a/.github/workflows/job-40-poetry-ansible_lint.yml +++ b/.github/workflows/job-40-poetry-ansible_lint.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Ansible Lint -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Ansible Lint -- Setup Environment env: diff --git a/.github/workflows/job-40-poetry-molecule_command.yml b/.github/workflows/job-40-poetry-molecule_command.yml index 9bc4b929..d2f4a68c 100644 --- a/.github/workflows/job-40-poetry-molecule_command.yml +++ b/.github/workflows/job-40-poetry-molecule_command.yml @@ -82,7 +82,7 @@ jobs: steps: - name: Molecule ${{ inputs.MOLECULE_COMMAND }} -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Molecule ${{ inputs.MOLECULE_COMMAND }} -- Setup Environment env: diff --git a/.github/workflows/job-40-poetry-run_cached_commands.yml b/.github/workflows/job-40-poetry-run_cached_commands.yml index c06c75ec..4a38c0c5 100644 --- a/.github/workflows/job-40-poetry-run_cached_commands.yml +++ b/.github/workflows/job-40-poetry-run_cached_commands.yml @@ -67,7 +67,7 @@ jobs: steps: - name: Poetry Command Sequence -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Poetry Command Sequence -- Setup Environment env: diff --git a/.github/workflows/job-50-cookiecutter-test_precommit_hooks.yml b/.github/workflows/job-50-cookiecutter-test_precommit_hooks.yml index 780ce33b..a7a85507 100644 --- a/.github/workflows/job-50-cookiecutter-test_precommit_hooks.yml +++ b/.github/workflows/job-50-cookiecutter-test_precommit_hooks.yml @@ -64,7 +64,7 @@ jobs: steps: - name: Pre-Commit Test -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: 'template' diff --git a/.github/workflows/job-50-poetry-test_basic_precommit_hooks.yml b/.github/workflows/job-50-poetry-test_basic_precommit_hooks.yml index 95cf8c45..618b2f24 100644 --- a/.github/workflows/job-50-poetry-test_basic_precommit_hooks.yml +++ b/.github/workflows/job-50-poetry-test_basic_precommit_hooks.yml @@ -71,7 +71,7 @@ jobs: steps: - name: Pre-Commit Test -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Pre-Commit Test -- Setup Environment env: diff --git a/.github/workflows/job-50-poetry-test_commitizen_hooks.yml b/.github/workflows/job-50-poetry-test_commitizen_hooks.yml index ee47c93a..51b90c42 100644 --- a/.github/workflows/job-50-poetry-test_commitizen_hooks.yml +++ b/.github/workflows/job-50-poetry-test_commitizen_hooks.yml @@ -66,7 +66,7 @@ jobs: steps: - name: Commitizen Hooks Test -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/job-60-cookiecutter-remote_push.yml b/.github/workflows/job-60-cookiecutter-remote_push.yml index bcc04d10..79cb9eb0 100644 --- a/.github/workflows/job-60-cookiecutter-remote_push.yml +++ b/.github/workflows/job-60-cookiecutter-remote_push.yml @@ -97,7 +97,7 @@ jobs: steps: - name: Push Test -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: 'template' persist-credentials: false diff --git a/.github/workflows/job-80-container-dockerfile_linter.yml b/.github/workflows/job-80-container-dockerfile_linter.yml index 88258664..c97baf03 100644 --- a/.github/workflows/job-80-container-dockerfile_linter.yml +++ b/.github/workflows/job-80-container-dockerfile_linter.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Dockerfile Lint -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Dockerfile Lint -- Setup Environment env: diff --git a/.github/workflows/job-80-cookiecutter-precommit_commit_stage_hook.yml b/.github/workflows/job-80-cookiecutter-precommit_commit_stage_hook.yml index c4d0ecd1..b536ab9d 100644 --- a/.github/workflows/job-80-cookiecutter-precommit_commit_stage_hook.yml +++ b/.github/workflows/job-80-cookiecutter-precommit_commit_stage_hook.yml @@ -73,7 +73,7 @@ jobs: steps: - name: ${{ inputs.PRECOMMIT_HOOK_NAME }} -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: 'template' diff --git a/.github/workflows/job-80-poetry-precommit_commit_stage_hook.yml b/.github/workflows/job-80-poetry-precommit_commit_stage_hook.yml index ea920012..ab80bfb8 100644 --- a/.github/workflows/job-80-poetry-precommit_commit_stage_hook.yml +++ b/.github/workflows/job-80-poetry-precommit_commit_stage_hook.yml @@ -61,7 +61,7 @@ jobs: steps: - name: ${{ inputs.PRECOMMIT_HOOK_NAME }} -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: ${{ inputs.PRECOMMIT_HOOK_NAME }} -- Setup Environment env: diff --git a/.github/workflows/job-80-poetry-rev_range_command.yml b/.github/workflows/job-80-poetry-rev_range_command.yml index 548d502b..59fa7877 100644 --- a/.github/workflows/job-80-poetry-rev_range_command.yml +++ b/.github/workflows/job-80-poetry-rev_range_command.yml @@ -66,7 +66,7 @@ jobs: steps: - name: ${{ inputs.COMMAND_NAME }} -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/job-95-container-flyio_deploy.yml b/.github/workflows/job-95-container-flyio_deploy.yml index 988b60bc..c1cf4bf7 100644 --- a/.github/workflows/job-95-container-flyio_deploy.yml +++ b/.github/workflows/job-95-container-flyio_deploy.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Fly.io Deploy -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fly.io Deploy -- Setup Environment env: diff --git a/.github/workflows/job-95-container-gcp_cloud_run_deploy.yml b/.github/workflows/job-95-container-gcp_cloud_run_deploy.yml index b3fbeaaa..39d658cb 100644 --- a/.github/workflows/job-95-container-gcp_cloud_run_deploy.yml +++ b/.github/workflows/job-95-container-gcp_cloud_run_deploy.yml @@ -93,7 +93,7 @@ jobs: steps: - name: GCP Cloud Run Deploy -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: GCP Cloud Run Deploy -- Setup Environment env: diff --git a/.github/workflows/job-95-container-multiarch.yml b/.github/workflows/job-95-container-multiarch.yml index 4137192e..ef77fb27 100644 --- a/.github/workflows/job-95-container-multiarch.yml +++ b/.github/workflows/job-95-container-multiarch.yml @@ -80,7 +80,7 @@ jobs: steps: - name: Multiarch Image Management -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Multiarch Image Management --Setup Environment env: diff --git a/.github/workflows/job-95-container-push.yml b/.github/workflows/job-95-container-push.yml index 12683f36..c8ae722d 100644 --- a/.github/workflows/job-95-container-push.yml +++ b/.github/workflows/job-95-container-push.yml @@ -106,7 +106,7 @@ jobs: steps: - name: Push Container -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Push Container -- Setup Environment env: diff --git a/.github/workflows/job-95-generic-build_artifact.yml b/.github/workflows/job-95-generic-build_artifact.yml index 4d4b9d65..c18ad534 100644 --- a/.github/workflows/job-95-generic-build_artifact.yml +++ b/.github/workflows/job-95-generic-build_artifact.yml @@ -100,7 +100,7 @@ jobs: steps: - name: Build and Upload Artifact -- Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 diff --git a/.github/workflows/job-95-mac_maker-apply_profile.yml b/.github/workflows/job-95-mac_maker-apply_profile.yml index 3e581ab3..ef171864 100644 --- a/.github/workflows/job-95-mac_maker-apply_profile.yml +++ b/.github/workflows/job-95-mac_maker-apply_profile.yml @@ -80,7 +80,7 @@ jobs: steps: - name: Apply Mac Maker Profile -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Apply Mac Maker Profile -- Setup Environment env: diff --git a/.github/workflows/job-95-poetry-galaxy_import_collection.yml b/.github/workflows/job-95-poetry-galaxy_import_collection.yml index c4f8ac59..006d7a72 100644 --- a/.github/workflows/job-95-poetry-galaxy_import_collection.yml +++ b/.github/workflows/job-95-poetry-galaxy_import_collection.yml @@ -49,14 +49,14 @@ jobs: steps: - name: Publish to Galaxy -- Code Checkout (workflow dispatch) if: inputs.WORKFLOW_DISPATCH == true - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ github.event.inputs.TAG }} - name: Publish to Galaxy -- Code Checkout (published release) if: inputs.WORKFLOW_DISPATCH == false - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/job-95-poetry-galaxy_import_role.yml b/.github/workflows/job-95-poetry-galaxy_import_role.yml index 0a961a5b..7315d7e4 100644 --- a/.github/workflows/job-95-poetry-galaxy_import_role.yml +++ b/.github/workflows/job-95-poetry-galaxy_import_role.yml @@ -59,14 +59,14 @@ jobs: steps: - name: Publish to Galaxy -- Code Checkout (workflow dispatch) if: inputs.WORKFLOW_DISPATCH == true - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ github.event.inputs.TAG }} - name: Publish to Galaxy -- Code Checkout (published release) if: inputs.WORKFLOW_DISPATCH == false - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/job-99-generic-attach_artifact_to_release.yml b/.github/workflows/job-99-generic-attach_artifact_to_release.yml index 3a9d3663..bb52d397 100644 --- a/.github/workflows/job-99-generic-attach_artifact_to_release.yml +++ b/.github/workflows/job-99-generic-attach_artifact_to_release.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Attach to Release -- Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 diff --git a/.github/workflows/job-99-poetry-create_release.yml b/.github/workflows/job-99-poetry-create_release.yml index d4145504..e5515ac0 100644 --- a/.github/workflows/job-99-poetry-create_release.yml +++ b/.github/workflows/job-99-poetry-create_release.yml @@ -81,7 +81,7 @@ jobs: steps: - name: Create Release -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create Release -- Install Toolbox uses: ./.github/actions/action-00-toolbox @@ -101,7 +101,7 @@ jobs: - name: Create Release -- Checkout Repository (All Commits) if: steps.filter.outputs.RELEASE_CANDIDATE == 'true' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/workflow-meta_tests.yml b/.github/workflows/workflow-meta_tests.yml index 319dde98..7889ee46 100644 --- a/.github/workflows/workflow-meta_tests.yml +++ b/.github/workflows/workflow-meta_tests.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Molecule Scenario Discovery Test -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Molecule Scenario Discovery Test -- Setup Environment env: @@ -79,7 +79,7 @@ jobs: steps: - name: Secret Exists Test -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Secret Exists Test -- Setup Environment env: @@ -112,7 +112,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notification (Local Action Test) -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Notification (Local Action Test) -- Setup Environment env: @@ -135,7 +135,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notification (Local Action Test) -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Notification (Local Action Test) -- Setup Environment env: @@ -326,7 +326,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notification (Local Action Test) -- Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Notification (Local Action Test) -- Setup Environment env: