From ee741b28647cfd6acf0cc8f604fc0b309c980c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:35:23 +0000 Subject: [PATCH] build(deps): bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 6d193bf28034eafb982f37bd894289fe649468fc to d632683dd7b4114ad314bca15554477dd762a938. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/6d193bf28034eafb982f37bd894289fe649468fc...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-test-others.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/gh-pages.yml | 2 +- .github/workflows/kit.yml | 6 +++--- .github/workflows/python-nightly.yml | 2 +- .github/workflows/quality.yml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/test-coverage.yml | 2 +- .github/workflows/testsuite.yml | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/branch-test-others.yml b/.github/workflows/branch-test-others.yml index 44442a1..6373b81 100644 --- a/.github/workflows/branch-test-others.yml +++ b/.github/workflows/branch-test-others.yml @@ -43,7 +43,7 @@ jobs: steps: - name: "Check out the repo" - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.1.7 with: repository: '${{ github.repository }}' # fetch all branches and tags instead of only fetching the ref/SHA that triggered the workflow diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b329220..41c3479 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.1.7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 09926f8..e4d0267 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.1.7 - name: 'Dependency Review' uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # 4.3.4 with: diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5bb9bf7..b550b0d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -69,7 +69,7 @@ jobs: path: '${{ runner.temp }}' - name: Checkout the repo - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.1.7 with: repository: '${{ github.repository }}' # fetch all branches and tags instead of only fetching the ref/SHA that triggered the workflow diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml index 153d099..a682403 100644 --- a/.github/workflows/kit.yml +++ b/.github/workflows/kit.yml @@ -147,7 +147,7 @@ jobs: platforms: arm64 - name: "Check out the repo" - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.1.7 with: # fetch all branches and tags instead of only fetching the ref/SHA that triggered the workflow fetch-depth: 0 @@ -190,7 +190,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Check out the repo" - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.1.7 with: # fetch all branches and tags instead of only fetching the ref/SHA that triggered the workflow fetch-depth: 0 @@ -238,7 +238,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Check out the repo" - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.1.7 with: # fetch all branches and tags instead of only fetching the ref/SHA that triggered the workflow fetch-depth: 0 diff --git a/.github/workflows/python-nightly.yml b/.github/workflows/python-nightly.yml index 0422a0f..447640e 100644 --- a/.github/workflows/python-nightly.yml +++ b/.github/workflows/python-nightly.yml @@ -82,7 +82,7 @@ jobs: path: '${{ runner.temp }}' - name: "Check out the repo" - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.1.7 with: repository: '${{ github.repository }}' # fetch all branches and tags instead of only fetching the ref/SHA that triggered the workflow diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index e87733b..84ddd39 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -102,7 +102,7 @@ jobs: echo 'DS_CONFIG_SETTINGS=${{ needs.get-toml.outputs.config_settings }}' >> "$GITHUB_ENV" - name: "Check out the repo" - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.1.7 with: repository: '${{ github.repository }}' # fetch all branches and tags instead of only fetching the ref/SHA that triggered the workflow @@ -161,7 +161,7 @@ jobs: echo 'DS_CONFIG_SETTINGS=${{ needs.get-toml.outputs.config_settings }}' >> "$GITHUB_ENV" - name: "Check out the repo" - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.1.7 with: repository: '${{ github.repository }}' # fetch all branches and tags instead of only fetching the ref/SHA that triggered the workflow @@ -229,7 +229,7 @@ jobs: echo 'DS_CONFIG_SETTINGS=${{ needs.get-toml.outputs.config_settings }}' >> "$GITHUB_ENV" - name: "Check out the repo" - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.1.7 with: repository: '${{ github.repository }}' # fetch all branches and tags instead of only fetching the ref/SHA that triggered the workflow diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a9a231..580eb9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: path: '${{ runner.temp }}' - name: Checkout the repo - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.1.7 with: repository: '${{ github.repository }}' # fetch all branches and tags instead of only fetching the ref/SHA that triggered the workflow diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 197b8e1..b5caf7c 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -107,7 +107,7 @@ jobs: echo 'DS_CONFIG_SETTINGS=${{ needs.get-toml.outputs.config_settings }}' >> "$GITHUB_ENV" - name: "Check out the repo" - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.1.7 with: repository: '${{ github.repository }}' # fetch all branches and tags instead of only fetching the ref/SHA that triggered the workflow diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index dae46bd..f016cf9 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -81,7 +81,7 @@ jobs: path: '${{ runner.temp }}' - name: "Check out the repo" - uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.1.7 with: repository: '${{ github.repository }}' # fetch all branches and tags instead of only fetching the ref/SHA that triggered the workflow