File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
53
- uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
53
+ uses : github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
54
54
with :
55
55
languages : ${{ matrix.language }}
56
56
# If you wish to specify custom queries, you can do so here or in a config file.
60
60
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
61
61
# If this step fails, then you should remove it and run the build manually (see below)
62
62
- name : Autobuild
63
- uses : github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
63
+ uses : github/codeql-action/autobuild@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
64
64
65
65
# ℹ️ Command-line programs to run using the OS shell.
66
66
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
73
73
# ./location_of_script_within_repo/buildscript.sh
74
74
75
75
- name : Perform CodeQL Analysis
76
- uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
76
+ uses : github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
77
77
with :
78
78
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 23
23
with :
24
24
go-version : ' 1.22'
25
25
- run : " PATH=/usr/local/go/bin:$PATH make test-cover"
26
- - uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5 .0
26
+ - uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6 .0
27
27
env :
28
28
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
29
29
with :
Original file line number Diff line number Diff line change 18
18
- " "
19
19
- test
20
20
steps :
21
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
21
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4.2.0
22
22
23
23
- name : Calculate go version
24
24
id : vars
31
31
32
32
- name : Cache golangci-lint binary
33
33
id : golangci-cache
34
- uses : actions/cache@v3
34
+ uses : actions/cache@v4
35
35
with :
36
36
# Cache location used by golangci-lint-action
37
37
path : ~/.cache/golangci-lint
41
41
golangci-lint-
42
42
43
43
- name : golangci-lint
44
- uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # tag=v6.1.0
44
+ uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # tag=v6.1.1
45
45
with :
46
46
# update the version when updating golangci-lint
47
47
version : v1.60.2
Original file line number Diff line number Diff line change 29
29
fetch-depth : 0
30
30
- name : Get changed files
31
31
id : changed-markdown-files
32
- uses : tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # tag=v45.0.2
32
+ uses : tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # tag=v45.0.3
33
33
with :
34
34
files : CHANGELOG/**.md
35
35
- name : Get release version
Original file line number Diff line number Diff line change 71
71
72
72
# Upload the results to GitHub's code scanning dashboard.
73
73
- name : " Upload to code-scanning"
74
- uses : github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
74
+ uses : github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
75
75
with :
76
76
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments