This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork0
chore: bump actions/setup-go from 5.5.0 to 6.1.0#258
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| name:Security Hardening | |
| on: | |
| push: | |
| branches-ignore: | |
| -'dependabot/**' | |
| paths-ignore: | |
| -'**/*.md' | |
| -'**/*.cff' | |
| pull_request: | |
| branches: | |
| -'**' | |
| paths-ignore: | |
| -'**/*.md' | |
| -'**/*.cff' | |
| concurrency: | |
| group:${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress:true | |
| permissions:read-all | |
| jobs: | |
| security-hardening: | |
| name:Harden Security | |
| runs-on:ubuntu-latest | |
| steps: | |
| -name:Checkout the Repository | |
| uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4.2.2 | |
| -name:Ensure SHA Pinned Actions | |
| uses:zgosalvez/github-actions-ensure-sha-pinned-actions@fc87bb5b5a97953d987372e74478de634726b3e5# v3.0.25 |