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@dbb049abf0d677abbd7f7eee0375145b417fdd34 # v2.2 .0
19+ uses : dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7 # v2.3 .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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
53+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
64+ uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
78+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
Original file line number Diff line number Diff line change 4545 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646
4747 - name : Set up Go ${{ matrix.go_version }}
48- uses : actions/setup-go@v5.0.2
48+ uses : actions/setup-go@v5.3.0
4949 with :
5050 go-version : ${{ matrix.go_version }}
5151
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@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
29+ uses : actions/setup-go@5a083d0e9a84784eb32078397cf5459adecb4c40 # v5.2.0
3030 with :
3131 go-version : 1.23.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@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
36+ uses : golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
3737 with :
3838 args : --verbose
3939 version : v1.63.4
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ jobs:
4343 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4444 # format to the repository Actions tab.
4545 - name : " Upload artifact"
46- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
46+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
4747 with :
4848 name : SARIF file
4949 path : results.sarif
5050 retention-days : 5
5151
5252 # Upload the results to GitHub's code scanning dashboard.
5353 - name : " Upload to code-scanning"
54- uses : github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
54+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
5555 with :
5656 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments