File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 47
47
with :
48
48
egress-policy : audit
49
49
50
+ - uses : octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0
51
+ id : octo-sts
52
+ with :
53
+ scope : ${{ github.repository }}
54
+ identity : release
55
+
50
56
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57
+ with :
58
+ fetch-depth : 0 # fetch all history for all tags and branches
59
+ token : ${{ steps.octo-sts.outputs.token }}
51
60
52
61
- name : Check if any changes since last tag
53
62
id : check
61
70
echo "bump=no" >> "$GITHUB_OUTPUT"
62
71
fi
63
72
64
- - uses : octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0
65
- id : octo-sts
66
- with :
67
- scope : ${{ github.repository }}
68
- identity : release
69
-
70
73
- name : Bump and push Git tag
71
74
uses : chainguard-dev/actions/git-tag@f309c81b34d59c103f5b86a2e55a2a647dc8b40a # v1.0.1
72
75
if : steps.check.outputs.bump == 'yes'
You can’t perform that action at this time.
0 commit comments