Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

chore(deps): update all dependencies #115

Merged
merged 1 commit into from
Sep 11, 2023
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- run: ansible-galaxy install -r ./provision/requirements.yml
- uses: pre-commit/[email protected]

Expand All @@ -41,7 +41,7 @@ jobs:
terragrunt_version: 0.43.0

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3
with:
role-to-assume: ${{ secrets.ROLE }}
aws-region: eu-west-2
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
echo "${{ secrets.ID_ECDSA }}" > key.txt

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3
with:
role-to-assume: ${{ secrets.ROLE }}
aws-region: eu-west-2
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ repos:
- id: markdownlint
additional_dependencies: [rake]
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 35.1.2
rev: 36.91.0
hooks:
- id: renovate-config-validator
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.77.1
rev: v1.83.2
hooks:
- id: terraform_fmt
- id: terraform_validate
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v6.12.2
rev: v6.19.0
hooks:
- id: ansible-lint
2 changes: 1 addition & 1 deletion consumer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.2
FROM python:3.11.5@sha256:8488a4b1a393b0b2cb479a2da0a0d11cf816a77c0f9278205015148adadf9edf

WORKDIR /consumer

Expand Down
4 changes: 2 additions & 2 deletions consumer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.26.69
pip==23.0
boto3==1.28.44
pip==23.2.1
2 changes: 1 addition & 1 deletion infra/modules/ec2_instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.0"
version = "5.16"
}
}
required_version = ">= 1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions provision/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
collections:
- name: amazon.aws
version: 6.0.0
version: 6.4.0
type: galaxy
- name: containers.podman
version: 1.10.1
version: 1.10.3
type: galaxy
2 changes: 1 addition & 1 deletion pulumi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pulumi-aws==5.30.1
pulumi-aws==6.0.4
pulumi-tls==4.10.0
Loading