File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
53+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
63+ uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
76+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
7777 with :
7878 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1919 egress-policy : audit
2020
2121 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
22+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
2323 with :
2424 go-version : ' 1.22'
2525 - run : " PATH=/usr/local/go/bin:$PATH make test-cover"
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 with :
2525 egress-policy : audit
2626 - name : Set up Go 1.x
27- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
27+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
2828 with :
2929 go-version : ' 1.22'
3030 id : go
3131 - name : Check out code into the Go module directory
3232 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # tag=v4.2.2
33+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag=v4.2.3
3434 name : Restore go cache
3535 with :
3636 path : |
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626
2727 - name : Set up Go
28- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
28+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
2929 with :
3030 go-version : ${{ steps.vars.outputs.go_version }}
3131
3232 - name : golangci-lint
33- uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # tag=v6.5.1
33+ uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # tag=v6.5.2
3434 with :
3535 # update the version when updating golangci-lint
3636 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@531f5f7d163941f0c1c04e0ff4d8bb243ac4366f # tag=v45.0.7
32+ uses : tj-actions/changed-files@27ae6b33eaed7bf87272fdeb9f1c54f9facc9d99 # tag=v45.0.7
3333 with :
3434 files : CHANGELOG/**.md
3535 - name : Get release version
@@ -107,7 +107,7 @@ jobs:
107107 - name : Calculate go version
108108 run : echo "go_version=$(make go-version)" >> $GITHUB_ENV
109109 - name : Set up Go
110- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
110+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
111111 with :
112112 go-version : ${{ env.go_version }}
113113 - name : generate release artifacts
Original file line number Diff line number Diff line change 2020 - name : Check out code
2121 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
2222 - name : Setup go
23- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
23+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
2424 with :
2525 go-version : 1.22
2626 - name : Run verify container script
Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ jobs:
6363 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464 # format to the repository Actions tab.
6565 - name : " Upload artifact"
66- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
66+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6767 with :
6868 name : SARIF file
6969 path : results.sarif
7070 retention-days : 5
7171
7272 # Upload the results to GitHub's code scanning dashboard.
7373 - name : " Upload to code-scanning"
74- uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
74+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
7575 with :
7676 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments