Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
name: CodeQL Analysis
permissions:
security-events: write
uses: fish-shop/workflows/.github/workflows/codeql-analysis.yml@ad1c3f75e07f5bcb5696ca61627274881b2f6502 # v1.13.46
uses: fish-shop/workflows/.github/workflows/codeql-analysis.yml@c55b3551f399958b0b2d5599c0b11f94d16d165f # v1.13.47
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
name: Dependency Review
permissions:
pull-requests: write
uses: fish-shop/workflows/.github/workflows/dependency-review.yml@ad1c3f75e07f5bcb5696ca61627274881b2f6502 # v1.13.46
uses: fish-shop/workflows/.github/workflows/dependency-review.yml@c55b3551f399958b0b2d5599c0b11f94d16d165f # v1.13.47
2 changes: 1 addition & 1 deletion .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
name: Gitleaks SAST scan
permissions:
pull-requests: write
uses: fish-shop/workflows/.github/workflows/gitleaks.yml@ad1c3f75e07f5bcb5696ca61627274881b2f6502 # v1.13.46
uses: fish-shop/workflows/.github/workflows/gitleaks.yml@c55b3551f399958b0b2d5599c0b11f94d16d165f # v1.13.47
secrets:
gitleaks_license: ${secrets.GITLEAKS_LICENSE}
2 changes: 1 addition & 1 deletion .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
name: Markdown Links Check
permissions:
pull-requests: write
uses: fish-shop/workflows/.github/workflows/markdown-links.yml@ad1c3f75e07f5bcb5696ca61627274881b2f6502 # v1.13.46
uses: fish-shop/workflows/.github/workflows/markdown-links.yml@c55b3551f399958b0b2d5599c0b11f94d16d165f # v1.13.47
2 changes: 1 addition & 1 deletion .github/workflows/openssf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
permissions:
security-events: write # Needed to upload the results to code scanning dashboard
id-token: write # Needed to publish results to OpenSSF API and get a badge
uses: fish-shop/workflows/.github/workflows/openssf-scorecard.yml@ad1c3f75e07f5bcb5696ca61627274881b2f6502 # v1.13.46
uses: fish-shop/workflows/.github/workflows/openssf-scorecard.yml@c55b3551f399958b0b2d5599c0b11f94d16d165f # v1.13.47
2 changes: 1 addition & 1 deletion .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
name: Release Tags
permissions:
contents: write
uses: fish-shop/workflows/.github/workflows/release-tags.yml@ad1c3f75e07f5bcb5696ca61627274881b2f6502 # v1.13.46
uses: fish-shop/workflows/.github/workflows/release-tags.yml@c55b3551f399958b0b2d5599c0b11f94d16d165f # v1.13.47
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install fish shell
uses: fish-shop/install-fish-shell@46c4d7fbdd79fc3ec97695c1e1705a8f791b17f3 # v2.1.2
uses: fish-shop/install-fish-shell@d4bf3f2f9a7f054ee44af9ac049ba0ccdcd4d775 # v2.1.3
- name: Create fish shell file with valid indentation
run: |
echo "\
Expand Down
Loading