File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
53
+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
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.
61
61
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
62
62
# If this step fails, then you should remove it and run the build manually (see below)
63
63
- name : Autobuild
64
- uses : github/codeql-action/autobuild@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
64
+ uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
65
65
66
66
# ℹ️ Command-line programs to run using the OS shell.
67
67
# 📚 https://git.io/JvXDl
75
75
# make release
76
76
77
77
- name : Perform CodeQL Analysis
78
- uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
78
+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
Original file line number Diff line number Diff line change 33
33
run : sudo apt-get update && sudo apt-get -y install libsnmp-dev
34
34
if : github.repository == 'prometheus/snmp_exporter'
35
35
- name : Lint
36
- uses : golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2 .0
36
+ uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5 .0
37
37
with :
38
38
args : --verbose
39
39
version : v1.63.4
Original file line number Diff line number Diff line change 34
34
persist-credentials : false
35
35
36
36
- name : " Run analysis"
37
- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
37
+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
38
38
with :
39
39
results_file : results.sarif
40
40
results_format : sarif
@@ -43,14 +43,14 @@ jobs:
43
43
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
44
44
# format to the repository Actions tab.
45
45
- name : " Upload artifact"
46
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
46
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
47
47
with :
48
48
name : SARIF file
49
49
path : results.sarif
50
50
retention-days : 5
51
51
52
52
# Upload the results to GitHub's code scanning dashboard.
53
53
- name : " Upload to code-scanning"
54
- uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
54
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
55
55
with :
56
56
sarif_file : results.sarif
Original file line number Diff line number Diff line change 22
22
# no pull request will be created and the action exits silently.
23
23
- name : Create a Pull Request
24
24
if : github.event_name != 'pull_request'
25
- uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
25
+ uses : peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
26
26
with :
27
27
token : ${{ secrets.GITHUB_TOKEN }}
28
28
commit-message : " Update Go Collector metrics for new Go version"
You can’t perform that action at this time.
0 commit comments