Skip to content

Commit da97e9f

Browse files
author
openshift-pipelines-bot
committed
[bot] Update release-v1.21.x from tektoncd-catalog/git-clone to a2dd814
$ git diff --stat a2dd814..5df1573 .github/workflows/build.yaml | 2 +- .github/workflows/release.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) https://github.com/tektoncd-catalog/git-clone/compare/a2dd81492d93730eb5ce60564ee0e8f87ae4c84c..5df1573ceb240f9cb31bde0ccf6bc964c9488e94
1 parent 73fbd43 commit da97e9f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5df1573ceb240f9cb31bde0ccf6bc964c9488e94
1+
a2dd81492d93730eb5ce60564ee0e8f87ae4c84c

upstream/.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
23+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2424
with:
2525
go-version-file: "image/git-init/go.mod"
2626
cache-dependency-path: "image/git-init/go.sum"

upstream/.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- run: git fetch --prune --unshallow
3232

33-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
33+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3434
with:
3535
go-version-file: "image/git-init/go.mod"
3636
cache-dependency-path: "image/git-init/go.sum"
@@ -40,13 +40,13 @@ jobs:
4040

4141
- uses: imjasonh/setup-crane@6da1ae018866400525525ce74ff892880c099987 # v0.5
4242

43-
- uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
43+
- uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
4444

4545
- name: Set tag output
4646
id: tag
4747
run: echo "tag_name=${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT"
4848

49-
- uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
49+
- uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
5050
id: run-goreleaser
5151
with:
5252
version: latest

0 commit comments

Comments
 (0)