Skip to content

Commit 1de62bc

Browse files
authored
Merge pull request #243 from fish-shop/dependabot/github_actions/version-updates-7509484d80
Bump the version-updates group with 8 updates
2 parents 7864656 + 331331c commit 1de62bc

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
name: CodeQL Analysis
1818
permissions:
1919
security-events: write
20-
uses: fish-shop/workflows/.github/workflows/codeql-analysis.yml@6c09f7fa34463f0fdc2f9142bad798419791ad66 # v1.13.44
20+
uses: fish-shop/workflows/.github/workflows/codeql-analysis.yml@bfb522e61fe334f89b9db20c5e4d749f70e1bccf # v1.13.45

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
name: Dependency Review
1212
permissions:
1313
pull-requests: write
14-
uses: fish-shop/workflows/.github/workflows/dependency-review.yml@6c09f7fa34463f0fdc2f9142bad798419791ad66 # v1.13.44
14+
uses: fish-shop/workflows/.github/workflows/dependency-review.yml@bfb522e61fe334f89b9db20c5e4d749f70e1bccf # v1.13.45

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
name: Gitleaks SAST scan
1515
permissions:
1616
pull-requests: write
17-
uses: fish-shop/workflows/.github/workflows/gitleaks.yml@6c09f7fa34463f0fdc2f9142bad798419791ad66 # v1.13.44
17+
uses: fish-shop/workflows/.github/workflows/gitleaks.yml@bfb522e61fe334f89b9db20c5e4d749f70e1bccf # v1.13.45
1818
secrets:
1919
gitleaks_license: ${secrets.GITLEAKS_LICENSE}

.github/workflows/markdown-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
name: Markdown Links Check
1212
permissions:
1313
pull-requests: write
14-
uses: fish-shop/workflows/.github/workflows/markdown-links.yml@6c09f7fa34463f0fdc2f9142bad798419791ad66 # v1.13.44
14+
uses: fish-shop/workflows/.github/workflows/markdown-links.yml@bfb522e61fe334f89b9db20c5e4d749f70e1bccf # v1.13.45

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
permissions:
1515
security-events: write # Needed to upload the results to code scanning dashboard
1616
id-token: write # Needed to publish results to OpenSSF API and get a badge
17-
uses: fish-shop/workflows/.github/workflows/openssf-scorecard.yml@6c09f7fa34463f0fdc2f9142bad798419791ad66 # v1.13.44
17+
uses: fish-shop/workflows/.github/workflows/openssf-scorecard.yml@bfb522e61fe334f89b9db20c5e4d749f70e1bccf # v1.13.45

.github/workflows/release-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
name: Release Tags
1212
permissions:
1313
contents: write
14-
uses: fish-shop/workflows/.github/workflows/release-tags.yml@6c09f7fa34463f0fdc2f9142bad798419791ad66 # v1.13.44
14+
uses: fish-shop/workflows/.github/workflows/release-tags.yml@bfb522e61fe334f89b9db20c5e4d749f70e1bccf # v1.13.45

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131
steps:
3232
- name: Harden runner
33-
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
33+
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
3434
with:
3535
egress-policy: audit
3636
- name: Checkout repository
3737
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3838
- name: Install fish shell
39-
uses: fish-shop/install-fish-shell@64afe83d5e3ffdd22ae43a811b9c376e0fe19568 # v2.0.445
39+
uses: fish-shop/install-fish-shell@3b9b2213d22b47bf119124905593b3c9ecaf6681 # v2.1.1
4040
- name: Create fish shell file with valid indentation
4141
run: |
4242
echo "\

0 commit comments

Comments
 (0)