File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
26
26
steps :
27
27
- name : Checkout code
28
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
28
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
32
+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
33
33
with :
34
34
languages : ${{ matrix.language }}
35
35
# xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
40
40
run : go build ./...
41
41
42
42
- name : Perform CodeQL Analysis
43
- uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
43
+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
44
44
with :
45
45
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -10,14 +10,15 @@ jobs:
10
10
test :
11
11
strategy :
12
12
matrix :
13
- go-version : [1.21 .x,1.22 .x,1.23 .x]
13
+ go-version : [1.22 .x,1.23 .x,1.24 .x]
14
14
platform : [ubuntu-latest, macos-latest, windows-latest]
15
15
runs-on : ${{ matrix.platform }}
16
16
steps :
17
17
- name : Checkout code
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
+
19
20
- name : Install Go
20
- uses : actions/setup-go@v5
21
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
21
22
with :
22
23
go-version : ${{ matrix.go-version }}
23
24
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
test :
12
12
strategy :
13
13
matrix :
14
- go-version : [1.22 .x,1.23 .x]
14
+ go-version : [1.23 .x,1.24 .x]
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout code
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
20
20
- name : Install Go
21
- uses : actions/setup-go@v5
21
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
22
22
with :
23
23
go-version : ${{ matrix.go-version }}
24
24
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ GOCMD = go
3
3
GOTEST = $(GOCMD ) test
4
4
WASIRUN_WRAPPER := $(CURDIR ) /scripts/wasirun-wrapper
5
5
6
- GOLANGCI_VERSION ?= v1.63.4
6
+ GOLANGCI_VERSION ?= v1.64.5
7
7
TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools)
8
8
9
9
GOLANGCI = $(TOOLS_BIN ) /golangci-lint-$(GOLANGCI_VERSION )
Original file line number Diff line number Diff line change 1
1
module github.com/go-git/go-billy/v6
2
2
3
3
// go-git supports the last 3 stable Go versions.
4
- go 1.21
4
+ go 1.22
5
5
6
6
require (
7
7
github.com/cyphar/filepath-securejoin v0.4.1
You can’t perform that action at this time.
0 commit comments