File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
48
- uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
48
+ uses : github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
49
49
with :
50
50
languages : ${{ matrix.language }}
51
51
# If you wish to specify custom queries, you can do so here or in a config file.
55
55
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
56
56
# If this step fails, then you should remove it and run the build manually (see below)
57
57
- name : Autobuild
58
- uses : github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
58
+ uses : github/codeql-action/autobuild@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
59
59
60
60
# ℹ️ Command-line programs to run using the OS shell.
61
61
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
68
68
# ./location_of_script_within_repo/buildscript.sh
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
71
+ uses : github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
72
72
with :
73
73
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 18
18
GO111MODULE : auto
19
19
steps :
20
20
- name : Build
21
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
21
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
22
22
with :
23
23
go-version : ' 1.22.x'
24
24
43
43
GO111MODULE : auto
44
44
steps :
45
45
- name : Build
46
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
46
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
47
47
with :
48
48
go-version : ' 1.21.x'
49
49
Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ jobs:
58
58
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
59
59
# format to the repository Actions tab.
60
60
- name : " Upload artifact"
61
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
61
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
62
62
with :
63
63
name : SARIF file
64
64
path : results.sarif
65
65
retention-days : 5
66
66
67
67
# Upload the results to GitHub's code scanning dashboard.
68
68
- name : " Upload to code-scanning"
69
- uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
69
+ uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
70
70
with :
71
71
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments