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 1616 steps :
1717 - name : Dependabot metadata
1818 id : metadata
19- uses : dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7 # v2.3 .0
19+ uses : dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2.4 .0
2020 with :
2121 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2222 - name : Enable auto-merge for Dependabot PRs
Original file line number Diff line number Diff line change 5050
5151 # Initializes the CodeQL tools for scanning.
5252 - name : Initialize CodeQL
53- uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
53+ uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
5454 with :
5555 languages : ${{ matrix.language }}
5656 # If you wish to specify custom queries, you can do so here or in a config file.
6161 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6262 # If this step fails, then you should remove it and run the build manually (see below)
6363 - name : Autobuild
64- uses : github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
64+ uses : github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
6565
6666 # ℹ️ Command-line programs to run using the OS shell.
6767 # 📚 https://git.io/JvXDl
7575 # make release
7676
7777 - name : Perform CodeQL Analysis
78- uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
78+ uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
Original file line number Diff line number Diff line change 5252 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5353
5454 - name : Set up Go ${{ matrix.go_version }}
55- uses : actions/setup-go@v5.4 .0
55+ uses : actions/setup-go@v5.5 .0
5656 with :
5757 go-version : ${{ matrix.go_version }}
5858 check-latest : true
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
2626 - name : Checkout repository
2727 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828 - name : Install Go
29- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
29+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
3030 with :
3131 go-version : 1.24.x
3232 - name : Install snmp_exporter/generator dependencies
3333 run : sudo apt-get update && sudo apt-get -y install libsnmp-dev
3434 if : github.repository == 'prometheus/snmp_exporter'
3535 - name : Lint
36- uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7 .0.0
36+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 .0.0
3737 with :
3838 args : --verbose
3939 version : v2.1.5
Original file line number Diff line number Diff line change 3434 persist-credentials : false
3535
3636 - name : " Run analysis"
37- uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
37+ uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
3838 with :
3939 results_file : results.sarif
4040 results_format : sarif
5151
5252 # Upload the results to GitHub's code scanning dashboard.
5353 - name : " Upload to code-scanning"
54- uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
54+ uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
5555 with :
5656 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments