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 5050
5151 # Initializes the CodeQL tools for scanning.
5252 - name : Initialize CodeQL
53- uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
53+ uses : github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
5454 with :
5555 languages : ${{ matrix.language }}
5656 # If you wish to specify custom queries, you can do so here or in a config file.
6060 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6161 # If this step fails, then you should remove it and run the build manually (see below)
6262 - name : Autobuild
63- uses : github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
63+ uses : github/codeql-action/autobuild@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
6464
6565 # ℹ️ Command-line programs to run using the OS shell.
6666 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7373 # ./location_of_script_within_repo/buildscript.sh
7474
7575 - name : Perform CodeQL Analysis
76- uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
76+ uses : github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
7777 with :
7878 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2323 with :
2424 go-version : ' 1.22'
2525 - run : " PATH=/usr/local/go/bin:$PATH make test-cover"
26- - uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5 .0
26+ - uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6 .0
2727 env :
2828 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
2929 with :
Original file line number Diff line number Diff line change 1818 - " "
1919 - test
2020 steps :
21- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
21+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4.2.0
2222
2323 - name : Calculate go version
2424 id : vars
3131
3232 - name : Cache golangci-lint binary
3333 id : golangci-cache
34- uses : actions/cache@v3
34+ uses : actions/cache@v4
3535 with :
3636 # Cache location used by golangci-lint-action
3737 path : ~/.cache/golangci-lint
4141 golangci-lint-
4242
4343 - name : golangci-lint
44- uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # tag=v6.1.0
44+ uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # tag=v6.1.1
4545 with :
4646 # update the version when updating golangci-lint
4747 version : v1.60.2
Original file line number Diff line number Diff line change 2929 fetch-depth : 0
3030 - name : Get changed files
3131 id : changed-markdown-files
32- uses : tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # tag=v45.0.2
32+ uses : tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # tag=v45.0.3
3333 with :
3434 files : CHANGELOG/**.md
3535 - name : Get release version
Original file line number Diff line number Diff line change 7171
7272 # Upload the results to GitHub's code scanning dashboard.
7373 - name : " Upload to code-scanning"
74- uses : github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
74+ uses : github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
7575 with :
7676 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments