From ccf5f02ddce216caf2803af6f7b227f3f9e5ae17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 06:18:01 +0000 Subject: [PATCH] ci: bump the actions-dependencies group across 1 directory with 5 updates Bumps the actions-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.1` | `4.2.2` | | [sandialabs/sansmic](https://github.com/sandialabs/sansmic) | `951ebbd277e18b0a5b88a4e67535e262bc59f979` | `7952e59342a8c8d1c8ad833121049bac58277167` | | [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) | `9.11.1` | `9.12.0` | | [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.3.5` | `4.4.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.2.0` | `5.3.0` | Updates `actions/checkout` from 4.2.1 to 4.2.2 - [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/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871...11bd71901bbe5b1630ceea73d27597364c9af683) Updates `sandialabs/sansmic` from 951ebbd277e18b0a5b88a4e67535e262bc59f979 to 7952e59342a8c8d1c8ad833121049bac58277167 - [Release notes](https://github.com/sandialabs/sansmic/releases) - [Changelog](https://github.com/sandialabs/sansmic/blob/main/CHANGELOG.md) - [Commits](https://github.com/sandialabs/sansmic/compare/951ebbd277e18b0a5b88a4e67535e262bc59f979...7952e59342a8c8d1c8ad833121049bac58277167) Updates `python-semantic-release/python-semantic-release` from 9.11.1 to 9.12.0 - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.11.1...c1bcfdbb994243ac7cf419365d5894d6bfb2950e) Updates `actions/dependency-review-action` from 4.3.5 to 4.4.0 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/a6993e2c61fd5dc440b409aa1d6904921c5e1894...4081bf99e2866ebe428fc0477b69eb4fcda7220a) Updates `actions/setup-python` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/f677139bbe7f9c59b41e40162b753c062f5d49a3...0b93645e9fea7318ecaed2b359559ac225c90a2b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: sandialabs/sansmic dependency-type: direct:production dependency-group: actions-dependencies - dependency-name: python-semantic-release/python-semantic-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/continuous-release.yml | 4 ++-- .github/workflows/continuous-testing.yml | 2 +- .github/workflows/dependency-review.yml | 4 ++-- .github/workflows/gh-pages.yml | 4 ++-- .github/workflows/pytest-workflow.yml | 4 ++-- .github/workflows/release.yml | 8 ++++---- .github/workflows/scorecard.yml | 2 +- .github/workflows/semantic-release.yml | 2 +- .github/workflows/test-linux.yml | 2 +- .github/workflows/test-macOS_arm.yml | 2 +- .github/workflows/test-macOS_intel.yml | 2 +- .github/workflows/test-windows.yml | 2 +- 14 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7aac1a8..fd5c569 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -66,7 +66,7 @@ jobs: uploads.github.com:443 - name: Checkout repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 91213b6..14becc5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -22,7 +22,7 @@ jobs: matrix: version: ["3.9", "3.10", "3.11", "3.12"] os: [windows-latest, macOS-13, macOS-latest, ubuntu-latest] - uses: sandialabs/sansmic/.github/workflows/pytest-workflow.yml@951ebbd277e18b0a5b88a4e67535e262bc59f979 + uses: sandialabs/sansmic/.github/workflows/pytest-workflow.yml@7952e59342a8c8d1c8ad833121049bac58277167 with: version: ${{ matrix.version }} os: ${{ matrix.os }} diff --git a/.github/workflows/continuous-release.yml b/.github/workflows/continuous-release.yml index a1f1771..2d70402 100644 --- a/.github/workflows/continuous-release.yml +++ b/.github/workflows/continuous-release.yml @@ -24,7 +24,7 @@ jobs: egress-policy: audit - name: Setup | Checkout Repository at workflow sha - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 ref: ${{ github.sha }} @@ -36,7 +36,7 @@ jobs: - name: Action | Semantic Version id: check # Adjust tag with desired version if applicable. - uses: python-semantic-release/python-semantic-release@657118d28ae4a74d8a387bedf5db2bb7bac0cb33 # v9.11.1 + uses: python-semantic-release/python-semantic-release@c1bcfdbb994243ac7cf419365d5894d6bfb2950e # v9.12.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} build: false diff --git a/.github/workflows/continuous-testing.yml b/.github/workflows/continuous-testing.yml index 64ed108..9da3c5e 100644 --- a/.github/workflows/continuous-testing.yml +++ b/.github/workflows/continuous-testing.yml @@ -14,7 +14,7 @@ permissions: jobs: quick-test: - uses: sandialabs/sansmic/.github/workflows/pytest-workflow.yml@951ebbd277e18b0a5b88a4e67535e262bc59f979 + uses: sandialabs/sansmic/.github/workflows/pytest-workflow.yml@7952e59342a8c8d1c8ad833121049bac58277167 with: version: "3.12" os: ubuntu-latest diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 0a1a8ef..955b3b3 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: 'Dependency Review' - uses: actions/dependency-review-action@a6993e2c61fd5dc440b409aa1d6904921c5e1894 # v4.3.5 + uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0 diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c8a94ca..e802405 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -36,7 +36,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 @@ -47,7 +47,7 @@ jobs: git branch git remote -v - - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: '3.12' diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index f01c82b..5086476 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -42,10 +42,10 @@ jobs: uploader.codecov.io:443 - name: Check out the commit - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: ${{ inputs.version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f1c084..5f4b021 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,12 +27,12 @@ jobs: steps: - name: Setup | Install python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: '3.12' - name: Setup | Checkout Code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup | Install Dependencies run: | @@ -77,7 +77,7 @@ jobs: egress-policy: audit - name: Setup | Checkout Code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Action | Build Wheels uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.0 @@ -99,7 +99,7 @@ jobs: egress-policy: audit - name: Setup | Checkout Code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 # Optional, use if you use setuptools_scm submodules: true # Optional, use if you have submodules diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index abf8fb7..55251ad 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -50,7 +50,7 @@ jobs: www.bestpractices.dev:443 - name: "Checkout code" - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index ac882c6..53e3bbe 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -26,7 +26,7 @@ jobs: egress-policy: audit - name: Setup | Checkout Repository at workflow sha - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 ref: ${{ github.sha }} diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 2077ace..5190f1d 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: version: ["3.9", "3.10", "3.11", "3.12"] - uses: sandialabs/sansmic/.github/workflows/pytest-workflow.yml@951ebbd277e18b0a5b88a4e67535e262bc59f979 + uses: sandialabs/sansmic/.github/workflows/pytest-workflow.yml@7952e59342a8c8d1c8ad833121049bac58277167 with: version: ${{ matrix.version }} os: ubuntu-latest diff --git a/.github/workflows/test-macOS_arm.yml b/.github/workflows/test-macOS_arm.yml index 93757f9..acd5f31 100644 --- a/.github/workflows/test-macOS_arm.yml +++ b/.github/workflows/test-macOS_arm.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: version: ["3.9", "3.10", "3.11", "3.12"] - uses: sandialabs/sansmic/.github/workflows/pytest-workflow.yml@951ebbd277e18b0a5b88a4e67535e262bc59f979 + uses: sandialabs/sansmic/.github/workflows/pytest-workflow.yml@7952e59342a8c8d1c8ad833121049bac58277167 with: version: ${{ matrix.version }} os: macOS-latest diff --git a/.github/workflows/test-macOS_intel.yml b/.github/workflows/test-macOS_intel.yml index 18d987b..43a111a 100644 --- a/.github/workflows/test-macOS_intel.yml +++ b/.github/workflows/test-macOS_intel.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: version: ["3.9", "3.10", "3.11", "3.12"] - uses: sandialabs/sansmic/.github/workflows/pytest-workflow.yml@951ebbd277e18b0a5b88a4e67535e262bc59f979 + uses: sandialabs/sansmic/.github/workflows/pytest-workflow.yml@7952e59342a8c8d1c8ad833121049bac58277167 with: version: ${{ matrix.version }} os: macOS-13 diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index b7a1843..3cba306 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: version: ["3.9", "3.10", "3.11", "3.12"] - uses: sandialabs/sansmic/.github/workflows/pytest-workflow.yml@951ebbd277e18b0a5b88a4e67535e262bc59f979 + uses: sandialabs/sansmic/.github/workflows/pytest-workflow.yml@7952e59342a8c8d1c8ad833121049bac58277167 with: version: ${{ matrix.version }} os: windows-latest