From 4b9bd6525e7c2125848829c1d7214eb01f514e6a Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 23 Oct 2024 15:08:15 +0000 Subject: [PATCH] chore(deps): Update actions/checkout action to v4.2.2 Signed-off-by: Renovate --- .github/workflows/ansible-lint.yml | 2 +- .github/workflows/commitlint.yml | 2 +- .github/workflows/dependency_review.yml | 2 +- .github/workflows/docs_image.yml | 2 +- .github/workflows/github_pages.yml | 2 +- .github/workflows/gitleaks.yml | 2 +- .github/workflows/hadolint.yml | 2 +- .github/workflows/kics.yml | 2 +- .github/workflows/markdown-link-check.yml | 2 +- .github/workflows/markdownlint.yml | 2 +- .github/workflows/molecule_community_ees.yml | 2 +- .github/workflows/pre-commit.yml | 2 +- .github/workflows/pyspelling.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/renovate.yml | 2 +- .github/workflows/renovate_configuration_check.yml | 2 +- .github/workflows/scorecard.yml | 2 +- .github/workflows/trivy.yml | 2 +- .github/workflows/wf_call_molecule_certified_ees.yml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 5045ecf8..a9f3b7c5 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -43,7 +43,7 @@ jobs: raw.githubusercontent.com:443 - name: 'Checkout code' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 - name: 'Run ansible-lint' uses: 'ansible/ansible-lint@3b5bee19c2102ea35bc8619795a72c5c73797fc7' # v24.9.2 diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index a8b280ae..3612daf3 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -23,7 +23,7 @@ jobs: registry.npmjs.org:443 - name: 'Checkout the repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 with: fetch-depth: 0 diff --git a/.github/workflows/dependency_review.yml b/.github/workflows/dependency_review.yml index 03264aab..7119a4d5 100644 --- a/.github/workflows/dependency_review.yml +++ b/.github/workflows/dependency_review.yml @@ -27,7 +27,7 @@ jobs: github.com:443 - name: 'Checkout the repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 - name: 'Dependency Review' uses: 'actions/dependency-review-action@a6993e2c61fd5dc440b409aa1d6904921c5e1894' # v4.3.5 diff --git a/.github/workflows/docs_image.yml b/.github/workflows/docs_image.yml index 74393d56..c0a4f1a3 100644 --- a/.github/workflows/docs_image.yml +++ b/.github/workflows/docs_image.yml @@ -209,7 +209,7 @@ jobs: rubygems.org:443 - name: 'Checkout the repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index 7dd38d35..b21cd79c 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -55,7 +55,7 @@ jobs: pkg-containers.githubusercontent.com:443 - name: 'Checkout the repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 - name: 'Build Jekyll site' shell: 'bash' diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index ed1e39c4..619e4a27 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -28,7 +28,7 @@ jobs: objects.githubusercontent.com:443 - name: 'Checkout the repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 with: fetch-depth: 0 diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index f0388929..8c8553be 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -30,7 +30,7 @@ jobs: objects.githubusercontent.com:443 - name: 'Checkout the repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 with: fetch-depth: 0 diff --git a/.github/workflows/kics.yml b/.github/workflows/kics.yml index c400d908..0075a114 100644 --- a/.github/workflows/kics.yml +++ b/.github/workflows/kics.yml @@ -51,7 +51,7 @@ jobs: registry.npmjs.org:443 - name: 'Checkout the repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 with: persist-credentials: false diff --git a/.github/workflows/markdown-link-check.yml b/.github/workflows/markdown-link-check.yml index a1aeae08..5204ed5c 100644 --- a/.github/workflows/markdown-link-check.yml +++ b/.github/workflows/markdown-link-check.yml @@ -27,7 +27,7 @@ jobs: disable-sudo: true - name: 'Checkout the repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 - name: 'Run markdown-link-check' uses: 'gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec' # 1.0.15 diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 3d3d155e..798a693f 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -29,7 +29,7 @@ jobs: github.com:443 - name: 'Checkout the repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 - name: 'Run markdownlint' uses: 'nosborn/github-action-markdown-cli@9b5e871c11cc0649c5ac2526af22e23525fa344d' # v3.3.0 diff --git a/.github/workflows/molecule_community_ees.yml b/.github/workflows/molecule_community_ees.yml index 4d55d766..0a09e955 100644 --- a/.github/workflows/molecule_community_ees.yml +++ b/.github/workflows/molecule_community_ees.yml @@ -114,7 +114,7 @@ jobs: node-version: '20.18.0' - name: 'Checkout repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 - name: 'Install molecule' if: "join(matrix.container.molecule, ' ') != ''" diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index d3f025cd..7a99e3ea 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -59,7 +59,7 @@ jobs: egress-policy: 'audit' - name: 'Checkout repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 with: persist-credentials: false diff --git a/.github/workflows/pyspelling.yml b/.github/workflows/pyspelling.yml index 586e38ca..d5c2e187 100644 --- a/.github/workflows/pyspelling.yml +++ b/.github/workflows/pyspelling.yml @@ -26,7 +26,7 @@ jobs: github.com:443 - name: 'Checkout the repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 - name: 'Run pyspelling' uses: 'rojopolis/spellcheck-github-actions@d5aba66a94528674ea744124f9ebcfd55e945836' # 0.43.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2de3d842..bc8b6f48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: uploads.github.com:443 - name: 'Checkout the repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 with: fetch-depth: 0 token: '${{ secrets.RELEASE_TOKEN }}' diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index fe826d75..5d825293 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -197,7 +197,7 @@ jobs: www.python.org:443 - name: 'Checkout the repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 with: # check out the pull request's HEAD ref: '${{ github.event.pull_request.head.sha }}' diff --git a/.github/workflows/renovate_configuration_check.yml b/.github/workflows/renovate_configuration_check.yml index f6504a09..4b97b0f6 100644 --- a/.github/workflows/renovate_configuration_check.yml +++ b/.github/workflows/renovate_configuration_check.yml @@ -42,7 +42,7 @@ jobs: rubygems.org:443 - name: 'Checkout the repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 - name: 'Install NodeJS' uses: 'actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6' # v4.0.4 diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index b1395a64..4091bf1b 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -88,7 +88,7 @@ jobs: www.bestpractices.dev:443 - name: 'Checkout the repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 with: persist-credentials: false diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index e1cd51cb..65b6cdb5 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -44,7 +44,7 @@ jobs: pkg-containers.githubusercontent.com:443 - name: 'Checkout the repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 with: persist-credentials: false diff --git a/.github/workflows/wf_call_molecule_certified_ees.yml b/.github/workflows/wf_call_molecule_certified_ees.yml index a07d9c1d..ae8134a0 100644 --- a/.github/workflows/wf_call_molecule_certified_ees.yml +++ b/.github/workflows/wf_call_molecule_certified_ees.yml @@ -192,7 +192,7 @@ jobs: microdnf install podman -y - name: 'Checkout repository' - uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1 + uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 with: # check out the pull request's HEAD ref: '${{ github.event.pull_request.head.sha }}'