File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104
105105 - name : Build image
106106 id : publish
107- uses : docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
107+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
108108 with :
109109 builder : ${{ steps.buildx.outputs.name }}
110110 context : .
Original file line number Diff line number Diff line change 4141 - name : Sign release
4242 id : gpgsign
4343 if : startsWith(github.ref, 'refs/tags/')
44- uses : cbrgm/pgp-sign-artifact-action@v1
44+ uses : cbrgm/pgp-sign-artifact-action@19c64cf0078eb0ae818a8bd8ee925229f90d65db # v1.0.1
4545 with :
4646 private_key : ${{ secrets.GNUPG_KEY }}
4747 passphrase : ${{ secrets.GNUPG_PASSWORD }}
5858 token : ${{ secrets.BOT_PAT_TOKEN }}
5959
6060 - name : Update version tags
61- uses : cbrgm/semver-tag-sync-action@v1
61+ uses : cbrgm/semver-tag-sync-action@df8221add71d981abcbbc28856531a4b0c0b906b # v1.0.1
6262 if : startsWith(github.ref, 'refs/tags/v')
6363
6464...
Original file line number Diff line number Diff line change 2727
2828 - name : Send Mastodon Status on new release
2929 id : mastodon
30- uses : cbrgm/mastodon-github-action@a4eea3d4ca4a297b4221c4f56500dc0e175824ce # v2.1.24
30+ uses : cbrgm/mastodon-github-action@845250b56b82d94e26bf23984d5e0cf5ced6d18f # v2.1.25
3131 if : ${{ !github.event.repository.private }}
3232 with :
3333 access-token : ${{ secrets.MASTODON_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 1313 label-issues :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
16+ - uses : actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
1717 name : Setting issue as idle
1818 with :
1919 repo-token : ' ${{ secrets.GITHUB_TOKEN }}'
2424 operations-per-run : 100
2525 exempt-issue-labels : backlog
2626
27- - uses : actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
27+ - uses : actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
2828 name : Setting PR as idle
2929 with :
3030 repo-token : ' ${{ secrets.GITHUB_TOKEN }}'
You can’t perform that action at this time.
0 commit comments