From dadc648699e5141dbc163d7f98eae928771d0745 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:00:51 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.1 --- .github/workflows/dependency-review.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/schedlint.yml | 2 +- .github/workflows/schedmainlint.yml | 2 +- .github/workflows/scorecards.yml | 2 +- .github/workflows/slsa.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 5c03af2..7b0990b 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -22,6 +22,6 @@ jobs: egress-policy: audit - name: 'Checkout Repository' - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: 'Dependency Review' uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 719277c..b792511 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,6 +13,6 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Lint Ansible Playbook uses: ansible/ansible-lint-action@eb92667e07cc18e1d115ff02e5f07126310cec11 # main diff --git a/.github/workflows/schedlint.yml b/.github/workflows/schedlint.yml index c880533..21fd6a1 100644 --- a/.github/workflows/schedlint.yml +++ b/.github/workflows/schedlint.yml @@ -15,6 +15,6 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Lint Ansible Playbook uses: ansible/ansible-lint-action@eb92667e07cc18e1d115ff02e5f07126310cec11 # main diff --git a/.github/workflows/schedmainlint.yml b/.github/workflows/schedmainlint.yml index afdc3d8..2143d52 100644 --- a/.github/workflows/schedmainlint.yml +++ b/.github/workflows/schedmainlint.yml @@ -16,6 +16,6 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Lint Ansible Playbook uses: ./action-lint diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index a4a640e..28adc09 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -30,7 +30,7 @@ jobs: egress-policy: audit - name: "Checkout code" - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: persist-credentials: false diff --git a/.github/workflows/slsa.yml b/.github/workflows/slsa.yml index ed4ea18..fa47705 100644 --- a/.github/workflows/slsa.yml +++ b/.github/workflows/slsa.yml @@ -25,7 +25,7 @@ jobs: shell: bash - name: Checkout repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Build artifacts run: |