Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
chore(deps): update ci dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent 15d7496 commit 053f8d5
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Añadir al proyecto
uses: actions/add-to-project@v0.5.0
uses: actions/add-to-project@v1.0.1
if: ${{ github.event_name == 'pull_request_target' || github.event_name == 'issues' }}
continue-on-error: true
with:
Expand All @@ -40,7 +40,7 @@ jobs:
continue-on-error: true

- name: Comprobar todos los PR para conflictos ⛔
uses: eps1lon/actions-label-merge-conflict@v2.1.0
uses: eps1lon/actions-label-merge-conflict@v3.0.0
if: ${{ github.event_name == 'pull_request_target' }}
with:
dirtyLabel: "conflictos"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Clonar ⬇️
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
with:
show-progress: false

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/decide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:

steps:
- name: Clonar ⬇️
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.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
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

steps:
- name: Clonar ⬇️
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
with:
show-progress: false

Expand All @@ -99,18 +99,18 @@ jobs:
uses: docker/setup-qemu-action@v3.0.0

- 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
Expand All @@ -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
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clonar repositorio ⬇️
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.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
Expand All @@ -36,12 +36,12 @@ jobs:

steps:
- name: Clonar repositorio ⬇️
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.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 🏃‍♂️
Expand All @@ -63,12 +63,12 @@ jobs:

steps:
- name: Clonar repositorio ⬇️
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.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
Expand Down Expand Up @@ -106,12 +106,12 @@ jobs:

steps:
- name: Clonar ⬇️
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
with:
show-progress: false

- name: Configurar entorno Node.js ⚙️
uses: actions/setup-node@v4.0.1
uses: actions/setup-node@v4.0.2
with:
node-version: 20
check-latest: true
Expand All @@ -136,12 +136,12 @@ jobs:

steps:
- name: Clonar ⬇️
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
with:
show-progress: false

- name: Configurar entorno Node.js ⚙️
uses: actions/setup-node@v4.0.1
uses: actions/setup-node@v4.0.2
with:
node-version: 20
check-latest: true
Expand All @@ -166,12 +166,12 @@ jobs:

steps:
- name: Clonar ⬇️
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
with:
show-progress: false

- name: Configurar entorno Node.js ⚙️
uses: actions/setup-node@v4.0.1
uses: actions/setup-node@v4.0.2
with:
node-version: 20
check-latest: true
Expand All @@ -196,12 +196,12 @@ jobs:

steps:
- name: Clonar ⬇️
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
with:
show-progress: false

- name: Configurar entorno Node.js ⚙️
uses: actions/setup-node@v4.0.1
uses: actions/setup-node@v4.0.2
with:
node-version: 20
check-latest: true
Expand Down

0 comments on commit 053f8d5

Please sign in to comment.