Skip to content

Commit eab6b89

Browse files
authored
Update spms-dotnet.yml (#1428)
* Update spms-dotnet.yml * Update codeql-analysis.yml * Update dependabot.yml * Update azure-pipelines.yml
1 parent ae68478 commit eab6b89

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,16 @@ updates:
2525
- berviantoleo
2626
assignees:
2727
- berviantoleo
28+
- package-ecosystem: docker
29+
directory: "/"
30+
schedule:
31+
interval: weekly
32+
day: saturday
33+
time: "08:00"
34+
timezone: Asia/Jakarta
35+
open-pull-requests-limit: 100
36+
reviewers:
37+
- berviantoleo
38+
assignees:
39+
- berviantoleo
40+

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
analyze:
1111
name: Analyze
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
permissions:
1414
actions: read
1515
contents: read

.github/workflows/spms-dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ env:
1010
IMAGE_NAME: spms
1111
jobs:
1212
build:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
services:
1515
mongodb:
16-
image: mongo
16+
image: mongo:8
1717
ports:
1818
- 27017:27017
1919
steps:
@@ -53,7 +53,7 @@ jobs:
5353
run: dotnet publish SimplePasswordManagerService --os linux --arch x64 /t:PublishContainer -c Release
5454
docker-push-api:
5555
needs: build
56-
runs-on: ubuntu-22.04
56+
runs-on: ubuntu-24.04
5757
if: github.event_name == 'push'
5858
steps:
5959
- uses: actions/checkout@v4

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variables:
88
- group: 'AWS'
99

1010
pool:
11-
vmImage: ubuntu-22.04
11+
vmImage: ubuntu-24.04
1212

1313
parameters:
1414
- name: awsCredentials

0 commit comments

Comments
 (0)