From 9ec8021ede811de85891a3d8a0bce2fb3e13936f Mon Sep 17 00:00:00 2001 From: Bervianto Leo Pratama Date: Sat, 30 Nov 2024 13:22:44 +0700 Subject: [PATCH 1/4] Update spms-dotnet.yml --- .github/workflows/spms-dotnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spms-dotnet.yml b/.github/workflows/spms-dotnet.yml index a3839219..8e22d38a 100644 --- a/.github/workflows/spms-dotnet.yml +++ b/.github/workflows/spms-dotnet.yml @@ -10,10 +10,10 @@ env: IMAGE_NAME: spms jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 services: mongodb: - image: mongo + image: mongo:8 ports: - 27017:27017 steps: @@ -53,7 +53,7 @@ jobs: run: dotnet publish SimplePasswordManagerService --os linux --arch x64 /t:PublishContainer -c Release docker-push-api: needs: build - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.event_name == 'push' steps: - uses: actions/checkout@v4 From 0e9f7be12720dc5434166d712f34b7673711116e Mon Sep 17 00:00:00 2001 From: Bervianto Leo Pratama Date: Sat, 30 Nov 2024 13:23:06 +0700 Subject: [PATCH 2/4] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8c72ad41..8cfa74f2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -9,7 +9,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: actions: read contents: read From fe18dde8996db3e47e7b268fb24e2badac3e694a Mon Sep 17 00:00:00 2001 From: Bervianto Leo Pratama Date: Sat, 30 Nov 2024 13:23:30 +0700 Subject: [PATCH 3/4] Update dependabot.yml --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 29af34da..c1337af0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,3 +25,16 @@ updates: - berviantoleo assignees: - berviantoleo +- package-ecosystem: docker + directory: "/" + schedule: + interval: weekly + day: saturday + time: "08:00" + timezone: Asia/Jakarta + open-pull-requests-limit: 100 + reviewers: + - berviantoleo + assignees: + - berviantoleo + From d2b2e5b29e42de23fd6dd6da688f8088658ebda2 Mon Sep 17 00:00:00 2001 From: Bervianto Leo Pratama Date: Sat, 30 Nov 2024 13:23:44 +0700 Subject: [PATCH 4/4] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a89d8411..80adc733 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ variables: - group: 'AWS' pool: - vmImage: ubuntu-22.04 + vmImage: ubuntu-24.04 parameters: - name: awsCredentials