From dd92a1978e25687d7c09b5b596489544536f668c Mon Sep 17 00:00:00 2001 From: "renovate-gsuquet[bot]" <173481049+renovate-gsuquet[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 05:13:03 +0000 Subject: [PATCH] fix(deps): update actions/checkout action to v4.3.1 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.7 | v4.3.1 | Signed-off-by: renovate-gsuquet[bot] <173481049+renovate-gsuquet[bot]@users.noreply.github.com> --- .github/workflows/deployment-python-pypi.yml | 2 +- .github/workflows/integration-linter-pre-commit.yml | 2 +- .github/workflows/integration-modification-script.yml | 2 +- .github/workflows/integration-python.yml | 4 ++-- .github/workflows/security-codacy.yml | 2 +- .github/workflows/security-codeql.yml | 2 +- .github/workflows/security-dependencies.yml | 2 +- .github/workflows/security-ossf-scorecard.yml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deployment-python-pypi.yml b/.github/workflows/deployment-python-pypi.yml index 362c915..f51dbde 100644 --- a/.github/workflows/deployment-python-pypi.yml +++ b/.github/workflows/deployment-python-pypi.yml @@ -53,7 +53,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Semantic release id: semantic-release diff --git a/.github/workflows/integration-linter-pre-commit.yml b/.github/workflows/integration-linter-pre-commit.yml index 846410f..246a807 100644 --- a/.github/workflows/integration-linter-pre-commit.yml +++ b/.github/workflows/integration-linter-pre-commit.yml @@ -40,7 +40,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Set up Python ${{ inputs.python-version }} uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 diff --git a/.github/workflows/integration-modification-script.yml b/.github/workflows/integration-modification-script.yml index 0031382..381c527 100644 --- a/.github/workflows/integration-modification-script.yml +++ b/.github/workflows/integration-modification-script.yml @@ -60,7 +60,7 @@ jobs: github.com:443 - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: ref: ${{ env.BRANCH }} diff --git a/.github/workflows/integration-python.yml b/.github/workflows/integration-python.yml index 8631f5a..a0ec373 100644 --- a/.github/workflows/integration-python.yml +++ b/.github/workflows/integration-python.yml @@ -74,7 +74,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Install just if: ${{ inputs.use_just == true }} @@ -107,7 +107,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Install just if: ${{ inputs.use_just == true }} diff --git a/.github/workflows/security-codacy.yml b/.github/workflows/security-codacy.yml index d6ac104..3b0929c 100644 --- a/.github/workflows/security-codacy.yml +++ b/.github/workflows/security-codacy.yml @@ -36,7 +36,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Run Codacy Analysis CLI uses: codacy/codacy-analysis-cli-action@97bf5df3c09e75f5bcd72695998f96ebd701846e # v4.4.5 diff --git a/.github/workflows/security-codeql.yml b/.github/workflows/security-codeql.yml index 2721390..5b3a2b3 100644 --- a/.github/workflows/security-codeql.yml +++ b/.github/workflows/security-codeql.yml @@ -46,7 +46,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/security-dependencies.yml b/.github/workflows/security-dependencies.yml index e28102d..f008a4e 100644 --- a/.github/workflows/security-dependencies.yml +++ b/.github/workflows/security-dependencies.yml @@ -50,7 +50,7 @@ jobs: github.com:443 - name: Checkout Repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Dependency Review uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4 diff --git a/.github/workflows/security-ossf-scorecard.yml b/.github/workflows/security-ossf-scorecard.yml index ca14c9b..45eaf76 100644 --- a/.github/workflows/security-ossf-scorecard.yml +++ b/.github/workflows/security-ossf-scorecard.yml @@ -62,7 +62,7 @@ jobs: www.bestpractices.dev:443 - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: persist-credentials: false