|
|
@@ -22,13 +22,13 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
|
|
|
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
ref: ${{ github.event.inputs.source_ref }}
|
|
|
|
|
|
- name: Create Release
|
|
|
- uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
|
|
|
+ uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
|
|
|
with:
|
|
|
tag_name: ${{ github.event.inputs.version }}
|
|
|
target_commitish: ${{ github.event.inputs.source_ref }}
|
|
|
@@ -71,7 +71,7 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
|
|
|
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
@@ -86,7 +86,7 @@ jobs:
|
|
|
run: go mod download
|
|
|
|
|
|
- name: Login to Docker
|
|
|
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
|
|
|
+ uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
|
|
|
with:
|
|
|
registry: ghcr.io
|
|
|
username: ${{ secrets.GHCR_USERNAME }}
|
|
|
@@ -113,7 +113,7 @@ jobs:
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
- name: Update Release
|
|
|
- uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
|
|
|
+ uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
|
|
|
with:
|
|
|
tag_name: ${{ github.event.inputs.version }}
|
|
|
files: |
|