From 8047a86b1f5cfa7d84c3441429492fb97e23542e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 19:25:49 +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 | | --- | --- | --- | | [fish-shop/install-plugin](https://github.com/fish-shop/install-plugin) | `2.3.8` | `2.3.9` | | [fish-shop/workflows](https://github.com/fish-shop/workflows) | `1.9.10` | `1.9.11` | | [actions/checkout](https://github.com/actions/checkout) | `4.1.7` | `4.2.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.26.8` | `3.26.9` | | [fish-shop/install-fish-shell](https://github.com/fish-shop/install-fish-shell) | `1.0.19` | `1.0.20` | Updates `fish-shop/install-plugin` from 2.3.8 to 2.3.9 - [Release notes](https://github.com/fish-shop/install-plugin/releases) - [Commits](https://github.com/fish-shop/install-plugin/compare/f148235925925b93c641fefcce15bb0e0704a75b...48cbe9ed7fef95c9618a349f1afd48b9d72877ee) Updates `fish-shop/workflows` from 1.9.10 to 1.9.11 - [Release notes](https://github.com/fish-shop/workflows/releases) - [Commits](https://github.com/fish-shop/workflows/compare/81adfee74c748ec64b442908000ceadf7ba50990...4cf00a14e3759ead129d3948ac3e47a358220046) Updates `actions/checkout` from 4.1.7 to 4.2.0 - [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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) Updates `github/codeql-action` from 3.26.8 to 3.26.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/294a9d92911152fe08befb9ec03e240add280cb3...461ef6c76dfe95d5c364de2f431ddbd31a417628) Updates `fish-shop/install-fish-shell` from 1.0.19 to 1.0.20 - [Release notes](https://github.com/fish-shop/install-fish-shell/releases) - [Commits](https://github.com/fish-shop/install-fish-shell/compare/9853bc042e8901ef296a410f2e305481e0ac48dc...bb7aafe5baa526649c6284b3419836b0a5dec528) --- updated-dependencies: - dependency-name: fish-shop/install-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: fish-shop/workflows dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: fish-shop/install-fish-shell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-review.yml | 2 +- .github/workflows/markdown-links.yml | 2 +- .github/workflows/openssf-scorecard.yml | 4 ++-- .github/workflows/release-tags.yml | 2 +- .github/workflows/test.yml | 4 ++-- action.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 4258490..5176f5f 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -10,4 +10,4 @@ jobs: dependency-review: permissions: pull-requests: write - uses: fish-shop/workflows/.github/workflows/dependency-review.yml@81adfee74c748ec64b442908000ceadf7ba50990 # v1.9.10 + uses: fish-shop/workflows/.github/workflows/dependency-review.yml@4cf00a14e3759ead129d3948ac3e47a358220046 # v1.9.11 diff --git a/.github/workflows/markdown-links.yml b/.github/workflows/markdown-links.yml index ee5a508..593dd61 100644 --- a/.github/workflows/markdown-links.yml +++ b/.github/workflows/markdown-links.yml @@ -10,4 +10,4 @@ jobs: markdown-links: permissions: pull-requests: write - uses: fish-shop/workflows/.github/workflows/markdown-links.yml@81adfee74c748ec64b442908000ceadf7ba50990 # v1.9.10 + uses: fish-shop/workflows/.github/workflows/markdown-links.yml@4cf00a14e3759ead129d3948ac3e47a358220046 # v1.9.11 diff --git a/.github/workflows/openssf-scorecard.yml b/.github/workflows/openssf-scorecard.yml index 19e69ee..4b8c3be 100644 --- a/.github/workflows/openssf-scorecard.yml +++ b/.github/workflows/openssf-scorecard.yml @@ -21,7 +21,7 @@ jobs: with: egress-policy: audit - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: persist-credentials: false - name: Run analysis @@ -37,6 +37,6 @@ jobs: path: results.sarif retention-days: 5 - name: Upload to code scanning dashboard - uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8 + uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 with: sarif_file: results.sarif diff --git a/.github/workflows/release-tags.yml b/.github/workflows/release-tags.yml index 74894b7..5fa23ca 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -10,4 +10,4 @@ jobs: release-tags: permissions: contents: write - uses: fish-shop/workflows/.github/workflows/release-tags.yml@81adfee74c748ec64b442908000ceadf7ba50990 # v1.9.10 + uses: fish-shop/workflows/.github/workflows/release-tags.yml@4cf00a14e3759ead129d3948ac3e47a358220046 # v1.9.11 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 76c44ea..3f625e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,9 +25,9 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install fish shell - uses: fish-shop/install-fish-shell@9853bc042e8901ef296a410f2e305481e0ac48dc # v1.0.19 + uses: fish-shop/install-fish-shell@bb7aafe5baa526649c6284b3419836b0a5dec528 # v1.0.20 - name: Create passing tests run: | for count in (seq 1 3) diff --git a/action.yml b/action.yml index d718fc6..6f28149 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ runs: using: 'composite' steps: - name: Install fisher - uses: fish-shop/install-plugin@f148235925925b93c641fefcce15bb0e0704a75b # v2.3.8 + uses: fish-shop/install-plugin@48cbe9ed7fef95c9618a349f1afd48b9d72877ee # v2.3.9 with: plugin-manager: fisher plugins: jorgebucaran/fishtape