Skip to content
Merged
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/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

- id: build_and_push
name: Build and Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v7

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Xodium CI/CD - Docker' step
Uses Step: build_and_push
uses 'docker/build-push-action' with ref 'v7', not a pinned commit hash
with:
context: .
push: true
Expand Down
Loading