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:
2525
2626 steps :
2727 - name : Checkout code
28- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
28+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
3030 # Initializes the CodeQL tools for scanning.
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
32+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
3333 with :
3434 languages : ${{ matrix.language }}
3535 # 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
4040 run : go build ./...
4141
4242 - name : Perform CodeQL Analysis
43- uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
43+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
4444 with :
4545 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -10,14 +10,15 @@ jobs:
1010 test :
1111 strategy :
1212 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]
1414 platform : [ubuntu-latest, macos-latest, windows-latest]
1515 runs-on : ${{ matrix.platform }}
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
1920 - name : Install Go
20- uses : actions/setup-go@v5
21+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2122 with :
2223 go-version : ${{ matrix.go-version }}
2324
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 test :
1212 strategy :
1313 matrix :
14- go-version : [1.22 .x,1.23 .x]
14+ go-version : [1.23 .x,1.24 .x]
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
2020 - name : Install Go
21- uses : actions/setup-go@v5
21+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2222 with :
2323 go-version : ${{ matrix.go-version }}
2424
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ GOCMD = go
33GOTEST = $(GOCMD ) test
44WASIRUN_WRAPPER := $(CURDIR ) /scripts/wasirun-wrapper
55
6- GOLANGCI_VERSION ?= v1.63.4
6+ GOLANGCI_VERSION ?= v1.64.5
77TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools)
88
99GOLANGCI = $(TOOLS_BIN ) /golangci-lint-$(GOLANGCI_VERSION )
Original file line number Diff line number Diff line change 11module github.com/go-git/go-billy/v6
22
33// go-git supports the last 3 stable Go versions.
4- go 1.21
4+ go 1.22
55
66require (
77 github.com/cyphar/filepath-securejoin v0.4.1
You can’t perform that action at this time.
0 commit comments