Skip to content
Open
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/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
${{ runner.os }}-buildx-

- name: Build and push Docker image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7

Check warning on line 65 in .github/workflows/main.yml

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

.github/workflows/main.yml#L65

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:
context: .
file: Dockerfile
Expand Down