Skip to content

Commit

Permalink
chore(deps): update docker/metadata-action action to v5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent 6e18ed8 commit a36f825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:

- name: Extract am metadata (tags, labels) for Docker
id: am-metadata
uses: docker/metadata-action@v5.3.0
uses: docker/metadata-action@v5.6.1

Check warning

Code scanning / Semgrep (reported by Codacy)

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
with:
images: ${{ env.REGISTRY }}/${{ env.APP_IMAGE_NAME }}

- name: Extract rsyslog metadata (tags, labels) for Docker
id: rsyslog-metadata
uses: docker/metadata-action@v5.3.0
uses: docker/metadata-action@v5.6.1

Check warning

Code scanning / Semgrep (reported by Codacy)

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
with:
images: ${{ env.REGISTRY }}/${{ env.APP_IMAGE_NAME }}-rsyslog

Expand Down

0 comments on commit a36f825

Please sign in to comment.