mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
chore(workflow): remove --locked arg on codeql
This commit is contained in:
parent
4ad07377f2
commit
d6fe78f0e6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build
|
||||
run: cargo build --release --locked
|
||||
run: cargo build --release
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue