Skip to content

Commit

Permalink
Merge pull request #83 from fish-shop/dependabot/github_actions/versi…
Browse files Browse the repository at this point in the history
…on-updates-ed0b598055
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
2 parents 4ccd8d5 + 99d2f9c commit d304847
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
dependency-review:
permissions:
pull-requests: write
uses: fish-shop/workflows/.github/workflows/dependency-review.yml@d975a6058f869aa54ba816b6befa6711b6f39f8d # v1.10.1
uses: fish-shop/workflows/.github/workflows/dependency-review.yml@e426b8a8cd7d42e4354b284f172ff88b753164d0 # v1.10.3
2 changes: 1 addition & 1 deletion .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
markdown-links:
permissions:
pull-requests: write
uses: fish-shop/workflows/.github/workflows/markdown-links.yml@d975a6058f869aa54ba816b6befa6711b6f39f8d # v1.10.1
uses: fish-shop/workflows/.github/workflows/markdown-links.yml@e426b8a8cd7d42e4354b284f172ff88b753164d0 # v1.10.3
4 changes: 2 additions & 2 deletions .github/workflows/openssf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id-token: write # Needed to publish results to OpenSSF API and get a badge (see publish_results below)
steps:
- name: Harden runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- name: Checkout repository
Expand All @@ -37,6 +37,6 @@ jobs:
path: results.sarif
retention-days: 5
- name: Upload to code scanning dashboard
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
uses: github/codeql-action/upload-sarif@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
release-tags:
permissions:
contents: write
uses: fish-shop/workflows/.github/workflows/release-tags.yml@d975a6058f869aa54ba816b6befa6711b6f39f8d # v1.10.1
uses: fish-shop/workflows/.github/workflows/release-tags.yml@e426b8a8cd7d42e4354b284f172ff88b753164d0 # v1.10.3
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install fish shell
uses: fish-shop/install-fish-shell@9b876e43aeb0ec0431590c5f58578f0ec0b5ef93 # v1.0.40
uses: fish-shop/install-fish-shell@7a8ccb8f572f8a14e26361cab2e05ce52fe4f274 # v1.0.41
- name: Create fish shell file with valid indentation
run: |
echo "\
Expand Down

0 comments on commit d304847

Please sign in to comment.