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 19, 2024
1 parent ed20e65 commit ce9b255
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
codeql:
name: Semantic Code Analysis
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
Expand All @@ -42,7 +42,7 @@ jobs:
needs:
- codeql
environment: test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
name: [backend]
Expand All @@ -51,7 +51,7 @@ jobs:
file: backend/openshift.deploy.yml
overwrite: true
steps:
- uses: bcgov-nr/action-deployer-openshift@v2.3.0
- uses: bcgov-nr/action-deployer-openshift@v3.0.1
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand All @@ -73,7 +73,7 @@ jobs:
needs:
- deploys-test
environment: prod
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
name: [backend]
Expand All @@ -82,7 +82,7 @@ jobs:
file: backend/openshift.deploy.yml
overwrite: true
steps:
- uses: bcgov-nr/action-deployer-openshift@v2.3.0
- uses: bcgov-nr/action-deployer-openshift@v3.0.1
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand All @@ -103,7 +103,7 @@ jobs:
name: Promote images to PROD
needs:
- deploys-prod
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
packages: write
strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Clean up OpenShift when PR closed, no conditions
cleanup-openshift:
name: Cleanup OpenShift
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Remove OpenShift artifacts
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
image-promotions:
name: Image Promotions
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
packages: write
strategy:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
DOMAIN: apps.silver.devops.gov.bc.ca
PREFIX: ${{ github.event.repository.name }}-${{ github.event.number }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
pull-requests: write
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
builds:
name: Builds
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
packages: write
strategy:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
name: Deploys
needs:
- builds
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
name: [backend]
Expand All @@ -76,7 +76,7 @@ jobs:
-p MIN_REPLICAS=1 -p MAX_REPLICAS=2
triggers: ('backend/')
steps:
- uses: bcgov-nr/action-deployer-openshift@v2.3.0
- uses: bcgov-nr/action-deployer-openshift@v3.0.1
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
trivy:
name: Trivy Security Scan
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit ce9b255

Please sign in to comment.