File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
47
- uses : github/codeql-action/init@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16
47
+ uses : github/codeql-action/init@0c670bbf0414f39666df6ce8e718ec5662c21e03 # tag=v2.1.17
48
48
with :
49
49
languages : ${{ matrix.language }}
50
50
# 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@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16
58
+ uses : github/codeql-action/autobuild@0c670bbf0414f39666df6ce8e718ec5662c21e03 # tag=v2.1.17
59
59
# ℹ️ Command-line programs to run using the OS shell.
60
60
# 📚 https://git.io/JvXDl
61
61
68
68
# make release
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16
71
+ uses : github/codeql-action/analyze@0c670bbf0414f39666df6ce8e718ec5662c21e03 # tag=v2.1.17
Original file line number Diff line number Diff line change 15
15
actions : read # For the detection of GitHub Actions environment.
16
16
id-token : write # For signing.
17
17
contents : write # For asset uploads.
18
- uses : slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.1.1
18
+ uses : slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.2.0
19
19
with :
20
20
go-version : 1.18
21
21
config-file : .github/config-release.yml
Original file line number Diff line number Diff line change 57
57
58
58
# Upload the results to GitHub's code scanning dashboard.
59
59
- name : " Upload to code-scanning"
60
- uses : github/codeql-action/upload-sarif@f7b6c0021b777684992d895a563fc3a0e425783a # tag=v1.1.16
60
+ uses : github/codeql-action/upload-sarif@5207709e29268462bb43351e7cf1330c8a50969a # tag=v1.1.17
61
61
with :
62
62
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments