Skip to content

Commit

Permalink
Merge pull request #184 from fish-shop/dependabot/github_actions/vers…
Browse files Browse the repository at this point in the history
…ion-updates-afff3edd55
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
2 parents d538ed7 + af37268 commit 448ac59
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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@87881b58a2286829a28c4053900560a2eeeed396 # v1.10.0
uses: fish-shop/workflows/.github/workflows/dependency-review.yml@d975a6058f869aa54ba816b6befa6711b6f39f8d # v1.10.1
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@87881b58a2286829a28c4053900560a2eeeed396 # v1.10.0
uses: fish-shop/workflows/.github/workflows/markdown-links.yml@d975a6058f869aa54ba816b6befa6711b6f39f8d # v1.10.1
6 changes: 3 additions & 3 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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit
- name: Checkout repository
Expand All @@ -31,12 +31,12 @@ jobs:
results_format: sarif
publish_results: true
- name: Upload Actions artifact
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: SARIF file
path: results.sarif
retention-days: 5
- name: Upload to code scanning dashboard
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
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@87881b58a2286829a28c4053900560a2eeeed396 # v1.10.0
uses: fish-shop/workflows/.github/workflows/release-tags.yml@d975a6058f869aa54ba816b6befa6711b6f39f8d # v1.10.1
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@ed88861095a17e8616ca577ffa3ec8d6209d0d2a # v1.0.39
uses: fish-shop/install-fish-shell@9b876e43aeb0ec0431590c5f58578f0ec0b5ef93 # v1.0.40
- name: Create syntactically valid fish shell file
run: |
echo "\
Expand Down

0 comments on commit 448ac59

Please # to comment.