This repository has been archived by the owner on May 3, 2024. It is now read-only.
forked from EGCETSII/decide
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15d7496
commit 053f8d5
Showing
4 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
|
||
steps: | ||
- name: Clonar ⬇️ | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
show-progress: false | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,12 +54,12 @@ jobs: | |
|
||
steps: | ||
- name: Clonar ⬇️ | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
show-progress: false | ||
|
||
- name: Configurar Python 🐍 | ||
uses: actions/setup-python@v5.0.0 | ||
uses: actions/setup-python@v5.1.0 | ||
with: | ||
python-version: '3.x' | ||
check-latest: true | ||
|
@@ -90,7 +90,7 @@ jobs: | |
|
||
steps: | ||
- name: Clonar ⬇️ | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
show-progress: false | ||
|
||
|
@@ -99,18 +99,18 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Configurar Docker Buildx ⚙️ | ||
uses: docker/setup-buildx-action@v3.0.0 | ||
uses: docker/setup-buildx-action@v3.3.0 | ||
|
||
- name: Iniciar sesión en GitHub Container Registry 🔑 | ||
uses: docker/login-action@v3.0.0 | ||
uses: docker/login-action@v3.1.0 | ||
if: ${{ github.event_name == 'push' }} | ||
with: | ||
registry: ghcr.io | ||
username: ${{ github.repository_owner }} | ||
password: ${{ secrets.DECIDE_PROJECT_SECRET }} | ||
|
||
- name: Construir y publicar imágenes de Docker 🛠️⬆️ | ||
uses: docker/build-push-action@v5.1.0 | ||
uses: docker/build-push-action@v5.3.0 | ||
with: | ||
context: . | ||
file: packaging/docker/Dockerfile | ||
|
@@ -126,7 +126,7 @@ jobs: | |
docker save ghcr.io/us-ferferga/decide:latest > docker_image.tar.gz | ||
- name: Subir artefacto (imagen de Docker) ⬆️📦 | ||
uses: actions/upload-artifact@v4.0.0 | ||
uses: actions/upload-artifact@v4.3.3 | ||
if: ${{ github.event_name == 'pull_request' }} | ||
with: | ||
compression-level: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,12 +17,12 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Clonar repositorio ⬇️ | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
show-progress: false | ||
|
||
- name: Buscar dependencias vulnerables 🦠 | ||
uses: actions/dependency-review-action@v3.1.4 | ||
uses: actions/dependency-review-action@v4.2.5 | ||
with: | ||
## Workaround from https://github.com/actions/dependency-review-action/issues/456 | ||
## TODO: Remove when necessary | ||
|
@@ -36,12 +36,12 @@ jobs: | |
|
||
steps: | ||
- name: Clonar repositorio ⬇️ | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
show-progress: false | ||
|
||
- name: Verificar cumplimiento 📝 | ||
uses: webiny/action-conventional-commits@v1.2.0 | ||
uses: webiny/action-conventional-commits@v1.3.0 | ||
|
||
run_backend: | ||
name: Iniciar 🏃♂️ | ||
|
@@ -63,12 +63,12 @@ jobs: | |
|
||
steps: | ||
- name: Clonar repositorio ⬇️ | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
show-progress: false | ||
|
||
- name: Configurar Python 🐍 | ||
uses: actions/setup-python@v5.0.0 | ||
uses: actions/setup-python@v5.1.0 | ||
with: | ||
python-version: '3.x' | ||
check-latest: true | ||
|
@@ -106,12 +106,12 @@ jobs: | |
|
||
steps: | ||
- name: Clonar ⬇️ | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
show-progress: false | ||
|
||
- name: Configurar entorno Node.js ⚙️ | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version: 20 | ||
check-latest: true | ||
|
@@ -136,12 +136,12 @@ jobs: | |
|
||
steps: | ||
- name: Clonar ⬇️ | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
show-progress: false | ||
|
||
- name: Configurar entorno Node.js ⚙️ | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version: 20 | ||
check-latest: true | ||
|
@@ -166,12 +166,12 @@ jobs: | |
|
||
steps: | ||
- name: Clonar ⬇️ | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
show-progress: false | ||
|
||
- name: Configurar entorno Node.js ⚙️ | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version: 20 | ||
check-latest: true | ||
|
@@ -196,12 +196,12 @@ jobs: | |
|
||
steps: | ||
- name: Clonar ⬇️ | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
show-progress: false | ||
|
||
- name: Configurar entorno Node.js ⚙️ | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version: 20 | ||
check-latest: true | ||
|