File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
32
+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
33
33
with :
34
34
languages : ${{ matrix.language }}
35
35
36
36
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
37
37
# If this step fails, then you should remove it and run the build manually (see below)
38
38
- name : Autobuild
39
- uses : github/codeql-action/autobuild@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
39
+ uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
40
40
41
41
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
42
42
# and modify them (or add more) to build your code if your project
47
47
# make release
48
48
49
49
- name : Perform CodeQL Analysis
50
- uses : github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
50
+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
11
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
12
12
with :
13
13
go-version-file : ' ${{ github.workspace }}/go.mod'
14
14
check-latest : true
Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ jobs:
31
31
with :
32
32
fetch-depth : 0
33
33
- name : Set up Go
34
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
34
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
35
35
with :
36
36
go-version-file : ' ${{ github.workspace }}/go.mod'
37
37
check-latest : true
38
38
cache : false
39
39
- name : Build binaries
40
40
run : make build-release
41
41
- name : Store flintlock binaries
42
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
42
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
43
43
with :
44
44
name : flintlock-binaries
45
45
path : bin/*
60
60
name : flintlock-binaries
61
61
path : bin
62
62
- name : Release
63
- uses : softprops/action-gh-release@51cfd90a6d81cfe329568f851fe2236ab4416d17 # v2.2.0
63
+ uses : softprops/action-gh-release@a92196038060e0c673cf3ba5b98710dd716731df # v2.2.0
64
64
with :
65
65
prerelease : false
66
66
draft : true
Original file line number Diff line number Diff line change 12
12
pull-requests : write
13
13
14
14
steps :
15
- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0 .0
15
+ - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1 .0
16
16
with :
17
17
repo-token : ${{ secrets.GITHUB_TOKEN }}
18
18
days-before-issue-stale : 180
Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
with :
16
16
fetch-depth : 0
17
- - uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
17
+ - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
18
18
with :
19
19
node-version : 22
20
20
cache : yarn
Original file line number Diff line number Diff line change 9
9
steps :
10
10
- uses : yitsushi/devmapper-containerd-action@bfb86f4fe3121aeb8a1b06601b3f07d064665204 # v1.0.1
11
11
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
12
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
13
13
with :
14
14
go-version-file : ' ${{ github.workspace }}/go.mod'
15
15
check-latest : true
You can’t perform that action at this time.
0 commit comments