diff --git a/.github/workflows/markdown-links.yml b/.github/workflows/markdown-links.yml index 78df785..bcf28fa 100644 --- a/.github/workflows/markdown-links.yml +++ b/.github/workflows/markdown-links.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Harden runner - uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0 + uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 with: egress-policy: audit - name: Check links in Markdown files diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96b3974..19d0fe1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Install fish shell - uses: fish-shop/install-fish-shell@81b9ed7df3410232158bb4da19425637d9e6f455 # v1.0.10 + uses: fish-shop/install-fish-shell@71e42122c25804f971f89857d700c68a7efb3855 # v1.0.11 - name: Syntax check fish files uses: fish-shop/syntax-check@v1 tests: @@ -31,14 +31,14 @@ jobs: - name: Fetch repository history for access to tags in tests run: git fetch --prune --unshallow --tags --force - name: Install fish shell - uses: fish-shop/install-fish-shell@81b9ed7df3410232158bb4da19425637d9e6f455 # v1.0.10 + uses: fish-shop/install-fish-shell@71e42122c25804f971f89857d700c68a7efb3855 # v1.0.11 - name: Install pond - uses: fish-shop/install-plugin@6b841c19617c8dcb06d31d8d1ad4c7a549488c4e # v2.2.14 + uses: fish-shop/install-plugin@ac91ae7ea12eb663d445a79caf390ea27f3ee9c2 # v2.2.15 with: plugin-manager: fisher plugins: (pwd) - name: Run Fishtape tests - uses: fish-shop/run-fishtape-tests@f761f39f9575c4194515c931c375caa2d775c46f # v1.5.14 + uses: fish-shop/run-fishtape-tests@165e19e89701d7a13d1413fe727335f097afb57b # v1.5.15 with: pattern: tests/**.fish install: @@ -51,9 +51,9 @@ jobs: - name: Checkout repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Install fish shell - uses: fish-shop/install-fish-shell@81b9ed7df3410232158bb4da19425637d9e6f455 # v1.0.10 + uses: fish-shop/install-fish-shell@71e42122c25804f971f89857d700c68a7efb3855 # v1.0.11 - name: Install pond using ${{ matrix.plugin-manager }} - uses: fish-shop/install-plugin@6b841c19617c8dcb06d31d8d1ad4c7a549488c4e # v2.2.14 + uses: fish-shop/install-plugin@ac91ae7ea12eb663d445a79caf390ea27f3ee9c2 # v2.2.15 with: plugin-manager: ${{ matrix.plugin-manager }} plugins: (pwd)