Skip to content

Commit 5d8bc2a

Browse files
ci(tools): update build tools (#218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a77088 commit 5d8bc2a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: .

.github/workflows/go-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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 }}
@@ -58,7 +58,7 @@ jobs:
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
...

.github/workflows/notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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 }}

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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 }}'
@@ -24,7 +24,7 @@ jobs:
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 }}'

0 commit comments

Comments
 (0)