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
6 changes: 3 additions & 3 deletions .github/workflows/build-email-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].7
with:
ref: ${{ inputs.git_ref }}

- uses: oven-sh/[email protected].1
- uses: oven-sh/[email protected].2
with:
bun-version: 1.1.8

Expand All @@ -38,7 +38,7 @@ jobs:
working-directory: bun-packages/packages/email-function

- name: Store artifact
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: email-function-dist
path: bun-packages/packages/email-function/dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].3
uses: actions/[email protected].7

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].7
with:
fetch-depth: 0

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
node-version-file: "app/.nvmrc"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-email-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
aws-region: eu-central-1

- name: Retrieve email-function artifact
uses: actions/[email protected].6
uses: actions/[email protected].8
with:
name: email-function-dist
path: bun-packages/packages/email-function/dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].7

- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
uses: renovatebot/github-action@v40.2.2
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
environment: "terraform-${{ inputs.environment }}"

steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].7

- name: Read .terraform-version
id: terraform_version
run: echo "value=$(cat .terraform-version)" >> $GITHUB_OUTPUT
working-directory: terraform

- uses: hashicorp/setup-terraform@v3.0.0
- uses: hashicorp/setup-terraform@v3.1.1
with:
terraform_version: "${{ steps.terraform_version.outputs.value }}"

Expand All @@ -52,7 +52,7 @@ jobs:
aws-region: eu-central-1

- name: Retrieve tfplan artifact
uses: actions/[email protected].6
uses: actions/[email protected].8
with:
name: tfplan
path: terraform/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:
environment: terraform-${{ inputs.environment || 'test' }}

steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].7

- name: Read .terraform-version
id: terraform_version
run: echo "value=$(cat .terraform-version)" >> $GITHUB_OUTPUT
working-directory: terraform

- uses: hashicorp/setup-terraform@v3.0.0
- uses: hashicorp/setup-terraform@v3.1.1
with:
terraform_version: "${{ steps.terraform_version.outputs.value }}"

Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
run: exit 1

- name: Store artifact
uses: actions/[email protected].3
uses: actions/[email protected].4
if: inputs.store_plan || false
with:
name: tfplan
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terraform-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].7

- name: Read .terraform-version
id: terraform_version
run: echo "value=$(cat .terraform-version)" >> $GITHUB_OUTPUT
working-directory: terraform

- uses: hashicorp/setup-terraform@v3.0.0
- uses: hashicorp/setup-terraform@v3.1.1
with:
terraform_version: "${{ steps.terraform_version.outputs.value }}"

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/validate-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].7

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
node-version-file: "app/.nvmrc"

Expand Down Expand Up @@ -58,9 +58,9 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].7

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
node-version-file: "app/.nvmrc"

Expand All @@ -84,9 +84,9 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].7

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
node-version-file: "app/.nvmrc"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-email-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].7

- name: Set up Biome
uses: biomejs/setup-biome@v2
Expand Down
Loading