Skip to content

Commit 3cf26a2

Browse files
Bug/SBOM action notfound (#63)
* Use currently latest version * Update other actions to versions compatible with Node 24
1 parent 20fe716 commit 3cf26a2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Log in to the Container registry
26-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
26+
uses: docker/login-action@v3
2727
with:
2828
registry: ${{ env.REGISTRY }}
2929
username: ${{ github.actor }}
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Extract metadata (tags, labels) for Docker
3939
id: metaApi
40-
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
40+
uses: docker/metadata-action@v5
4141
with:
4242
images: ${{ env.REGISTRY }}/thomasneuberger/tghomebot-api
4343
tags: |
@@ -47,7 +47,7 @@ jobs:
4747
4848
# https://github.com/docker/build-push-action#inputs
4949
- name: Build and push Docker image
50-
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
50+
uses: docker/build-push-action@v6
5151
with:
5252
context: .
5353
file: ./TgHomeBot.Api/Dockerfile
@@ -56,7 +56,7 @@ jobs:
5656
labels: ${{ steps.metaApi.outputs.labels }}
5757

5858
- name: Generate SBOM
59-
uses: anchore/sbom-action@0c39f226e1aa89d60625e475bb6270a458861361
59+
uses: anchore/sbom-action@v0.24.0
6060
with:
6161
image: ${{ env.REGISTRY }}/thomasneuberger/tghomebot-api:${{ steps.imageTag.outputs.tag }}
6262
artifact-name: sbom-${{ steps.imageTag.outputs.tag }}.spdx.json

0 commit comments

Comments
 (0)