Skip to content

Commit

Permalink
Merge pull request #71 from fish-shop/dependabot/github_actions/versi…
Browse files Browse the repository at this point in the history
…on-updates-c2f5b13dfc
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
2 parents 07c036f + 5e43920 commit 3747447
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@ac1bb0ad0c9a644ae6179c5fd0a4602082d9a362 # v1.9.12
uses: fish-shop/workflows/.github/workflows/dependency-review.yml@b089fa4b6b741d6b7d9a4fb971376d09c6c4f4cf # v1.9.13
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@ac1bb0ad0c9a644ae6179c5fd0a4602082d9a362 # v1.9.12
uses: fish-shop/workflows/.github/workflows/markdown-links.yml@b089fa4b6b741d6b7d9a4fb971376d09c6c4f4cf # v1.9.13
6 changes: 3 additions & 3 deletions .github/workflows/openssf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
persist-credentials: false
- name: Run analysis
Expand All @@ -31,12 +31,12 @@ jobs:
results_format: sarif
publish_results: true
- name: Upload Actions artifact
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
with:
name: SARIF file
path: results.sarif
retention-days: 5
- name: Upload to code scanning dashboard
uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
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@ac1bb0ad0c9a644ae6179c5fd0a4602082d9a362 # v1.9.12
uses: fish-shop/workflows/.github/workflows/release-tags.yml@b089fa4b6b741d6b7d9a4fb971376d09c6c4f4cf # v1.9.13
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Install fish shell
uses: ./
- name: Check fish shell installed
Expand Down

0 comments on commit 3747447

Please sign in to comment.