From 889596e1be5a4a91bb296bfd877e5fbd9468a293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:32:22 +0000 Subject: [PATCH] Bump the version-updates group across 1 directory with 5 updates Bumps the version-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.10.1` | `2.10.2` | | [fish-shop/indent-check](https://github.com/fish-shop/indent-check) | `1.0.17` | `1.0.18` | | [fish-shop/syntax-check](https://github.com/fish-shop/syntax-check) | `2.2.18` | `2.2.19` | | [fish-shop/install-plugin](https://github.com/fish-shop/install-plugin) | `2.3.20` | `2.3.21` | | [fish-shop/run-fishtape-tests](https://github.com/fish-shop/run-fishtape-tests) | `2.3.18` | `2.3.19` | Updates `step-security/harden-runner` from 2.10.1 to 2.10.2 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/91182cccc01eb5e619899d80e4e971d6181294a7...0080882f6c36860b6ba35c610c98ce87d4e2f26f) Updates `fish-shop/indent-check` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/fish-shop/indent-check/releases) - [Commits](https://github.com/fish-shop/indent-check/compare/f2518f68426ea197f6967c7294459cba6c875070...49c4e2c2d8afdee520a7f57f49cb9465b55ad80a) Updates `fish-shop/syntax-check` from 2.2.18 to 2.2.19 - [Release notes](https://github.com/fish-shop/syntax-check/releases) - [Commits](https://github.com/fish-shop/syntax-check/compare/39b039416b7a4227f506a1e0474ce81375140d33...c857e8c84e4470d5d1dc19164c15bbbf34cd3868) Updates `fish-shop/install-plugin` from 2.3.20 to 2.3.21 - [Release notes](https://github.com/fish-shop/install-plugin/releases) - [Commits](https://github.com/fish-shop/install-plugin/compare/79d5562f2b251800c72be314bee334cef583057c...6a9272ca33598905b03c61c5052a28abfbc63c98) Updates `fish-shop/run-fishtape-tests` from 2.3.18 to 2.3.19 - [Release notes](https://github.com/fish-shop/run-fishtape-tests/releases) - [Commits](https://github.com/fish-shop/run-fishtape-tests/compare/7b6bf8d7c5ffd0ab0fec4590b2e7363eb2464dad...b1c25552f080f605095b69254639fdb79339d141) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: fish-shop/indent-check dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: fish-shop/syntax-check dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: fish-shop/install-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: fish-shop/run-fishtape-tests dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/markdown-links.yml | 2 +- .github/workflows/test.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/markdown-links.yml b/.github/workflows/markdown-links.yml index 55b037b..775f742 100644 --- a/.github/workflows/markdown-links.yml +++ b/.github/workflows/markdown-links.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Harden runner - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 with: egress-policy: audit - name: Check links in Markdown files diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a473fbe..af4770f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - name: Install fish shell uses: fish-shop/install-fish-shell@4f662f18997e7ae80d3d57a36e508526b0b236d1 # v1.0.31 - name: Check indentation - uses: fish-shop/indent-check@f2518f68426ea197f6967c7294459cba6c875070 # v1.0.17 + uses: fish-shop/indent-check@49c4e2c2d8afdee520a7f57f49cb9465b55ad80a # v1.0.18 syntax: runs-on: ubuntu-latest steps: @@ -28,7 +28,7 @@ jobs: - name: Install fish shell uses: fish-shop/install-fish-shell@4f662f18997e7ae80d3d57a36e508526b0b236d1 # v1.0.31 - name: Syntax check fish files - uses: fish-shop/syntax-check@39b039416b7a4227f506a1e0474ce81375140d33 # v2.2.18 + uses: fish-shop/syntax-check@c857e8c84e4470d5d1dc19164c15bbbf34cd3868 # v2.2.19 tests: strategy: matrix: @@ -42,12 +42,12 @@ jobs: - name: Install fish shell uses: fish-shop/install-fish-shell@4f662f18997e7ae80d3d57a36e508526b0b236d1 # v1.0.31 - name: Install pond - uses: fish-shop/install-plugin@79d5562f2b251800c72be314bee334cef583057c # v2.3.20 + uses: fish-shop/install-plugin@6a9272ca33598905b03c61c5052a28abfbc63c98 # v2.3.21 with: plugin-manager: fisher plugins: ${{ github.workspace }} - name: Run Fishtape tests - uses: fish-shop/run-fishtape-tests@7b6bf8d7c5ffd0ab0fec4590b2e7363eb2464dad # v2.3.18 + uses: fish-shop/run-fishtape-tests@b1c25552f080f605095b69254639fdb79339d141 # v2.3.19 with: patterns: tests/**.fish install: @@ -62,7 +62,7 @@ jobs: - name: Install fish shell uses: fish-shop/install-fish-shell@4f662f18997e7ae80d3d57a36e508526b0b236d1 # v1.0.31 - name: Install pond using ${{ matrix.plugin-manager }} - uses: fish-shop/install-plugin@79d5562f2b251800c72be314bee334cef583057c # v2.3.20 + uses: fish-shop/install-plugin@6a9272ca33598905b03c61c5052a28abfbc63c98 # v2.3.21 with: plugin-manager: ${{ matrix.plugin-manager }} plugins: ${{ github.workspace }}