Skip to content

Commit

Permalink
Merge pull request #36 from fish-shop/action-versions-hash
Browse files Browse the repository at this point in the history
Pin action versions using hash
  • Loading branch information
marcransome authored Mar 12, 2024
2 parents 0d89c63 + d0152b9 commit 014e75d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ on:
- main
jobs:
dependency-review:
uses: fish-shop/workflows/.github/workflows/dependency-review.yml@v1
uses: fish-shop/workflows/.github/workflows/dependency-review.yml@329ff9fee7861fc9dcd0d82871b87c23ec60829c # v1.3.0
2 changes: 1 addition & 1 deletion .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ on:
workflow_dispatch:
jobs:
markdown-links:
uses: fish-shop/workflows/.github/workflows/markdown-links.yml@v1
uses: fish-shop/workflows/.github/workflows/markdown-links.yml@329ff9fee7861fc9dcd0d82871b87c23ec60829c # v1.3.0
with:
config-path: .github/markdown-links.json
2 changes: 1 addition & 1 deletion .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ on:
- v[0-9]+.[0-9]+.[0-9]+
jobs:
release-tags:
uses: fish-shop/workflows/.github/workflows/release-tags.yml@v1
uses: fish-shop/workflows/.github/workflows/release-tags.yml@329ff9fee7861fc9dcd0d82871b87c23ec60829c # v1.3.0
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Install fish shell
uses: fish-actions/install-fish@v1
uses: fish-actions/install-fish@d6d9d26231a15f8d9a6b3e74b3db45512440e3e8 # v1.1.0
- name: Create syntactically valid fish shell function
run: |
cat << EOF >./valid-syntax.fish
Expand Down

0 comments on commit 014e75d

Please sign in to comment.