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@4238421316c33d73aeea2801274dd286f157c2bb # v2.1.32
47
+ uses : github/codeql-action/init@678fc3afe258fb2e0cdc165ccf77b85719de7b3c # v2.1.33
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@4238421316c33d73aeea2801274dd286f157c2bb # v2.1.32
58
+ uses : github/codeql-action/autobuild@678fc3afe258fb2e0cdc165ccf77b85719de7b3c # v2.1.33
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@4238421316c33d73aeea2801274dd286f157c2bb # v2.1.32
71
+ uses : github/codeql-action/analyze@678fc3afe258fb2e0cdc165ccf77b85719de7b3c # v2.1.33
Original file line number Diff line number Diff line change 36
36
actions : read # For the detection of GitHub Actions environment.
37
37
id-token : write # For signing.
38
38
contents : write # For asset uploads.
39
- uses : slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.2.2
39
+ uses : slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.3.0
40
40
with :
41
41
go-version : 1.18
42
42
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@4238421316c33d73aeea2801274dd286f157c2bb # v2.1.32
60
+ uses : github/codeql-action/upload-sarif@678fc3afe258fb2e0cdc165ccf77b85719de7b3c # v2.1.33
61
61
with :
62
62
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments