File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 - uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
153153 - name : Run GoReleaser
154154 id : run-goreleaser
155- uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3 .0
155+ uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4 .0
156156 with :
157157 distribution : goreleaser
158158 version : " ~> v2"
Original file line number Diff line number Diff line change 4848 go-version-file : go.mod
4949 # Initializes the CodeQL tools for scanning.
5050 - name : Initialize CodeQL
51- uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
51+ uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
5252 with :
5353 languages : ${{ matrix.language }}
5454 # If you wish to specify custom queries, you can do so here or in a config file.
5959 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6060 # If this step fails, then you should remove it and run the build manually (see below)
6161 - name : Autobuild
62- uses : github/codeql-action/autobuild@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
62+ uses : github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
6363
6464 # ℹ️ Command-line programs to run using the OS shell.
6565 # 📚 https://git.io/JvXDl
7373 # make release
7474
7575 - name : Perform CodeQL Analysis
76- uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
76+ uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
Original file line number Diff line number Diff line change 4141 password : ${{ secrets.GITHUB_TOKEN }}
4242 - name : Run GoReleaser
4343 id : run-goreleaser
44- uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3 .0
44+ uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4 .0
4545 with :
4646 distribution : goreleaser
4747 version : " ~> v2"
Original file line number Diff line number Diff line change 5151 fi
5252 - name : Run GoReleaser
5353 id : run-goreleaser
54- uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3 .0
54+ uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4 .0
5555 with :
5656 distribution : goreleaser
5757 version : " ~> v2"
Original file line number Diff line number Diff line change 3030 name : Validate PR title
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : amannn/action-semantic-pull-request@fdd4d3ddf614fbcd8c29e4b106d3bbe0cb2c605d # v6.0 .1
33+ - uses : amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1 .1
3434 env :
3535 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 6868
6969 # Upload the results to GitHub's code scanning dashboard.
7070 - name : " Upload to code-scanning"
71- uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
71+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
7272 with :
7373 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2929 TEST_ACCEPTANCE : true
3030 run : ./scripts/run_tests.sh
3131 - name : Upload coverage to Codecov
32- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
32+ uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
3333 with :
3434 token : ${{ inputs.codecov_token }}
3535 fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments