mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
ci(linters): update Go and Node versions (#1700)
This commit is contained in:
parent
d380c0b178
commit
c3530ac8af
3 changed files with 15 additions and 4 deletions
8
.github/workflows/codeql.yml
vendored
8
.github/workflows/codeql.yml
vendored
|
@ -20,6 +20,10 @@ on:
|
|||
schedule:
|
||||
- cron: '20 13 * * 6'
|
||||
|
||||
env:
|
||||
GO_VERSION: '1.23.0'
|
||||
NODE_VERSION: '20.17.0'
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
|
@ -51,7 +55,7 @@ jobs:
|
|||
- name: Set up Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18.17.0'
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
|
||||
- name: Set up corepack
|
||||
run: corepack enable
|
||||
|
@ -70,7 +74,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.22.0'
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
cache: true
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue