[READ-ONLY] Mirror of https://github.com/jmrplens/ShellFish-Widgets. Bash scripts to send information from the server to the widget.
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump step-security/harden-runner from 2.9.1 to 2.10.2

Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.9.1 to 2.10.2.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](https://github.com/step-security/harden-runner/compare/5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde...0080882f6c36860b6ba35c610c98ce87d4e2f26f)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
(Nov 19, 2024, 4:32 AM UTC) 13a94beb 7e4eb4cc

+3 -3
+1 -1
.github/workflows/codacy.yml
··· 36 36 steps: 37 37 # Checkout the repository to the GitHub Actions runner 38 38 - name: Harden Runner 39 - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 39 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 40 40 with: 41 41 egress-policy: audit 42 42
+1 -1
.github/workflows/dependency-review.yml
··· 17 17 runs-on: ubuntu-latest 18 18 steps: 19 19 - name: Harden Runner 20 - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 20 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 21 21 with: 22 22 egress-policy: audit 23 23
+1 -1
.github/workflows/scorecard.yml
··· 32 32 33 33 steps: 34 34 - name: Harden Runner 35 - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 35 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 36 36 with: 37 37 egress-policy: audit 38 38