Skip to content
Merged
Show file tree
Hide file tree
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/despliega-cloud-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

# ── Determinar versión ──────────────────────────────────────────────────
- name: Determinar versión de imagen
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/empaqueta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
APP_SECURITY_PASSWORD_SALT: ${{ secrets['APP_SECURITY_PASSWORD_SALT'] }}

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Instalar uv
uses: astral-sh/setup-uv@v7
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
APP_SECURITY_PASSWORD_SALT: ${{ secrets['APP_SECURITY_PASSWORD_SALT'] }}

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Instalar uv
uses: astral-sh/setup-uv@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/envia-a-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
APP_SECURITY_PASSWORD_SALT: ${{ secrets['APP_SECURITY_PASSWORD_SALT'] }}
steps:
- name: Check out the repo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Lint Dockerfile
# Falla temprano por malas practicas del Dockerfile.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/envia-a-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Lint Dockerfile
# Falla temprano por malas practicas del Dockerfile.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-app-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
# Pinning por tag; para hardening máximo reemplazar con SHA:
# actions/checkout@<sha> (obtener con: gh api repos/actions/checkout/git/ref/tags/v6)
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Instalar uv
# Pinning por tag; para hardening máximo reemplazar con SHA:
Expand Down