mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
pinning dependencies for FMA workflow yml (#31743)
Resolving https://github.com/fleetdm/fleet/security/code-scanning/1422 https://github.com/fleetdm/fleet/security/code-scanning/1421 https://github.com/fleetdm/fleet/security/code-scanning/1420 https://github.com/fleetdm/fleet/security/code-scanning/1419 - [x] QA'd all new/changed functionality manually
This commit is contained in:
parent
9fe423cecb
commit
54823b0b9d
2 changed files with 4 additions and 4 deletions
4
.github/workflows/test-fma-darwin.yml
vendored
4
.github/workflows/test-fma-darwin.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout Fleet
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
repository: fleetdm/fleet
|
||||
fetch-depth: 1
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
path: fleet
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
|
||||
with:
|
||||
go-version-file: 'fleet/go.mod'
|
||||
|
||||
|
|
|
|||
4
.github/workflows/test-fma-windows.yml
vendored
4
.github/workflows/test-fma-windows.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout Fleet
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
repository: fleetdm/fleet
|
||||
fetch-depth: 1
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
path: fleet
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
|
||||
with:
|
||||
go-version-file: 'fleet/go.mod'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue