File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ jobs:
2020 GOBIN : /home/runner/work/open-feature/go-sdk-contrib/bin
2121 steps :
2222 - name : Install Go
23- uses : actions/setup-go@v4
23+ uses : actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # v4
2424 with :
2525 go-version : ${{ env.GO_VERSION }}
2626 - name : Checkout repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828 - name : Setup Environment
2929 run : |
3030 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
3131 echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
3232 - name : Module cache
33- uses : actions/cache@v4
33+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3434 env :
3535 cache-name : go-mod-cache
3636 with :
@@ -45,19 +45,19 @@ jobs:
4545 runs-on : ubuntu-latest
4646 steps :
4747 - name : Install Go
48- uses : actions/setup-go@v4
48+ uses : actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # v4
4949 with :
5050 go-version : ${{ env.GO_VERSION }}
5151 - name : Checkout repository
52- uses : actions/checkout@v4
52+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5353 with :
5454 submodules : recursive
5555 - name : Setup Environment
5656 run : |
5757 echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
5858 echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
5959 - name : Module cache
60- uses : actions/cache@v4
60+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6161 env :
6262 cache-name : go-mod-cache
6363 with :
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 name : Validate PR title
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : amannn/action-semantic-pull-request@v5
15+ - uses : amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5
1616 id : lint_pr_title
1717 env :
1818 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1919
20- - uses : marocchino/sticky-pull-request-comment@v2
20+ - uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
2121 # When the previous steps fails, the workflow would stop. By adding this
2222 # condition you can continue the execution with the populated error message.
2323 if : always() && (steps.lint_pr_title.outputs.error_message != null)
3434 ```
3535 # Delete a previous comment when the issue has been resolved
3636 - if : ${{ steps.lint_pr_title.outputs.error_message == null }}
37- uses : marocchino/sticky-pull-request-comment@v2
37+ uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
3838 with :
3939 header : pr-title-lint-error
4040 delete : true
Original file line number Diff line number Diff line change 99 release-please :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : googleapis/release-please-action@v3
12+ - uses : googleapis/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3
1313 id : release
1414 with :
1515 command : manifest
@@ -31,14 +31,14 @@ jobs:
3131 TAG : ${{ fromJSON(needs.release-please.outputs.all)[format('{0}--tag_name', matrix.release)] }}
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@v4
34+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3535 - name : Set up Go
36- uses : actions/setup-go@v4
36+ uses : actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # v4
3737 with :
3838 go-version : ${{ env.GO_VERSION }}
3939 # Create SBOM
4040 - name : Generate SBOM
41- uses : CycloneDX/gh-gomod-generate-sbom@v2
41+ uses : CycloneDX/gh-gomod-generate-sbom@efc74245d6802c8cefd925620515442756c70d8f # v2
4242 with :
4343 version : v1
4444 args : mod -licenses -json -output bom.json ${{ matrix.release }}
You can’t perform that action at this time.
0 commit comments