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
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/spms-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
- group: 'AWS'

pool:
vmImage: ubuntu-22.04
vmImage: ubuntu-24.04

parameters:
- name: awsCredentials
Expand Down
Loading