Skip to content

Commit

Permalink
chore(deps): update github actions all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent ec348bb commit c8383be
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_auth_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
rm -rf auth_function_packaging
- name: Auth function upload zip file artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: fam-auth-function-zip
path: ./infrastructure/server/fam_auth_function.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
with:
release-type: simple
package-name: release-please-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
with:
release-type: simple
package-name: release-please-action
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable_data_model_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
outputs:
user: ${{ steps.data.outputs.user }}
pass: ${{ steps.data.outputs.pass }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 1
steps:
- name: Generate random username and password
Expand All @@ -24,7 +24,7 @@ jobs:
schemaspy:
name: Generate Documentation
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [vars]
services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_terraform_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
aws-region: ${{ env.AWS_REGION }}

- name: Setup Terragrunt
uses: autero1/action-terragrunt@v1.3.2
uses: autero1/action-terragrunt@v3.0.2
with:
terragrunt_version: ${{ env.TG_VERSION }}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/reusable_terraform_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python 3.12
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.12"

Expand All @@ -80,7 +80,7 @@ jobs:
rm -rf auth_function_packaging
- name: Auth function upload zip file artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: fam-auth-function
path: ./infrastructure/server/fam_auth_function.zip
Expand All @@ -103,7 +103,7 @@ jobs:
cd ..
- name: Upload zip file artifact - FAM API
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: fam-ui-api
path: ./infrastructure/server/fam-ui-api.zip
Expand All @@ -126,7 +126,7 @@ jobs:
cd ..
- name: Upload zip file artifact - FAM Admin Management API
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: fam-admin-management-api
path: ./infrastructure/server/fam-admin-management-api.zip
Expand All @@ -145,7 +145,7 @@ jobs:
aws-region: ${{ env.AWS_REGION }}

- name: Setup Terragrunt
uses: autero1/action-terragrunt@v1.3.2
uses: autero1/action-terragrunt@v3.0.2
with:
terragrunt_version: ${{ env.TG_VERSION }}

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# Deep fetch is required for SonarCloud
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12

Expand All @@ -34,7 +34,7 @@ jobs:
-v --md=report.md --emoji
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v2.3.0
uses: SonarSource/sonarcloud-github-action@v3.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_AUTH }}
Expand All @@ -61,7 +61,7 @@ jobs:
# Deep fetch is required for SonarCloud
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
-v --md=report.md --emoji
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v2.3.0
uses: SonarSource/sonarcloud-github-action@v3.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_BACKEND }}
Expand All @@ -116,7 +116,7 @@ jobs:
# Deep fetch is required for SonarCloud
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12

Expand All @@ -143,7 +143,7 @@ jobs:
-v --md=report.md --emoji
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v2.3.0
uses: SonarSource/sonarcloud-github-action@v3.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_ADMIN }}
Expand Down

0 comments on commit c8383be

Please sign in to comment.