Update GitHub Actions workflows

- Pin to full -length commit hash
- Add master alongside main
This commit is contained in:
2025-10-31 07:39:34 -05:00
parent bb964445f3
commit feeaa72102
7 changed files with 34 additions and 31 deletions

View File

@@ -2,9 +2,9 @@ name: Performance Monitor
on:
push:
branches: [ main ]
branches: [ main, master ]
pull_request:
branches: [ main ]
branches: [ main, master ]
workflow_dispatch:
jobs:
@@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version: '1.25'