Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@

- id: docker_meta
name: Docker Metadata
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Xodium CI/CD' step
Uses Step: docker_meta
uses 'docker/metadata-action' with ref 'v6', not a pinned commit hash
with:
images: ghcr.io/${{ github.repository_owner }}/streamocracy
tags: |
Expand Down
Loading